Skip to content

Releases: G4brym/workers-qb

v1.0.1

08 Jul 17:54
c047cf6
Compare
Choose a tag to compare

What's Changed

  • Fix type definition by @G4brym in #29
  • Fix FetchOne() to start returning undefined when no results by @G4brym in #30

Full Changelog: v1.0.0...v1.0.1

v1.0.0

06 Jul 11:27
bb81dfa
Compare
Choose a tag to compare

Breaking Changes

  • For upgrading you must append .execute() at the end of every query, read more here

What's Changed

  • D1 batch queries by @ejyager00 in #25
  • Fix bug when passing execute function in creation of new Query by @ejyager00 in #26
  • Update docs to match new interface and refactor tests by @G4brym in #27

Full Changelog: v0.1.12...v1.0.0

v0.1.12

19 Jun 18:22
1f5c6aa
Compare
Choose a tag to compare

What's Changed

  • Add debugger option to see generated query + parameters by @G4brym in #23
  • Allow use of subqueries in join clauses by @ejyager00 in #24

Full Changelog: v0.1.11...v0.1.12

v0.1.11

28 May 09:42
Compare
Choose a tag to compare

Fixes

  • Fix D1 insert() to respect response schema

Full Changelog: v0.1.10...v0.1.11

v0.1.10

24 May 22:25
Compare
Choose a tag to compare

Breaking Changes

  • Simplified .insert()response format to make results a single object when inserting a single record
    • If you are using .insert() with the returning option, and inserting a single record, you will be required to update the code from const user = inserted.results[0] into const user = inserted.results
    • If you are inserting multiple record at once or not using the returning option, no change is required from you

Fixes

  • Fix Raw parameter from being sent to the database as an argument

Full Changelog: v0.1.9...v0.1.10

v0.1.9

22 May 20:38
Compare
Choose a tag to compare

What's Changed

  • Fix requiring node_compat=true when using D1 only

Full Changelog: v0.1.8...v0.1.9

v0.1.8

20 May 11:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

13 Mar 22:47
Compare
Choose a tag to compare

What's Changed

  • Improve automatic imports

Full Changelog: v0.1.6...v0.1.7

v0.1.6

10 Feb 19:24
72b2d6e
Compare
Choose a tag to compare

What's Changed

  • Add bulk insert

Full Changelog: v0.1.5...v0.1.6

v0.1.5

07 Feb 11:23
Compare
Choose a tag to compare

What's Changed

  • Fix Raw class not being exported

Full Changelog: v0.1.4...v0.1.5