- Fix Ruby 3 error when keyword argument is passed
- Update documentation
- Fix bug #8
- Simplify the inspect method
- Add a name displayed in the logger & inspect methods
- Add a logger middleware
- Fixed rubocop offenses
- Fix builder#inspect to display class name
- Add CI, Code Climate, Gitter & Improve documentation
- Add
insert_after_each
andinsert_before_each
methods - Improve the
inspect
method to a more readable version - Enable lambda to receive additional arguments
- Enable lambda to change the given object
- Apply https://github.com/Ibsciss/ruby-middleware/commit/01f75d8e4137b39ea907f13756f21cba4edffaa7
- Apply https://github.com/Ibsciss/ruby-middleware/commit/00aa09353f7ee2b801bdb446418a936640ae56d7
- Refactor test suite to use the new rspec expect syntaxe
- Update dependencies version
- Initial release, almost directly extracted from Vagrant