Skip to content

v2.5.11

Compare
Choose a tag to compare
@kuafuRace kuafuRace released this 19 May 02:09
· 47 commits to v2.5.x since this release
English
  • Fix bug locale file cannot be found on Windows os
  • Fix bug lose of values of layout, weekStartsAt, weekendDays and lang when create new Carbon instance #303
  • Fix bug StartOfWeek and EndOfWeek methods change original Carbon instance Unexpectedly #304
  • Add curd integration testing for xorm, currently covering MySQL/Postgres/SQLite
  • Add unit testing for the Windows os ci
中文
  • 修复在 window 平台无法找到语言文件的 bug
  • 修复在创建新的 Carbon 实例时丢失layoutweekStartsAtweekendDays 和 `lang 值的错误 #303
  • 修复 StartOfWeekEndOfWeek方法意外更改原始 Carbon实例的错误 #304
  • 新增对 xormcurd 集成测试,目前已覆盖 MySQL/Postgres/SQLite
  • 新增 window 系统的单元测试 ci