Sha256: 8ae615201982787131f32766d360946e9bdc6ba0965de5bba5e9085ee527c6b3
Contents?: true
Size: 1.81 KB
Versions: 1
Compression:
Stored size: 1.81 KB
Contents
# v0.2.0 2016-01-06 ### Added * You can now pass a custom class that will be used for mapping using `.as(MyClass)` interface (solnic) ### Changed * Relation plugins have been moved to `rom` and `rom-sql`. Other adapters can enable them too which means repository can now be used *with any adapter* (solnic) * `Repository::Base` is deprecated, just inherit from `ROM::Repository` (solnic) ## Fixed * Added `respond_to_missing?` to `LoadingProxy` (AMHOL) [Compare v0.1.0...v0.2.0](https://github.com/rom-rb/rom-repository/compare/v0.1.0...v0.2.0) # v0.1.0 2015-08-19 This release ensures that relations from different adapters can be composed together :tada: ### Fixed - Plugins are registered correctly for multi-env setups (AMHOL) - multi-block `view` syntax works correctly when header is not provided as options (solnic) [Compare v0.0.2...v0.1.0](https://github.com/rom-rb/rom-repository/compare/v0.0.2...v0.1.0) # v0.0.2 2015-08-10 ### Added - `view` relation plugin (solnic) - `key_inference` relation plugin (solnic) - `base_view` sql relation plugin (solnic) - `auto_combine` sql relation plugin (solnic) - `auto_wrap` sql relation plugin (solnic) ### Changed - Switched to extracted `rom-mapper` gem (solnic) [Compare v0.0.1...v0.0.2](https://github.com/rom-rb/rom-repository/compare/v0.0.1...v0.0.2) # v0.0.1 2015-08-05 First public release \o/ ### Added * `Relation#combine_parents` for auto-combine using eager-loading strategy aka relation composition (solnic) * `Relation#combine_children` for auto-combine using eager-loading strategy aka relation composition (solnic) * `Relation#wrap_parent` for auto-wrap using inner join (solnic) * `Relation.view` for explicit relation view definitions with header and query (solnic) * Auto-mapping feature which builds mappers that turn relations into simple structs (solnic)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-repository-0.2.0 | CHANGELOG.md |