Skip to content

Releases: panoukos41/NoSQLite

0.3.0-beta.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 09:03
v0.3.0-beta.0

ref: Index methods

0.3.0-beta.-1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 19:39
v0.3.0-beta.-1

version bump

0.2.0-beta.3

Choose a tag to compare

@github-actions github-actions released this 27 Apr 19:25
v0.2.0-beta.3

refactor sample

0.2.0-beta.1

Choose a tag to compare

@github-actions github-actions released this 12 Nov 12:10
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

Choose a tag to compare

@github-actions github-actions released this 19 Oct 10:41
v0.1.0-beta.8

Rename Find(IEnumerable) to FindMany

0.1.0-beta.4

Choose a tag to compare

@github-actions github-actions released this 14 Oct 09:51
v0.1.0-beta.4

Add Clear & DropAndCreate methods

0.1.0-beta.3

Choose a tag to compare

@github-actions github-actions released this 13 Oct 17:38
Update tests

Still not ready for use tho!

0.1.0-beta.1

Choose a tag to compare

@github-actions github-actions released this 22 Sep 18:09
v0.1.0-beta.1

Update release workflow