Skip to content

Releases: SerhiiCho/timeago

v1.1.7

16 Jan 10:38
Compare
Choose a tag to compare

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

30 Dec 16:33
Compare
Choose a tag to compare

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

21 Dec 22:11
Compare
Choose a tag to compare
  • Added support for Ukrainian language
  • Improved documentation
  • Made easy to contribute another language

v1.1.4

05 Dec 16:45
Compare
Choose a tag to compare

v1.1.4 (2021-12-05)

  • Fixed mistake with failing test

v1.1.3

04 Dec 20:54
Compare
Choose a tag to compare

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

28 Nov 18:10
Compare
Choose a tag to compare
  • Fixed bug with wrong path for plugin root

1.1.1

28 Nov 16:47
Compare
Choose a tag to compare
  • Fixed bug with can't find /langs/*.json files

v1.1.0

28 Nov 14:42
Compare
Choose a tag to compare
  • Refactored adding translation to a library

v1.0.3

12 Apr 07:46
Compare
Choose a tag to compare
  • Fixed bug with February month. Program was assuming that February also has 30-31 days

v1.0.2

06 Mar 17:10
Compare
Choose a tag to compare
  • Fixed "0 months ago" result by adding if statement