Skip to content

Releases: SerhiiCho/timeago

Release v2.2.1

28 Mar 12:00
20b6efe
Compare
Choose a tag to compare
  • Updated README.md file by adding more information about supported languages
  • Formatted CHANGELOG.md file
  • Added more tests

Release v2.2.0

08 Mar 14:36
Compare
Choose a tag to compare
  • Add the German 🇩🇪 language support
  • Formatted CHANGELOG.md file

Release v2.1.11

26 Dec 18:12
Compare
Choose a tag to compare
  • Update Go version in go.mod to 1.13
  • Change package namespace to github.com/SerhiiCho/timeago/v2 to match Go versioning rules

Release v2.1.10

26 Dec 17:45
Compare
Choose a tag to compare
  • Update Go version in go.mod from 1.13 to 1.20

v2.1.9

26 Dec 17:19
a55f883
Compare
Choose a tag to compare
  • Update CHANGELOG.md file

v2.1.8

03 Dec 15:03
fa53de8
Compare
Choose a tag to compare
  • Removed forgotten print function for debugging purposes from lang.go file

v2.1.7

08 Sep 15:36
Compare
Choose a tag to compare
  • Renamed master branch to main
  • Added more tests
  • Simplified code
  • Replaced deprecated ioutil.ReadFile with os.ReadFile

v2.1.6

27 Nov 10:33
Compare
Choose a tag to compare
  • Changed typo in README.md file;
  • Added ability to overwrite output strings for custom values;

v2.1.5

09 Oct 05:16
Compare
Choose a tag to compare

Code base refactoring. Made source code look nicer;

v2.1.4

04 Oct 15:47
Compare
Choose a tag to compare
  • Refactored code;