Skip to content

Releases: alexberriman/newtondb

v0.3.4

24 Apr 07:23
Compare
Choose a tag to compare

0.3.4 (2023-04-24)

Bug Fixes

  • orderBy during chain execution (67029f6)

v0.3.3

17 Feb 00:36
Compare
Choose a tag to compare

0.3.3 (2023-02-17)

Bug Fixes

v0.3.2

24 Aug 00:14
Compare
Choose a tag to compare

0.3.2 (2022-08-24)

Bug Fixes

  • collection: deundefined/null value when deleting array (cd6a62f)

v0.3.1

02 Aug 22:12
Compare
Choose a tag to compare

0.3.1 (2022-08-02)

Bug Fixes

  • update semantic-release and build configuration to correctly deploy (fa07692)

v0.3.0

02 Aug 00:11
Compare
Choose a tag to compare

0.3.0 (2022-08-02)

Features

  • collection: add or property to conditionally execute chain operations (dc4fb79)
View benchmarks
  • db.get (1000k records):
    • native Array.prototype.find(): 120 ops/s
    • newton without PK: 1 ops/s
    • newton with pk: 15184 ops/s
  • db.find (1000k records):
    • native Array.prototype.find(): 104 ops/s
    • newton without PK: 6 ops/s
    • newton with pk: 73685 ops/s
  • new Newton():
    • 1k records: 4763 ops/s
    • 10k records: 391 ops/s
    • 100k records: 9 ops/s
    • 1000k records: 1 ops/s