You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-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
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
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