Skip to content

Releases: x-extends/xe-utils

v3.5.0

11 Dec 13:44
Compare
Choose a tag to compare
  • (向下兼容)改变全局配置 setup.commafys 更改为 setup.commafyOptions
  • (向下兼容)改变全局配置 setup.formatString 更改为 parseDateFormat
  • (向下兼容)改变全局配置 setup.formatStringMatchs 更改为 parseDateRules
  • (向下兼容)方法参数调整 getWhatWeek(date, offsetWeek, offsetDay) 调整为 getWhatWeek(date, offsetWeek, offsetDay, firstDay)
  • (向下兼容)方法参数调整 getMonthWeek(date) 调整为 getWhatWeek(date, firstDay)
  • (向下兼容)方法参数调整 getYearWeek(date) 调整为 getYearWeek(date, firstDay)
  • 方法 getWhatWeek、getYearWeek、toDateString 格式支持周视图解析
  • 增加全局配置 setup.firstDayOfWeek
  • 优化 toStringDate 支持解析微秒格式

v3.4.3

24 Nov 14:59
Compare
Choose a tag to compare
  • fix set、get

v3.4.2

22 Nov 16:12
Compare
Choose a tag to compare
  • fix clone

v3.4.1

22 Nov 14:31
Compare
Choose a tag to compare
  • 优化 toArrayTree

v3.4.0

29 Sep 13:47
Compare
Choose a tag to compare

change cookie path=/

v3.3.3

25 Sep 12:36
Compare
Choose a tag to compare

fix

v3.3.2

02 Sep 13:46
Compare
Choose a tag to compare
  • fix

v3.3.1

19 Jul 09:49
Compare
Choose a tag to compare
  • fix round

v3.3.0

17 Jun 10:09
Compare
Choose a tag to compare

优化日期解析,支持更多格式

v3.2.1

24 Apr 11:58
Compare
Choose a tag to compare

add getWhatQuarter