Skip to content

Latest commit

 

History

History
160 lines (92 loc) · 7.15 KB

CHANGELOG.md

File metadata and controls

160 lines (92 loc) · 7.15 KB

Version 2.0.0 (2017-11-17)

Breaking changes

New features

Bug fixes

...full changes

Version 1.3.0 (2017-11-16)

New features

  • expose shard & index identifier: 77a97ab

Bug fixes

...full changes

Version 1.2.0 (2017-11-16)

New features

...full changes

Version 1.1.4 (2017-2-21)

Minor Changes

  • add a typescript definition: f172409

...full changes

Version 1.1.3 (2017-2-19)

Minor Changes

  • use iterator instead keyword: ba909f3

...full changes

Version 1.1.2 (2017-2-19)

Patches

...full changes

Version 1.1.1 (2017-2-19)

Patches

  • #4 fix collisions with Map objects: 8a1bdff

...full changes

Version 1.1.0 (2017-2-19)

Major Changes

  • generate documentation: 12f29ae
  • add JS sources: dabb3ba
  • rewrite the api in order to make it more consistent: 5888530

Minor Changes

...full changes

Version 1.0.2 (2017-2-18)

Minor Changes

  • add an index iterator: 2f10553
  • avoid points dispersion between shards: adb3206
  • add a removeIndex helper: a1fa1a1

Patches

  • remove index building/done elsewhere: 5bc3e7c

...full changes

Version 1.0.1 (2017-2-13)

Minor Changes

...full changes

Version 1.0.0 (2017-2-13)

Major Changes

  • general rewrite in order to expose classes (for extensions): a30efed

...full changes

Version 0.2.0 (2017-2-13)

Major Changes

  • #3 start the index shard implementation (wip): 86e1c47
  • #3 start the points shard implementation (wip): ca675d6
  • rewrite every function with new framework: 8b25e2b

Minor Changes

Patches

...full changes

Version 0.1.0 (2017-2-10)

Major Changes

  • improve items deletion speed: 7a637ff
  • improve deletion speed and implement a re-index function on graphs: d8cc099
  • implement objects export (to serialize them as json): a47ca4c
  • implement export/import: 7c2f85a

Minor Changes

Patches