Releases: purescript/purescript-datetime
Releases · purescript/purescript-datetime
v3.3.0
v3.2.0
v3.1.0
- Added
lastDayOfMonth
(@MichaelXavier)
v3.0.0
v2.2.0
v2.1.1
v2.1.0
- Added
isLeapYear
predicate function (@MichaelXavier)
v2.0.0
v1.0.0
This release is intended for the PureScript 0.9.1 compiler and newer.
The library has been redesigned, and now no longer provides a type for the JavaScript Date
object or the ability to fetch the current time, these are now provided by purescript-js-date
and purescript-now
libraries.
Note: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.
v0.9.2
- Added
toISOString
(@parsonsmatt)