Sha256: 6f75d51e1d6b3274b1fa5791a3e7736a4336f03a2d54644e58499d824a81a328
Contents?: true
Size: 756 Bytes
Versions: 1
Compression:
Stored size: 756 Bytes
Contents
## v0.1.0 2015-06-20 ### Added * New `Guard` base class for guarding objects (nepalez) * New `Assertion.guards` builder method to provide specific guards (nepalez) * Custom `Assertion::InvalidError#inspect` method that shows `#messages` (nepalez) ### Deleted * Removed `Assertion::NotImplementedError` (use `NoMethodError` instead) (nepalez) * Removed `Assertion::NameError` (use generic `NameError` instead) (nepalez) ### Internal * Moved all message-related features to the `Assertion::Messages` (nepalez) * Removed `Assertion::I18n` (not the part of public API) (nepalez) * Extracted attribute DSL from `Assertion::Base` to `Assertion::Attributes` (nepalez) [Compare v0.0.1...v0.1.0](https://github.com/nepalez/assertion/compare/v0.0.1...v0.1.0)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
assertion-0.1.0 | CHANGELOG.md |