CHANGELOG.md in hanami-model-1.0.4 vs CHANGELOG.md in hanami-model-1.1.0.beta1
- old
+ new
@@ -1,16 +1,16 @@
# Hanami::Model
A persistence layer for Hanami
-## v1.0.4 - 2017-10-14
-### Fixed
-- [Nikita Shilnikov] Keep the dependency on `dry-sql` at `~> 1.3`, which is compatible with `dry-types` `~> 0.11.0`
-- [Nikita Shilnikov] Ensure to write Postgres JSON (`PGJSON`) type for nested associated records
-- [Nikita Shilnikov] Ensure `Repository#select` to work with `Hanami::Model::MappedRelation`
+## v1.1.0.beta1 - 2017-08-11
+### Added
+- [Marcello Rocha] One-To-Many association (aka `belongs_to`)
+- [Marcello Rocha] One-To-One association (aka `has_one`)
+- [Marcello Rocha] Many-To-Many association (aka `has_many :through`)
+- [Luca Guidi] Introduced new extra behaviors for entity manual schema: `:schema` (default), `:strict`, `:weak`, and `:permissive`
-## v1.0.3 - 2017-10-11
### Fixed
-- [Luca Guidi] Keep the dependency on `dry-types` at `~> 0.11.0`
+- [Sean Collins] Enhanced error message for Postgres `db create` and `db drop` when `createdb` and `dropdb` aren't in `PATH`
## v1.0.2 - 2017-08-04
### Fixed
- [Maurizio De Magnis] URI escape for Postgres password
- [Marion Duprey] Ensure repository to generate timestamps values even when only one between `created_at` and `updated_at` is present