Skip to content

Releases: gavinhsmith/simpledb

v1.2.2: Added Database.update()

12 Jan 01:54
Compare
Choose a tag to compare

Full Changelog: 1.2.1 -> 1.2.2

Added Database.update(column: string, equals: unknown, replacements: Partial<Entry>): Promise<Entry[]>, allowing updates on the database. Returns a list of all affected rows.

v1.2.1: Patch release

11 Jan 23:25
Compare
Choose a tag to compare

Full Changelog: 1.2.0 -> 1.2.1

Fixed issue with workflow publishing wrong directory.

v1.2.0: Major module refactor.

11 Jan 23:15
Compare
Choose a tag to compare

Full Changelog: 1.0.8 -> 1.2.0

THIS IS A BREAKING CHANGE

I added sherif to the eslint config, and many many hundreds of things broke. I fixed all of them I think.

Breaking Changes

  • Database and Table are now functions, not a class, Do not use new keyword.
  • Column class was removed, column operations can be done with the table.
  • Database.exists() has been renamed to Database.has().
  • Table.exists() has been renamed to Table.has(). No longer can be run without paramaters to check for table.
  • Extended types have been removed. I might re-implement them later, but at the moment they were clunky and bad.

1.0.8

10 Jan 06:22
Compare
Choose a tag to compare

Full Changelog: 1.0.7...1.0.8

1.0.7

08 Jan 19:56
Compare
Choose a tag to compare

Converted to CommonJS module.

Full Changelog: 1.0.6...1.0.7

1.0.6

06 Jan 00:49
Compare
Choose a tag to compare

Full Changelog: 1.0.5...1.0.6

1.0.5

02 Jan 00:24
Compare
Choose a tag to compare

Full Changelog: 1.0.4...1.0.5

1.0.4

02 Jan 00:09
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

1.0.3

01 Jan 06:12
Compare
Choose a tag to compare

Full Changelog: 1.0.2...1.0.3

1.0.2

31 Dec 17:32
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2