Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

73 lines (42 loc) · 3.33 KB

Changelog

Next Release

  • Your contribution here

  • Updated gemspec to make 'json' an explicit dependency

v0.0.22 (2015-10-22)

  • Fix bug in non-binary comparisons.

v0.0.21 (2015-10-12)

  • #64 Silence deprecation warnings - @tmock12
  • Fixed typos and replaced a deprecated standard library method call.

v0.0.20 (2015-04-21)

  • #63 Make CLI --ask compatible with new or old .approval file. - @kytrinyx

v0.0.19 (2015-04-20)

  • #62 Fix bug in CLI with --ask option that deletes approval file instead of overwriting it. - @kytrinyx

v0.0.18 (2015-04-18)

  • Greatly improve output on failure (Show the diff even if approved file is missing, don't complain if there's no .approvals file, print diff command before showing each diff for better context, and reverse the order of the arguments to the diff so that the additions/removals make sense). - @randycoulman
  • General improvements (fix typos, replace PNG badges with SVG ones) - @jamonholmgren, @olivierlacan

v0.0.17 (2014-10-10)

v0.0.16 (2014-05-19)

  • General improvements (refactoring, simplify travis build, fix whitespace issues) - @zph, @markijbema
  • Ignore trailing whitespace when making assertions. - @kytrinyx

v0.0.15 (2014-04-05)

v0.0.14 (2014-04-05)

  • #48 Fix CLI namespace clash. - @zph

v0.0.13 (2014-03-10)

v0.0.12 (2014-02-16)

  • #34 Make default formatter configurable. - @markijbema
  • Update dependencies, and lock them to major releases.
  • Add a license to the gemspec.
  • Add a default rake task.

v0.0.11 (2014-02-16)

v0.0.10 (2014-01-30)

  • #9 Add option to let RSpec handle diffing when approval fails. - @jeremyruppel
  • #19 Switch rspec fail_with args so diff is correct. - @bmarini
  • Fix build, clean up specs, add badges, add CHANGELOG, fix warnings. - @markijbema

v0.0.9 (2013-10-08)

Before this version, no changelog was maintained