browser-language
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -0,1 +1,7 @@ | ||
v1.6.0 / 2017-02-12 | ||
================== | ||
* Tested against `node`@7 | ||
* Remove support for `node`@0 | ||
v1.5.0 / 2016-09-12 | ||
@@ -2,0 +8,0 @@ ================== |
@@ -5,4 +5,3 @@ 'use strict'; | ||
* @module browser-language | ||
* @subpackage main | ||
* @version 1.5.0 | ||
* @version 1.6.0 | ||
* @author hex7c0 <hex7c0@gmail.com> | ||
@@ -9,0 +8,0 @@ * @copyright hex7c0 2014 |
{ | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"name": "browser-language", | ||
@@ -37,12 +37,13 @@ "description": "grab browser language and store on cookie", | ||
"express": "~4.14", | ||
"grunt-contrib-clean": "~1.0", | ||
"grunt-contrib-uglify": "~2.0", | ||
"grunt-contrib-jshint": "~1.0", | ||
"grunt-endline": "~0.5", | ||
"grunt": "~1.0", | ||
"grunt-contrib-uglify": "~2.1", | ||
"grunt-contrib-jshint": "~1.1", | ||
"grunt-endline": "~0.6", | ||
"grunt-safer-regex": "~0.0", | ||
"istanbul": "~0.4", | ||
"mocha": "~3.0", | ||
"supertest": "~2.0" | ||
"mocha": "~3.2", | ||
"supertest": "~3.0" | ||
}, | ||
"engines": { | ||
"node": ">=0.10" | ||
"node": ">=4.0" | ||
}, | ||
@@ -49,0 +50,0 @@ "scripts": { |
# [browser-language](https://github.com/hex7c0/browser-language) | ||
[![NPM version](https://img.shields.io/npm/v/browser-language.svg)](https://www.npmjs.com/package/browser-language) | ||
[![Linux Status](https://img.shields.io/travis/hex7c0/browser-language.svg?label=linux)](https://travis-ci.org/hex7c0/browser-language) | ||
[![Linux Status](https://img.shields.io/travis/hex7c0/browser-language.svg?label=linux-osx)](https://travis-ci.org/hex7c0/browser-language) | ||
[![Windows Status](https://img.shields.io/appveyor/ci/hex7c0/browser-language.svg?label=windows)](https://ci.appveyor.com/project/hex7c0/browser-language) | ||
@@ -6,0 +6,0 @@ [![Dependency Status](https://img.shields.io/david/hex7c0/browser-language.svg)](https://david-dm.org/hex7c0/browser-language) |
Sorry, the diff of this file is not supported yet
54598
10
497