- v2.0.3 - 2020-03-04
- [Bugfix] Localised languages such as fr-FR/en-US where blacklisted when using the "navigator" resolver, which caused the language to be wrongfully detected (i.e: "en-US, fr, en" would return "fr"), now it properly returns "en"
- v2.0.2 - 2020-02-06
- [Bugfix] Use
@unly/iso3166-1
instead ofiso3166-1
in source code (forgot to change this alongside the package.json in v2.0.1)
- [Bugfix] Use
- v2.0.1 - 2020-02-04
- [Enhancement] Use
@unly/iso3166-1
instead ofiso3166-1
(robustness)
- [Enhancement] Use
- v2.0.0 - 2020-01-09
- [Release] Release v2 with breaking API changes
- Remove all stuff that was related to our internal business logic at Unly (this lib is a port of an internal project and was suffering from internal business logic/needs that shouldn't have been part of the Open Source release, they have been removed)
- [BREAKING] Removed API function
universalLanguagesDetect
(plural), kept onlyuniversalLanguageDetect
- [BREAKING] Renamed
acceptedLanguages
intosupportedLanguages
to avoid confusion withaccept-language
header - [BREAKING] Renamed
acceptLanguage
intoacceptLanguageHeader
for clarity
- [Release] Release v2 with breaking API changes
- v1.0.0 - 2019-12-30
- [Release] Release production-ready 1.0.0 version