Sha256: a9328a3b1c08ef39096ca491fa0b5fc5d537438d7963da651bbeb7b8c310a1b6
Contents?: true
Size: 1.66 KB
Versions: 1
Compression:
Stored size: 1.66 KB
Contents
## 0.4.0 - Convert `Change` and `ChangeFrequency` from [ruby-enum](https://github.com/dblock/ruby-enum/) to [typesafe_enum](https://github.com/dmolesUC3/typesafe_enum) ## 0.3.4 - Fix issue where `Dir.glob` could cause files to be required in an unpredictable order (h/t [nabeta](https://github.com/CDLUC3/resync/pull/1)) ## 0.3.3 - Fix links in README ## 0.3.2 - Move GitHub project to [CDLUC3](https://github.com/CDLUC3/) ## 0.3.1 - Use [XML::MappingExtensions](https://github.com/dmolesUC3/xml-mapping_extensions) for some XML mapping infrastructure ## 0.3.0 - Return simple arrays for resources, instead of fancy lazy enumerables ## 0.2.2 - Added `#changes` method to `ChangeList` and `ChangeDumpManifest`, allowing filtering by change type and modified time - Added `#change_lists` method to `ChangeListIndex`, `ChangeDumpIndex`, and `ChangeDump`, allowing filtering by from and until times ## 0.2.1 - Fixed issue where extra whitespace in `<loc/>` tags could prevent URI parsing. ## 0.2.0 - `BaseResourceList#resources` now returns an `IndexableLazy` instead of a plain array. - Added `BaseResourcesList#resources_in` to filter resource lists by time. - All `Augmented` objects now expose the complete set of time attribtues, so as to avoid having to fish around in the metadata. ## 0.1.3 - Fix issue making it difficult to extend CapabilityList ## 0.1.2 - Fix issue making it difficult to extend SortedResourceList ## 0.1.1 - Add support for [Change Dump Indices](http://www.openarchives.org/rs/1.0/resourcesync#ChangeDumpIndex) - Add support for [Resource Dump Indices](http://www.openarchives.org/rs/1.0/resourcesync#ResourceDumpIndex) ## 0.1.0 - Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
resync-0.4.0 | CHANGES.md |