All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Break Versioning.
2.3.1 - 2025-12-18
- Bypass binding_of_caller's Ruby version check and load its functionality directly. This ensures it continues to work when running under Ruby 4.0. (@timriley in #12)
2.3.0 - 2025-11-12
2.3.0.beta2 - 2025-10-17
- Drop support for Ruby 3.1.
2.3.0.beta1 - 2025-10-03
2.2.0 - 2024-11-05
2.2.0.rc1 - 2024-10-29
2.2.0.beta2 - 2024-09-25
2.2.0.beta1 - 2024-07-16
- Drop support for Ruby 3.0.
2.1.0 - 2024-02-27
2.1.0.rc3 - 2024-02-16
2.1.0.rc2 - 2023-11-08
2.1.0.rc1 - 2023-11-02
2.1.0.beta2 - 2023-10-04
- Set correct error codes for Hanami app exceptions. (@timriley)
2.1.0.beta1 - 2023-06-29
- Introduce
Hanami::Webconsole::Middleware, a Rack middleware automatically used in the Hanami app when hanami-webconsole is bundled. (@timriley in #6)
- Remove the Hanami v1 plugin. (@timriley in #6)
0.2.0 - 2019-01-18
- Official support for Ruby 2.6.0. (@jodosha)
- Support for
bundler2.0+. (@jodosha)
0.1.0 - 2018-04-11
0.1.0.rc2 - 2018-04-06
0.1.0.rc1 - 2018-03-30
0.1.0.beta2 - 2018-03-23
0.1.0.beta1 - 2018-02-28
- Package as Hanami plugin. (@jodosha & Anton Davydov)