- Add: OneToMany::Plural::Create
- Fix: typos/wording in README
- Fix: Plural::Update returning unexpected Success([nil, nil, ...]) instead of array of models when no db update occured
- Fix: Single::Update returning unexpected Success(nil) instead of model when no db update occured
- Fix: broken plural delete
- Add: Continuous testing
- Fix: undefined variable
array_of_params
error insimple|plural|update
- Add:
do_nothing
configuration for Simple::Plural::Upsert
- Breaking: Single::Update now returns a Success monad, not a Try::Value
- Breaking: When plural
Create|Delete|Update|Upsert#call
receives an empty array, return Success without trying anything else
- Fix: When default values are procs, call them
- Add:
Simple::Plural::Upsert
Initial launch with the services.
- Add
Simple::Singular::Create
- Add
Simple::Singular::Update
- Add
Simple::Singular::Delete
- Add
Simple::Plural::Create
- Add
Simple::Plural::Update
- Add
Simple::Plural::Delete