1.1.6 (2023-12-08)
- decode header with unsupported directive (#18) (332720f)
1.1.5 (2023-10-19)
- accept short weekday format for weekday names (#16) (fd83cc1)
1.1.4 (2023-10-15)
- 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)
1.1.2 (2023-10-15)
- automatically publish docs with hex package (af3c87d)
1.1.1 (2023-10-15)
- support dashes in expiration format RFC1123 (#10) (81e081a)
1.1.0 (2023-10-15)
- add support for all valid expiration datetime formats (#8) (d0c17f7)
- failing test due to Elixir version upgrade (532852b)
- return ArgumentError from
encode!
or decode!
(4f2d460) - use of deprecated day_of_week/3 (11812e9)