Skip to content

Releases: mlopes/wen

Wen 1.0.0-M1

18 May 19:17
6d0d706

Choose a tag to compare

1.0.0-M1

  • Split project in 3, now there's wen, wen-cats, and wen-circe

Wen 0.9.0

14 May 21:25
4e8adf9

Choose a tag to compare

0.9.0

  • Refactor most of the codebase
  • Fix show instance for Offset to output a + before the 00:00

Wen 0.8.0

11 May 15:13
d7ae17a

Choose a tag to compare

0.8.0

  • Add Order and Show instance for Offset
  • Add ISO Show instance for Offset
  • Add Circe encoder and decoder for Offset

Wen 0.7.0

11 May 09:49
91306bf

Choose a tag to compare

0.7.0

  • Add non-implicit Order instance for WeekDay starting on Monday

Wen 0.6.0

09 May 20:35
763e28c

Choose a tag to compare

0.6.0

Version 0.6.0 severely breaks backwards compatibility with previous versions
by making dramatic changes to the library's API

  • Change all constructors that return Option to named constructos

Wen 0.5.0

09 May 20:33
4136ec5

Choose a tag to compare

0.5.0

  • Add Circe ISO instances for Date, Time, DateTime, ZoneTime, and ZoneDateTime
  • Add Circe instances for Hour, Minute, Second, Millisecond, Day, WeekDay, Month, Year, and Epoch

Wen 0.4.0

06 May 18:33
8f28b98

Choose a tag to compare

0.4.0

  • Add ISO Show instances
  • Improve default Show instances

Wen 0.3.1

06 May 18:40
d325810

Choose a tag to compare

0.3.1

  • Fix bug where invalid dates held by java.time.LocalDate caused Date creation to fail

Wen 0.3.0

06 May 18:36
7bb1cd1

Choose a tag to compare

0.3.0

  • Change Month to Int conversion API. Example: from Month.toInt(January) to January.asInt
  • Make all companion objects final

Wen 0.2.0

06 May 18:36
a239339

Choose a tag to compare

0.2.0

  • Add helper functions to refine numeric date/time types
  • Add constructors from types in java.time
  • Year constructor with epoch defaulting to AD