All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Use typescript in core sources
- Spaces in front of string parameters are removed more wisely
- Node 10.x backward compatibility
- Double quotes are parsed as string delimiters
- Single quotes in keys accepted when surrounded by double quotes
- Double quotes in keys accepted when surrounded by single quotes
- Shortcodes and javascript are now parsed correctly to create messages.js file
- Bugfix when using custom localeRegex
- Timezone support parameter for dates
- Locale parsing handled in a single method
- Potential bugfix when using custom localeRegex
- Unit tests
- Integration tests
- Doc folder from npm package
- Handle pathPrefix more consistently
- Exceptions are thrown explicitly instead of log error messages
- String interpolation support
- Shortcodes for localization methods
- pathPrefix supported
- localeRegex configuration parameter
- RelocalizePath as shortcode
- RelocalizePath as function in 11tydata
- First release