Comparing version 1.12.3 to 2.0.0
@@ -0,1 +1,13 @@ | ||
# [2.0.0](https://github.com/prantlf/dayjs.git/compare/v1.12.3...v2.0.0) (2018-10-28) | ||
### Bug Fixes | ||
* Remove the locale "ua" and leave just "uk", which is correct according to ISO 639 ([7917304](https://github.com/prantlf/dayjs.git/commit/7917304)) | ||
### BREAKING CHANGES | ||
* The locale "ua" is not suported any more. Use the identifier "uk" for the Ukrainian language. | ||
## [1.12.3](https://github.com/prantlf/dayjs.git/compare/v1.12.2...v1.12.3) (2018-10-28) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "dayjs-ext", | ||
"version": "1.12.3", | ||
"version": "2.0.0", | ||
"description": "2KB immutable date time library alternative to Moment.js with the same modern API ", | ||
@@ -5,0 +5,0 @@ "main": "dayjs.min.js", |
@@ -45,3 +45,3 @@ <h1 align="center">Day.js Extended</h1> | ||
* "[UTC mode]" for working in UTC, or for working with date-only values without the time part. | ||
* Additional locales ([cs], [sk], [ua]). | ||
* Additional locales ([cs], [sk], [uk]). | ||
* Check for `dayjs` instance by the `instanceof` operator. | ||
@@ -131,2 +131,2 @@ | ||
[sk]: ./src/locale/sk.js | ||
[ua]: ./src/locale/ua.js | ||
[uk]: ./src/locale/uk.js |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
27
187735
75
285