All Versions
44
Latest Version
Avg Release Cycle
75 days
Latest Release
401 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.1.0 Changes
October 25, 2017๐ Fixed
- [Luca Guidi] Ensure associations to always accept objects that are serializable into
::Hash
- [Luca Guidi] Ensure associations to always accept objects that are serializable into
-
v1.1.0.rc1 Changes
October 16, 2017โ Added
- ๐ [Marcello Rocha] Added support for associations aliasing via
:as
option (has_many :users, through: :comments, as: :authors
) - [Luca Guidi] Allow entities to be used as type in entities manual schema (
attribute :owner, Types::Entity(User)
)
- ๐ [Marcello Rocha] Added support for associations aliasing via
-
v1.1.0.beta3
October 04, 2017 -
v1.1.0.beta2 Changes
October 03, 2017โ Added
- โช [Alfonso Uceda] Introduce
Hanami::Model::Migrator#rollback
to provide database migrations rollback - [Alfonso Uceda] Improve connection string for PostgreSQL in order to pass credentials as URI query string
๐ Fixed
- [Marcello Rocha] One-To-Many properly destroy the associated methods
- โช [Alfonso Uceda] Introduce
-
v1.1.0.beta1 Changes
August 11, 2017โ Added
- [Marcello Rocha] Many-To-One association (aka
belongs_to
) - [Marcello Rocha] One-To-One association (aka
has_one
) - [Marcello Rocha] Many-To-Many association (aka
has_many :through
) - 0๏ธโฃ [Luca Guidi] Introduced new extra behaviors for entity manual schema:
:schema
(default),:strict
,:weak
, and:permissive
๐ Fixed
- [Sean Collins] Enhanced error message for Postgres
db create
anddb drop
whencreatedb
anddropdb
aren't inPATH
- [Marcello Rocha] Many-To-One association (aka
-
v1.0.4 Changes
October 14, 2017๐ Fixed
- [Nikita Shilnikov] Keep the dependency on
rom-sql
at~> 1.3
, which is compatible withdry-types
~> 0.11.0
- [Nikita Shilnikov] Ensure to write Postgres JSON (
PGJSON
) type for nested associated records - [Nikita Shilnikov] Ensure
Repository#select
to work withHanami::Model::MappedRelation
- [Nikita Shilnikov] Keep the dependency on
-
v1.0.3 Changes
October 11, 2017๐ Fixed
- [Luca Guidi] Keep the dependency on
dry-types
at~> 0.11.0
- [Luca Guidi] Keep the dependency on
-
v1.0.2 Changes
August 04, 2017๐ Fixed
- [Maurizio De Magnis] URI escape for Postgres password
- โก๏ธ [Marion Duprey] Ensure repository to generate timestamps values even when only one between
created_at
andupdated_at
is present - ๐ [Paweล ลwiฤ tkowski] Make Postgres JSON(B) to work with Ruby arrays
- ๐ [Luca Guidi] Don't remove migrations when running
Hanami::Model::Migrator#apply
fails to dump the database
-
v1.0.1 Changes
June 23, 2017๐ Fixed
- [Kai Kuchenbecker & Marcello Rocha & Luca Guidi] Ensure
Hanami::Entity#initialize
to not serialize (intoHash
) other entities passed as an argument - [Luca Guidi] Let
Hanami::Repository.relation=
to accept strings as an argument - โก๏ธ [Nikita Shilnikov] Prevent stack-overflow when
Hanami::Repository#update
is called thousand times
- [Kai Kuchenbecker & Marcello Rocha & Luca Guidi] Ensure
-
v1.0.0
April 06, 2017