Skip to content

Releases: levg34/typescript-nedb-orm

v1.7.0

20 Oct 20:01

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

18 Oct 20:17
e046212

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/levg34/typescript-nedb-orm/commits/v1.6.0

v1.5.2

05 Oct 20:11

Choose a tag to compare

v1.5.2 Pre-release
Pre-release

Full Changelog: v1.5.1...v1.5.2

v1.5.1

05 Oct 20:08

Choose a tag to compare

v1.5.1 Pre-release
Pre-release

Full Changelog: v1.5.0...v1.5.1

v1.5.0

05 Oct 18:59
50e7eac

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

30 Sep 21:30
d6a1cbd

Choose a tag to compare

What's Changed

  • Add codecov by @levg34 in #8
  • Add Contributing section

Full Changelog: v1.3.0...v1.4.0

v1.3.0

30 Sep 20:24

Choose a tag to compare

Changelog

v1.3.0

  • Added new methods to ORM class: delete, update, remove, findOne, findById and count
  • Updated README with examples of how to use the new methods
  • Fixed some issues in the code
  • Added coverage check in CI

What's Changed

  • add methods findById 、findByCondition 、countByCondition 、findOne 、update 、remove by @atorber in #6
  • Add new methods to ORM by @levg34 in #7

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 Sep 20:31

Choose a tag to compare

Add test coverage limit on push / PR

v1.1.0

25 Dec 16:58

Choose a tag to compare

Merge branch 'main' of https://github.com/levg34/typescript-nedb-orm …

v1.0.0

25 Dec 16:24

Choose a tag to compare

fix Rename getDocs to find #1