All Versions
16
Latest Version
Avg Release Cycle
189 days
Latest Release
1664 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.0 Changes
May 19, 2020- ๐ Maintenance release.
- Dev deps bump.
- Reorganize files.
- ๐ Rework build scripts.
-
v1.1.2 Changes
December 29, 2015- ๐ Allow empty prefix when adding phrases via nested objects.
- ๐ Fixed doc for
.load()
method. .addPhrase()
,.setLocale()
&.load()
now returnthis
.
-
v1.1.1 Changes
March 22, 2015- โ Added
.getLocale()
method, to check real locale of requested phrase.
- โ Added
-
v1.1.0 Changes
February 01, 2015- ๐ฆ Moved pluralizer to external package
plurals-cldr
. - ๐ Fixed fallbacks serialize/load.
- ๐ Allow
|
escaping. - ๐ Recompiled REG parser with speed optimization.
- โ
Reorganized tests:
- moved as much as possible to fixtures
- 100% coverage
- coveralls reports
- ๐ฆ Moved pluralizer to external package
-
v1.0.2 Changes
June 05, 2014- ๐ Fixed pluralizer for locale names with low dash separator ("en_US").
-
v1.0.1 Changes
May 23, 2014- ๐ Fixed partials locale for generated cache.
hasPhrase()
fix fornoFallback = true
.
-
v1.0.0 Changes
May 23, 2014- Big rewrite with api change. Internal data simplified. Phrases are now
compiled in lazy way on
translate()
call. - ๐ Deprecated
getCompiledData()
,create()
. - Constructor function can be called as factory (without
new
). - โ Added
load()
method in pair tostringify()
. stringify()
now save fallback info too.hasPhrase()
optionnoFallback
to disable phrase search in fallbacks.
- Big rewrite with api change. Internal data simplified. Phrases are now
compiled in lazy way on
-
v0.6.0 Changes
May 21, 2014- Coerce plain strings & numbers params to
count
&value
intranslate()
. - โ Added bower support.
- Coerce plain strings & numbers params to
-
v0.5.0 Changes
May 20, 2014- โ Added variables support in plurals.
- โ Added zero-form and other strict numbers forms for plurals.
- Coerce number XXX to { count: XXX } in
translate()
;
-
v0.4.0 Changes
May 14, 2014- โ Added objects support. Now
addPhrase()
can also acceptNumber
,Array
,Boolean
andObject
. That allows to store i18n data for external libs (calendars, time/date generators, ...), when flattened keys format is not ok.
- โ Added objects support. Now