Skip to content

Releases: dromara/carbon

v1.7.3

07 Jan 14:16
Compare
Choose a tag to compare
  • Add FromStdTime alias method of Time2Carbon method and ToStdTime alias method of Carbon2Time method, Time2Carbon and Carbon2Time will be removed in the future
  • Fix Format method W and N symbol output error bug for issue #163
  • Fix Document Errors

v2.2.2

06 Nov 15:05
Compare
Choose a tag to compare
  • Fix Unmarshal error #161
  • Fix RFC7231Layout bug
  • Add Parse() method's parsing support for now, yesterday and tomorrow
  • Add parse formats
  • Add timezone constants
  • Add Thailand language support #159
  • Add French language support #158
  • Add Bahasa Malaysia language support #157

v1.7.2

06 Nov 15:00
Compare
Choose a tag to compare
  • Fix Unmarshal error #161
  • Fix RFC7231Layout bug
  • Add Parse() method's parsing support for now, yesterday and tomorrow
  • Add parse formats
  • Add timezone constants
  • Add Thailand language support #159
  • Add French language support #158
  • Add Bahasa Malaysia language support #157

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