Skip to content

Releases: panoukos41/NoSQLite

0.3.0-beta.0

15 Jul 09:03

Choose a tag to compare

v0.3.0-beta.0

ref: Index methods

0.3.0-beta.-1

14 Jul 19:39

Choose a tag to compare

v0.3.0-beta.-1

version bump

0.2.0-beta.3

27 Apr 19:25

Choose a tag to compare

v0.2.0-beta.3

refactor sample

0.2.0-beta.1

12 Nov 12:10

Choose a tag to compare

Refactor the whole API

- Change the connection so it only manages tables and the `sqlite3` db connection.
- Create `NoSQLiteTable` that manages a specific table.
- Refactor some API names on the `NoSQLiteTable` class.
- Update README.md to reflect the changes and better describe the library.
- Update tests to use new names.
- Bump version to `0.2 ...`

0.1.0-beta.8

19 Oct 10:41

Choose a tag to compare

v0.1.0-beta.8

Rename Find(IEnumerable) to FindMany

0.1.0-beta.4

14 Oct 09:51

Choose a tag to compare

v0.1.0-beta.4

Add Clear & DropAndCreate methods

0.1.0-beta.3

13 Oct 17:38

Choose a tag to compare

Update tests

Still not ready for use tho!

0.1.0-beta.1

22 Sep 18:09

Choose a tag to compare

v0.1.0-beta.1

Update release workflow