View Source Changelog

1.1.5 (2023-10-19)

Bug Fixes

  • accept short weekday format for weekday names (#16) (fd83cc1)

1.1.4 (2023-10-15)

Bug Fixes

  • cookie type max_age was incorrect (c5de17f)
  • correctly document private modules (f767ec8)
  • parse max_age to integer correctly (0ada60c)

1.1.3 (2023-10-15)

Miscellaneous Chores

1.1.2 (2023-10-15)

Bug Fixes

  • automatically publish docs with hex package (af3c87d)

1.1.1 (2023-10-15)

Bug Fixes

  • support dashes in expiration format RFC1123 (#10) (81e081a)

1.1.0 (2023-10-15)

Features

  • add support for all valid expiration datetime formats (#8) (d0c17f7)

1.0.0 (2023-10-15)

Bug Fixes

  • failing test due to Elixir version upgrade (532852b)
  • return ArgumentError from encode! or decode! (4f2d460)
  • use of deprecated day_of_week/3 (11812e9)