Releases: rails/web-console
Releases · rails/web-console
4.2.1
What's Changed
- Support to Rails 7.1
- Support to Rack 3.0
New Contributors
- @mishina2228 made their first contribution in #318
- @tenderlove made their first contribution in #321
- @etiennebarrie made their first contribution in #325
- @JoeDupuis made their first contribution in #332
Full Changelog: v4.2.0...v4.2.1
4.2.0
4.1.0
4.0.4
- fb483743 Fix a crash on webrick with Rack 2.2.3 (@gsamokovarov)
4.0.3
- #291 Deprecate config.web_console.whitelisted_ips (@JuanitoFatas)
- #290 Fix Content-Length for rack >= 2.1.0 (@p8)
4.0.2
4.0.1
4.0.0
- 61ce65b5 Move to config.web_console.permissions (@gsamokovarov)
- 96127ac1 Introduce Binding#console as an alternative interface (@gsamokovarov)
- d4591ca5 Introduce Rails 6 support (@gsamokovarov)
- f97d8a88 Introduce Ruby 2.6 support (@gsamokovarov)
- d6deacd9 Drop Rails 5 support (@gsamokovarov)
- 90fda878 Drop Ruby 2.4 support (@gsamokovarov)
- #265 Add support for nested exceptions (@yuki24)
3.7.0
- #263 Show binding changes (@causztic)
- #258 Support Ctrl-A, Ctrl-W and Ctrl-U (@gsamokovarov)
- #257 Always try to keep the console underneath the website content (@gsamokovarov)