File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 2.0.0] - 2019-08-30
8
+ ### Changed
9
+ - Format locale using hyphen instead of underscore (thx @benpptung )
10
+ - Drop express 3.x support
11
+ - Drop non-lts/latest node support (remove babel build)
12
+
13
+ ### Added
14
+ - Warn about invalid configuration in non-production environment
15
+
7
16
## [ 1.2.0] - 2019-03-21
8
17
### Added
9
18
- Module usage (` module ` entry in package.json)
@@ -52,7 +61,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
52
61
### Added
53
62
- First working version
54
63
55
- [ Unreleased ] : https://github.com/smhg/express-locale/compare/v1.2.0...HEAD
64
+ [ Unreleased ] : https://github.com/smhg/express-locale/compare/v2.0.0...HEAD
65
+ [ 2.0.0 ] : https://github.com/smhg/express-locale/compare/v1.2.0...v2.0.0
56
66
[ 1.2.0 ] : https://github.com/smhg/express-locale/compare/v1.1.0...v1.2.0
57
67
[ 1.1.0 ] : https://github.com/smhg/express-locale/compare/v1.0.5...v1.1.0
58
68
[ 1.0.5 ] : https://github.com/smhg/express-locale/compare/v1.0.4...v1.0.5
You can’t perform that action at this time.
0 commit comments