Releases: reazen/relude-eon
Releases · reazen/relude-eon
v0.3.0
🚨 Breaking changes
- The
bs-abstract
peer-dependency is nowbs-bastet
, and the required Relude version is 0.59+. See the Relude release notes and the Bastet migration guide for details.
📝 Documentation
- Fix typos in the README (thanks @kjkta)
✔️ Code quality
- Use Github Actions for CI
v0.2.0
v0.1.0
Initial release!
- Includes all of the core date building blocks, plus types like
LocalTime
,LocalDate
,LocalDateTime
, andInstant
, which represent different pieces of time using those building blocks. - Most types have function like
addYears
,addDays
,addHours
, etc - ReludeEon.Interop.JsDate has functions for converting to/from
Js.Date.t
, as well as retrieving the client's current time and timezone offset, wrapped in IO.