Skip to content

Releases: CNimmo16/quory

@quory/[email protected]

05 Jan 21:48
2fa33e7
Compare
Choose a tag to compare

Patch Changes

@quory/[email protected]

05 Jan 21:44
c59b70f
Compare
Choose a tag to compare

Patch Changes

  • a41b463: Test release for github workflow

@quory/[email protected]

05 Jan 21:29
Compare
Choose a tag to compare

Major Changes

  • 42043db: First release of the Quory electron client!

    This also includes major changes to all packages, including core and its drivers, as well as the introduction of the new @quory/stack package for building full-stack applications with Quory

@quory/[email protected]

24 Dec 01:57
e814490
Compare
Choose a tag to compare

Patch Changes

  • 942510d: allow specifying base table in joins

@quory/[email protected]

24 Dec 01:36
Compare
Choose a tag to compare

Minor Changes

  • 764018b: Allow passing the same table twice in fetchRelatedRows "joins" argument

@quory/[email protected]

21 Dec 02:19
ee1b12b
Compare
Choose a tag to compare

Patch Changes

  • a6234e0: Use affinity to get data types for sqlite

@quory/[email protected]

19 Dec 15:36
Compare
Choose a tag to compare

Minor Changes

  • c95bfe9: - Support multiple foreign tables in fetchRelatedRows (this is a large breaking change!)
    • Remove unnecessary dependency on Knex.js from Postgres and MySQL drivers (move to dev dependency)
    • Introduce new SQLite driver!

@quory/[email protected]

19 Dec 15:36
Compare
Choose a tag to compare

Patch Changes

  • c95bfe9: - Support multiple foreign tables in fetchRelatedRows (this is a large breaking change!)
    • Remove unnecessary dependency on Knex.js from Postgres and MySQL drivers (move to dev dependency)
    • Introduce new SQLite driver!

@quory/[email protected]

19 Dec 15:36
Compare
Choose a tag to compare

Patch Changes

  • c95bfe9: - Support multiple foreign tables in fetchRelatedRows (this is a large breaking change!)
    • Remove unnecessary dependency on Knex.js from Postgres and MySQL drivers (move to dev dependency)
    • Introduce new SQLite driver!

@quory/[email protected]

19 Dec 15:36
Compare
Choose a tag to compare

Major Changes

  • c95bfe9: - Support multiple foreign tables in fetchRelatedRows (this is a large breaking change!)
    • Remove unnecessary dependency on Knex.js from Postgres and MySQL drivers (move to dev dependency)
    • Introduce new SQLite driver!

Patch Changes

  • 9490eda: Remove rogue console log