Releases: SerhiiCho/timeago
Releases · SerhiiCho/timeago
v1.1.7
v1.1.7 (2022-01-16)
- Added caching the parsed results into memory to speed up the program. After this change, it will only parse json files once.
v1.1.6
Release Notes
v1.1.6 (2021-12-30)
- Changed type for the special rule in
rules.go
file.
- Improved docs by adding more information about how to contribute a language support.
v1.1.5
- Added support for Ukrainian language
- Improved documentation
- Made easy to contribute another language
v1.1.4
v1.1.4 (2021-12-05)
- Fixed mistake with failing test
v1.1.3
v1.1.3 (2021-12-04)
- Added ability to add rules to a language. We need it to make the ability to easily add a new translation for the package. Each language will have it's own set of rules.
v1.1.2
- Fixed bug with wrong path for plugin root
1.1.1
- Fixed bug with can't find /langs/*.json files
v1.1.0
- Refactored adding translation to a library
v1.0.3
- Fixed bug with February month. Program was assuming that February also has 30-31 days
v1.0.2
- Fixed "0 months ago" result by adding if statement