Skip to content

Releases: sebastialonso/graveyard

v0.6.0 - Validations

Choose a tag to compare

@sebastialonso sebastialonso released this 21 Apr 00:11

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

Choose a tag to compare

@sebastialonso sebastialonso released this 10 Aug 20:47

Changes

Implement bulk insert, with automatic auxiliar fields population

v0.4.1

Choose a tag to compare

@sebastialonso sebastialonso released this 06 Aug 19:24

Changes

Implement sort option for search method.

v0.4.0

Choose a tag to compare

@sebastialonso sebastialonso released this 06 Aug 16:24
65e9919

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

Choose a tag to compare

@sebastialonso sebastialonso released this 31 Jul 22:30

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

Choose a tag to compare

@sebastialonso sebastialonso released this 26 Jul 21:19

Changes

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

v0.2.2

Choose a tag to compare

@sebastialonso sebastialonso released this 26 Jul 21:20

Changes

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