Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 1.08 KB

0.4.3

  • Fix Ruby 3 error when keyword argument is passed

0.4.2

  • Update documentation
  • Fix bug #8

0.4.1

  • Simplify the inspect method

0.4.0

  • Add a name displayed in the logger & inspect methods
  • Add a logger middleware
  • Fixed rubocop offenses
  • Fix builder#inspect to display class name

0.3.2

  • Add CI, Code Climate, Gitter & Improve documentation
  • Add insert_after_each and insert_before_each methods
  • Improve the inspect method to a more readable version
  • Enable lambda to receive additional arguments

0.3.1

  • Enable lambda to change the given object

0.3.0

0.2.0 (unreleased)

0.1.0 (March 16, 2012)

  • Initial release, almost directly extracted from Vagrant