Releases: sebastialonso/graveyard
Releases · sebastialonso/graveyard
v0.6.0 - Validations
Changes
- Add validation support for
insert
andupdate
functions.Validation works with a handful of types for the moment. Please check the README for the full breakdown. - Fix a bug in which mappings with a single key weren't picked up by Graveyard.
v0.5.0
Changes
Implement bulk insert, with automatic auxiliar fields population
v0.4.1
Changes
Implement sort
option for search
method.
v0.4.0
Changes
Oblist datatype
- Recursive mappings for oblists
- Automatic population of auxiliar flat oblists fields
- Search now searches in oblists as a nested query
- Group now performs aggregation of nested type
Insert
- Automatic timestamp support
v0.3.1
Changes
Now mappings can be specified with a map, using the Graveyard Mapping DSL. Use the mappings
key in the config file.
v0.3.0
Changes
- Automatic mapping changes using
Graveyard.Mappings.apply_mappings_change()
v0.2.2
Changes
- Finally fix bug causing
Graveyard.Record.update
not to persist merged data maps