Skip to content

Releases: reazen/relude-eon

v0.3.0

31 Mar 20:30
Compare
Choose a tag to compare

🚨 Breaking changes

📝 Documentation

  • Fix typos in the README (thanks @kjkta)

✔️ Code quality

  • Use Github Actions for CI

v0.2.0

31 Mar 20:27
Compare
Choose a tag to compare

✔️ Code quality

  • Bump dependency versions

v0.1.0

13 Aug 21:29
Compare
Choose a tag to compare

Initial release!

  • Includes all of the core date building blocks, plus types like LocalTime, LocalDate, LocalDateTime, and Instant, 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.