Skip to content

Releases: atmulyana/JsSimpleDateFormat

v3.0.3

11 Apr 16:25

Choose a tag to compare

-Fixes Typescript declaration for `parse` method (the return value is possible to be `null`)
-"index.js": converts `export` statements to `module.exports` because not working on jest

3.0.2

15 Mar 23:33

Choose a tag to compare

v3.0.2

Fixes bugs:
-Pattern 'h' showed hour value more than 12. It should be converted to a value lower than 12.
-Typescript declaration: the second parameter of constructor should be optional

v3.0.1

20 Feb 10:14

Choose a tag to compare

-fixes the bug that makes webpack doesn't work
-adds declaration file index.d.ts

v3.0

24 Jan 14:53

Choose a tag to compare

  • New class NetDateTimeFormat which suports only .NET compatible date and time patterns.
  • By exixtence of class NetDateTimeFormat, now, JsSimpleDateFormat only supports Java compatible date and time patterns.
    isNetCompat property is dropped and also the third parameter for constructor is dropped.
  • New classes for formatting/parsing duration: TimerFormat and TimerFormatSymbols
  • Adds some test scripts

version 2.1

23 Jan 16:38

Choose a tag to compare

version 2.1

version 2.0.1

02 Jan 09:22

Choose a tag to compare

Third release

version 2.0

02 Jan 09:15

Choose a tag to compare

Second release

version 1.0

02 Jan 09:01

Choose a tag to compare

First release