Sha256: d2e0ac27fbcde79b5f1401e667acc5e33fb1fb1ad532efabcd1634eb539f66fc
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
## v0.0.5 to be released ### Bugs fixed - `frozen_double` can be provided without options (nepalez) [Compare v0.0.4...v0.0.5](https://github.com/nepalez/immutability/compare/v0.0.4...v0.0.5) ## v0.0.4 2015-10-09 The small release (backward-compatible) adds `frozen_double` to rspec helper methods. ### Added - The `frozen_double` helper for attributes of immutable objects' initializers (nepalez) [Compare v0.0.3...v0.0.4](https://github.com/nepalez/immutability/compare/v0.0.3...v0.0.4) ## v0.0.3 2015-09-25 The patch fixes bug in matcher that broke gems: - 'abstract_mapper', - 'query_builder' - 'attributes_dsl' in rbx (nepalez) ### Bugs fixed - Bug in rspec matcher `be_immutable` for rbx arrays and hashes (nepalez) [Compare v0.0.2...v0.0.3](https://github.com/nepalez/immutability/compare/v0.0.2...v0.0.3) ## v0.0.2 2015-09-24 The version fixes some bugs and adds `#at` method fild past states of objects with memory. ### Added - New decorator `Immutabitlity::Object` to iterate via past states of instance (nepalez) - New method `Imutability::WithMemory#at` to return a state in the past (nepalez) - Allow block to be send to initializer (nepalez) ### Bugs fixed - Bug in rspec matcher `be_immutable` under rbx (nepalez) [Compare v0.0.1...v0.0.2](https://github.com/nepalez/immutability/compare/v0.0.1...v0.0.2) ## v0.0.1 2015-09-20 First public release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
immutability-0.0.5 | CHANGELOG.md |