Skip to content

Tags: Nantris/dayjs

Tags

v1.11.13

Toggle v1.11.13's commit message
chore(release): 1.11.13 [skip ci]

## [1.11.13](iamkun/dayjs@v1.11.12...v1.11.13) (2024-08-20)

### Bug Fixes

* customParseFormat supports Q quter / w ww weekOfYear ([iamkun#2705](iamkun#2705)) ([8ca74f1](iamkun@8ca74f1))

v1.11.12

Toggle v1.11.12's commit message
chore(release): 1.11.12 [skip ci]

## [1.11.12](iamkun/dayjs@v1.11.11...v1.11.12) (2024-07-18)

### Bug Fixes

* Add NegativeYear Plugin support  ([iamkun#2640](iamkun#2640)) ([6a42e0d](iamkun@6a42e0d))
* add UTC support to negativeYear plugin ([iamkun#2692](iamkun#2692)) ([f3ef705](iamkun@f3ef705))
* Fix zero offset issue when use tz with locale ([iamkun#2532](iamkun#2532)) ([d0e6738](iamkun@d0e6738))
* Improve typing for min/max plugin ([iamkun#2573](iamkun#2573)) ([4fbe94a](iamkun@4fbe94a))
* timezone plugin currect parse UTC tz ([iamkun#2693](iamkun#2693)) ([b575c81](iamkun@b575c81))

v1.11.11

Toggle v1.11.11's commit message
chore(release): 1.11.11 [skip ci]

## [1.11.11](iamkun/dayjs@v1.11.10...v1.11.11) (2024-04-28)

### Bug Fixes

* day of week type literal ([iamkun#2630](iamkun#2630)) ([f68d73e](iamkun@f68d73e))
* improve locale "zh-hk" format and meridiem ([iamkun#2419](iamkun#2419)) ([a947a51](iamkun@a947a51))
* Update 'da' locale to match correct first week of year ([iamkun#2592](iamkun#2592)) ([44b0936](iamkun@44b0936))
* update locale Bulgarian monthsShort Jan ([iamkun#2538](iamkun#2538)) ([f0c9a41](iamkun@f0c9a41))

v1.11.10

Toggle v1.11.10's commit message
chore(release): 1.11.10 [skip ci]

## [1.11.10](iamkun/dayjs@v1.11.9...v1.11.10) (2023-09-19)

### Bug Fixes

* Add Korean Day of Month with ordinal ([iamkun#2395](iamkun#2395)) ([dd55ee2](iamkun@dd55ee2))
* change back fa locale to the Gregorian calendar equivalent ([iamkun#2411](iamkun#2411)) ([95e9458](iamkun@95e9458))
* duration plugin - MILLISECONDS_A_MONTH const calculation ([iamkun#2362](iamkun#2362)) ([f0a0b54](iamkun@f0a0b54))
* duration plugin getter get result  0 instead of undefined ([iamkun#2369](iamkun#2369)) ([061aa7e](iamkun@061aa7e))
* fix isDayjs check logic ([iamkun#2383](iamkun#2383)) ([5f3f878](iamkun@5f3f878))
* fix timezone plugin to get correct locale setting ([iamkun#2420](iamkun#2420)) ([4f45012](iamkun@4f45012))
* **locale:** add meridiem in `ar` locale ([iamkun#2418](iamkun#2418)) ([361be5c](iamkun@361be5c))
* round durations to millisecond precision for ISO string ([iamkun#2367](iamkun#2367)) ([890a17a](iamkun@890a17a))
* sub-second precisions need to be rounded at the seconds field to avoid adding floats ([iamkun#2377](iamkun#2377)) ([a9d7d03](iamkun@a9d7d03))
* update $x logic to avoid plugin error ([iamkun#2429](iamkun#2429)) ([2254635](iamkun@2254635))
* Update Slovenian locale for relative time ([iamkun#2396](iamkun#2396)) ([5470a15](iamkun@5470a15))
* update uzbek language translation ([iamkun#2327](iamkun#2327)) ([0a91056](iamkun@0a91056))

v1.11.9

Toggle v1.11.9's commit message
chore(release): 1.11.9 [skip ci]

## [1.11.9](iamkun/dayjs@v1.11.8...v1.11.9) (2023-07-01)

### Bug Fixes

* Add null to min and max plugin return type ([iamkun#2355](iamkun#2355)) ([62d9042](iamkun@62d9042))
* check if null passed to objectSupport parser ([iamkun#2175](iamkun#2175)) ([013968f](iamkun@013968f))
* dayjs.diff improve performance ([iamkun#2244](iamkun#2244)) ([33c80e1](iamkun@33c80e1))
* dayjs(null) throws error, not return dayjs object as invalid date ([iamkun#2334](iamkun#2334)) ([c79e2f5](iamkun@c79e2f5))
* objectSupport plugin causes an error when null is passed to dayjs function (closes [iamkun#2277](iamkun#2277)) ([iamkun#2342](iamkun#2342)) ([89bf31c](iamkun@89bf31c))
* Optimize format method ([iamkun#2313](iamkun#2313)) ([1fe1b1d](iamkun@1fe1b1d))
* update Duration plugin add/subtract take into account days in month ([iamkun#2337](iamkun#2337)) ([3b1060f](iamkun@3b1060f))
* update MinMax plugin 1. ignore the 'null' in args 2. return the only one arg ([iamkun#2330](iamkun#2330)) ([3c2c6ee](iamkun@3c2c6ee))

v1.11.8

Toggle v1.11.8's commit message
chore(release): 1.11.8 [skip ci]

## [1.11.8](iamkun/dayjs@v1.11.7...v1.11.8) (2023-06-02)

### Bug Fixes

* .format add padding to 'YYYY' ([iamkun#2231](iamkun#2231)) ([00c223b](iamkun@00c223b))
* Added .valueOf method to Duration class ([iamkun#2226](iamkun#2226)) ([9b4fcfd](iamkun@9b4fcfd))
* timezone type mark `date` parameter as optional ([iamkun#2222](iamkun#2222)) ([b87aa0e](iamkun@b87aa0e))
* type file first parameter date is optional in isSame(), isBefore(), isAfter() ([iamkun#2272](iamkun#2272)) ([4d56f3e](iamkun@4d56f3e))

v1.11.7

Toggle v1.11.7's commit message
chore(release): 1.11.7 [skip ci]

## [1.11.7](iamkun/dayjs@v1.11.6...v1.11.7) (2022-12-06)

### Bug Fixes

* Add locale (zh-tw) meridiem ([iamkun#2149](iamkun#2149)) ([1e9ba76](iamkun@1e9ba76))
* update fa locale ([iamkun#2151](iamkun#2151)) ([1c26732](iamkun@1c26732))

v1.11.6

Toggle v1.11.6's commit message
chore(release): 1.11.6 [skip ci]

## [1.11.6](iamkun/dayjs@v1.11.5...v1.11.6) (2022-10-21)

### Bug Fixes

* add BigIntSupport plugin ([iamkun#2087](iamkun#2087)) ([f6dce48](iamkun@f6dce48))
* Fix objectSupport collides with Duration plugin - issue [iamkun#2027](iamkun#2027) ([iamkun#2038](iamkun#2038)) ([c9370ea](iamkun@c9370ea))

v1.11.5

Toggle v1.11.5's commit message
chore(release): 1.11.5 [skip ci]

## [1.11.5](iamkun/dayjs@v1.11.4...v1.11.5) (2022-08-12)

### Bug Fixes

* ordinal for nl not working ([iamkun#2011](iamkun#2011)) ([c93c85e](iamkun@c93c85e))
* wrong ordinal for french locale ([iamkun#2010](iamkun#2010)) ([dd192a7](iamkun@dd192a7))

v1.11.4

Toggle v1.11.4's commit message
chore(release): 1.11.4 [skip ci]

## [1.11.4](iamkun/dayjs@v1.11.3...v1.11.4) (2022-07-19)

### Bug Fixes

* correct past property in ku (kurdish) locale ([iamkun#1916](iamkun#1916)) ([74e82b9](iamkun@74e82b9))
* fix French [fr] local ordinal ([iamkun#1932](iamkun#1932)) ([8f09834](iamkun@8f09834))
* fix objectSupport plugin ConfigTypeMap type ([iamkun#1441](iamkun#1441)) ([iamkun#1990](iamkun#1990)) ([fd51fe4](iamkun@fd51fe4))
* fix type error to add ordianl property in InstanceLocaleDataReturn and GlobalLocaleDataReturn types ([iamkun#1931](iamkun#1931)) ([526f0ae](iamkun@526f0ae))
* update locale ar-* meridiem function ([iamkun#1954](iamkun#1954)) ([3d31611](iamkun@3d31611))
* zh-tw / zh-hk locale ordinal error ([iamkun#1976](iamkun#1976)) ([0a1bd08](iamkun@0a1bd08))