Skip to content

Releases: dromara/carbon

v2.2.1

31 Oct 02:06
774f205
Compare
Choose a tag to compare
  • Fix the bug that the translation json file cannot be loaded in window system #111 #139
  • Add Parse() method supported formats
  • Add support for go1.19
  • Add unit test cases
  • Move Now(), Tomorrow(), Yesterday() methods from carbon.go to traveler.go

v1.7.1

31 Oct 01:48
Compare
Choose a tag to compare
  • Fix the bug that the translation json file cannot be loaded in window system #111 #139
  • Add Parse() method supported formats
  • Add support for go1.19
  • Add unit test cases
  • Move Now(), Tomorrow(), Yesterday() methods from carbon.go to traveler.go

v2.2.0

26 Oct 17:18
Compare
Choose a tag to compare

Fixed DiffInYears、DiffInMonths、DiffAbsInYears、DiffAbsInMonths methods https://github.com/golang-module/carbon/issues/154
Optimized parse method, make it smarter and general https://github.com/golang-module/carbon/issues/131 https://github.com/golang-module/carbon/issues/155

v1.7.0

26 Oct 17:14
Compare
Choose a tag to compare

Fixed DiffInYears、DiffInMonths、DiffAbsInYears、DiffAbsInMonths methods #154
Optimized parse method, make it smarter and general #131 #155

v2.1.9

01 Aug 06:56
Compare
Choose a tag to compare
  • Fixed Time2Carbon method bug, extract the time zone from time.Time as the current time zone
  • Fixed README.md description error
  • Added SetLocation method
  • Added support for Italian Language, translated by nicoloHevelop

v1.6.9

01 Aug 06:48
Compare
Choose a tag to compare
  • Fixed Time2Carbon method bug, extract the time zone from time.Time as the current time zone
  • Fixed README.md description error
  • Added SetLocation method
  • Added support for Italian Language, translated by nicoloHevelop

v2.1.8

24 May 01:22
Compare
Choose a tag to compare
  • Fixed in ToFormatString function for specific symbols such as "l", "D", "F", "M"
  • Fixed in lang/jp.json for translation errors
  • Fixed in lang/ro.json for translation errors
  • Unified private function comment format
  • Improved unit test coverage

v1.6.8

24 May 01:18
Compare
Choose a tag to compare
  • Fixed in ToFormatString function for specific symbols such as "l", "D", "F", "M"
  • Fixed in lang/jp.json for translation errors
  • Fixed in lang/ro.json for translation errors
  • Unified private function comment format
  • Improved unit test coverage

v2.1.7

20 May 00:38
e8e6d50
Compare
Choose a tag to compare
  • Added IsSameXXX() series of methods
  • Added support for Romanian Language, translated by DrOctavius
  • Fixed known bugs
  • Optimized and streamline code

v1.6.7

20 May 00:29
b675156
Compare
Choose a tag to compare
  • Added IsSameXXX() series of methods
  • Added support for Romanian Language, translated by DrOctavius
  • Fix known bugs
  • Optimize and streamline code