Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.28 KB

Changelog.md

File metadata and controls

50 lines (26 loc) · 1.28 KB

Development

1.1.2 / 2014-11-11

full changelog

Bug Fixes:

  • Fix bug of uninitialized constant RSpec::Expectations (Related to #20)

1.1.1 / 2014-11-10

full changelog

Bug Fixes:

  • Remove virtual dependency on rspec-core (Thanks @jscheid for reporting that, #20)

1.1.0 / 2014-11-10

full changelog

Enhancements:

  • Make matchers composable on RSpec 3 and above. (Johnson Denen, #19)

1.0.0 / 2014-06-09

full changelog

0.0.4 / 2014-04-24

full changelog

Enhancements:

  • Add Rails extension have(n).errors_on(:whatever) (Bradley Schaefer)

0.0.3 / 2014-02-16

full changelog

Enhancements:

  • Update to latest RSpec 3 matcher API. (Myron Marston)

Bug Fixes:

  • Raise an error when you attempt to use matcher against an Integer which previously would have incorrectly used a #size of 8. (Kassio Borges)