View Source Changelog

3.2.0 (2024-12-23)

  • Adding an on_error handler for people who still need the plug a little longer.

3.1.0 (2024-12-20)

Changed

  • End-of-life. Please consider using custom function plugs suggested in the compilation warnings instead. We will not be releasing any more versions. See the Hammer documentation for more information.

3.0.0 (2022-11-25)

Changed

  • Support Elixir >= 1.11
  • Adds credo and clean up based on rules
  • Update dependencies
  • Fix documentation

2.1.1 (2019-10-21)

Changed

  • Better error handling
  • Fix documentation formatting

2.1.0 (2019-07-21)

Added

  • A by: {:conn, func} option

1.0.0 (2018-06-23)

Changed

  • Initial release