hanami-router 3.0.0.rc1 released

Added

  • Add #permanent_redirect and #temporary_redirect helpers for 301 and 302 responses. (@cllns in #302)

Changed

  • BREAKING: #redirect now requires an explicit code: argument. Use #permanent_redirect or #temporary_redirect for the common cases, and pass code: to #redirect for less common codes (e.g. 303, 307, 308). (@cllns in #302)
  • Upgrade mustermann to 3.1 and remove mustermann-contrib dependency. (@rkh in #300)
  • Require Ruby 3.3 or newer.

Fixed

  • Allow URL generation (via #path) to work with array variables. (@inouire in #304)

Compare v2.3.1 … v3.0.0.rc1


View release on GitHub