Skip to content

Releases: sebastialonso/graveyard

v0.6.0 - Validations

21 Apr 00:11
Compare
Choose a tag to compare

Changes

  • Add validation support for insert and update 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

10 Aug 20:47
Compare
Choose a tag to compare

Changes

Implement bulk insert, with automatic auxiliar fields population

v0.4.1

06 Aug 19:24
Compare
Choose a tag to compare

Changes

Implement sort option for search method.

v0.4.0

06 Aug 16:24
65e9919
Compare
Choose a tag to compare

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

31 Jul 22:30
Compare
Choose a tag to compare

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

26 Jul 21:19
Compare
Choose a tag to compare

Changes

  • Automatic mapping changes using Graveyard.Mappings.apply_mappings_change()

v0.2.2

26 Jul 21:20
Compare
Choose a tag to compare

Changes

  • Finally fix bug causing Graveyard.Record.update not to persist merged data maps