Releases: pineapplemachine/strtime-js
Releases · pineapplemachine/strtime-js
v1.1.2
This is the fourth release of strtime.
- Fix issue related to calling Date.setUTCMonth on the 31st day of the month.
npm install [email protected]
v1.1.1
This is the third release of strtime.
- Fixed readme code example errors. Some code displayed pre-v1.1.0 behavior.
npm install [email protected]
v1.1.0
This is the second release of strtime.
- Added more unit tests
- Added more thorough documentation for supported directives
- Changed ISO week year
%G
to now be padded to a length of 4 digits - Changed strftime and strptime functions to use UTC when no timezone is specified, see PR#4
npm install [email protected]
v1.0.0
This is the first release of strtime.
npm install [email protected]