Skip to content

Releases: NickRMD/queryMaker

next v0.8.0-next.20251111001

11 Nov 23:20
0cf2578

Choose a tag to compare

Pre-release

next Release

This is a pre-release version for testing purposes.

Installation

npm install sqm@next

Download the distribution archives:

  • dist-0.8.0-next.20251111001.tar.gz compressed tar.gz archive
  • dist-0.8.0-next.20251111001.zip zip archive

⚠️ Warning: This is a pre-release version and may contain bugs or incomplete features.

What's Changed

  • Feat/fix/add subquery to join and fix how ctes and joins combine by @NickRMD in #71
  • bump up version to 0.7.0 by @NickRMD in #72
  • feat/added selecting specific fields from union selects also added tests for that by @NickRMD in #73
  • feat/updated publish-npm.yml from npm to pnpm, begin testing in dev branch by @NickRMD in #75
  • fix/removed git checks on publish by @NickRMD in #76
  • test/test pnpm cache by @NickRMD in #77
  • feat/added artifacts to releases by @NickRMD in #78
  • Feat/rename dev to next by @NickRMD in #79
  • Feat/refact/Add new DDL query types, refact DML query types and add more exports. by @NickRMD in #80
  • fix/configured exports correctly by @NickRMD in #81
  • Ongoing/Feat/add test and add better support for validation by @NickRMD in #82
  • fix/added forgotten archives into releases by @NickRMD in #83
  • feat/added safety guard so publishing the same version number doesn't happen by @NickRMD in #84
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #85
  • Feat/add test and add better support for validation by @NickRMD in #86
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #87
  • feat/changed input for withQuery by @NickRMD in #88
  • bookkeeping/updated dependencies by @NickRMD in #89
  • feat/added better support for unions in CTEs by @NickRMD in #90
  • fix/removed wrong draft code by @NickRMD in #91
  • fix/fixed how unions and selects work in CTEs, disable analysis by @NickRMD in #92
  • fix/fixed naming by @NickRMD in #93
  • Feat/add test and add better support for validation by @NickRMD in #94
  • Next by @NickRMD in #95
  • Beta by @NickRMD in #96
  • Rc by @NickRMD in #97

Full Changelog: v0.6.4...v0.8.0-next.20251111001

next v0.8.0-next.20251030001

30 Oct 06:25
9f83618

Choose a tag to compare

Pre-release

next Release

This is a pre-release version for testing purposes.

Installation

npm install sqm@next

Download the distribution archives:

  • dist-0.8.0-next.20251030001.tar.gz compressed tar.gz archive
  • dist-0.8.0-next.20251030001.zip zip archive

⚠️ Warning: This is a pre-release version and may contain bugs or incomplete features.

What's Changed

  • Feat/fix/add subquery to join and fix how ctes and joins combine by @NickRMD in #71
  • bump up version to 0.7.0 by @NickRMD in #72
  • feat/added selecting specific fields from union selects also added tests for that by @NickRMD in #73
  • feat/updated publish-npm.yml from npm to pnpm, begin testing in dev branch by @NickRMD in #75
  • fix/removed git checks on publish by @NickRMD in #76
  • test/test pnpm cache by @NickRMD in #77
  • feat/added artifacts to releases by @NickRMD in #78
  • Feat/rename dev to next by @NickRMD in #79
  • Feat/refact/Add new DDL query types, refact DML query types and add more exports. by @NickRMD in #80
  • fix/configured exports correctly by @NickRMD in #81
  • Ongoing/Feat/add test and add better support for validation by @NickRMD in #82
  • fix/added forgotten archives into releases by @NickRMD in #83
  • feat/added safety guard so publishing the same version number doesn't happen by @NickRMD in #84
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #85
  • Feat/add test and add better support for validation by @NickRMD in #86
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #87
  • feat/changed input for withQuery by @NickRMD in #88
  • bookkeeping/updated dependencies by @NickRMD in #89
  • feat/added better support for unions in CTEs by @NickRMD in #90
  • fix/removed wrong draft code by @NickRMD in #91
  • fix/fixed how unions and selects work in CTEs, disable analysis by @NickRMD in #92
  • fix/fixed naming by @NickRMD in #93
  • Feat/add test and add better support for validation by @NickRMD in #94
  • Next by @NickRMD in #95
  • Beta by @NickRMD in #96
  • Rc by @NickRMD in #97

Full Changelog: v0.6.4...v0.8.0-next.20251030001

Release v0.7.1

30 Oct 06:19
3f7ba20

Choose a tag to compare

Changes

This release includes all changes from the latest stable version.

Installation

npm install sqm@latest

Download the distribution archives:

  • dist-0.7.1.tar.gz compressed tar.gz archive
  • dist-0.7.1.zip zip archive

For full changelog, see the commit history.

What's Changed

  • Feat/fix/add subquery to join and fix how ctes and joins combine by @NickRMD in #71
  • bump up version to 0.7.0 by @NickRMD in #72
  • feat/added selecting specific fields from union selects also added tests for that by @NickRMD in #73
  • feat/updated publish-npm.yml from npm to pnpm, begin testing in dev branch by @NickRMD in #75
  • fix/removed git checks on publish by @NickRMD in #76
  • test/test pnpm cache by @NickRMD in #77
  • feat/added artifacts to releases by @NickRMD in #78
  • Feat/rename dev to next by @NickRMD in #79
  • Feat/refact/Add new DDL query types, refact DML query types and add more exports. by @NickRMD in #80
  • fix/configured exports correctly by @NickRMD in #81
  • Ongoing/Feat/add test and add better support for validation by @NickRMD in #82
  • fix/added forgotten archives into releases by @NickRMD in #83
  • feat/added safety guard so publishing the same version number doesn't happen by @NickRMD in #84
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #85
  • Feat/add test and add better support for validation by @NickRMD in #86
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #87
  • feat/changed input for withQuery by @NickRMD in #88
  • bookkeeping/updated dependencies by @NickRMD in #89
  • feat/added better support for unions in CTEs by @NickRMD in #90
  • fix/removed wrong draft code by @NickRMD in #91
  • fix/fixed how unions and selects work in CTEs, disable analysis by @NickRMD in #92
  • fix/fixed naming by @NickRMD in #93
  • Feat/add test and add better support for validation by @NickRMD in #94
  • Next by @NickRMD in #95
  • Beta by @NickRMD in #96
  • Rc by @NickRMD in #97

Full Changelog: v0.6.4...v0.7.1

rc v0.7.1-rc.20251030002

30 Oct 06:22
3f7ba20

Choose a tag to compare

Pre-release

rc Release

This is a pre-release version for testing purposes.

Installation

npm install sqm@rc

Download the distribution archives:

  • dist-0.7.1-rc.20251030002.tar.gz compressed tar.gz archive
  • dist-0.7.1-rc.20251030002.zip zip archive

⚠️ Warning: This is a pre-release version and may contain bugs or incomplete features.

What's Changed

  • Feat/fix/add subquery to join and fix how ctes and joins combine by @NickRMD in #71
  • bump up version to 0.7.0 by @NickRMD in #72
  • feat/added selecting specific fields from union selects also added tests for that by @NickRMD in #73
  • feat/updated publish-npm.yml from npm to pnpm, begin testing in dev branch by @NickRMD in #75
  • fix/removed git checks on publish by @NickRMD in #76
  • test/test pnpm cache by @NickRMD in #77
  • feat/added artifacts to releases by @NickRMD in #78
  • Feat/rename dev to next by @NickRMD in #79
  • Feat/refact/Add new DDL query types, refact DML query types and add more exports. by @NickRMD in #80
  • fix/configured exports correctly by @NickRMD in #81
  • Ongoing/Feat/add test and add better support for validation by @NickRMD in #82
  • fix/added forgotten archives into releases by @NickRMD in #83
  • feat/added safety guard so publishing the same version number doesn't happen by @NickRMD in #84
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #85
  • Feat/add test and add better support for validation by @NickRMD in #86
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #87
  • feat/changed input for withQuery by @NickRMD in #88
  • bookkeeping/updated dependencies by @NickRMD in #89
  • feat/added better support for unions in CTEs by @NickRMD in #90
  • fix/removed wrong draft code by @NickRMD in #91
  • fix/fixed how unions and selects work in CTEs, disable analysis by @NickRMD in #92
  • fix/fixed naming by @NickRMD in #93
  • Feat/add test and add better support for validation by @NickRMD in #94
  • Next by @NickRMD in #95
  • Beta by @NickRMD in #96
  • Rc by @NickRMD in #97

Full Changelog: v0.6.4...v0.7.1-rc.20251030002

rc v0.7.1-rc.20251030001

30 Oct 06:17
2ef7405

Choose a tag to compare

Pre-release

rc Release

This is a pre-release version for testing purposes.

Installation

npm install sqm@rc

Download the distribution archives:

  • dist-0.7.1-rc.20251030001.tar.gz compressed tar.gz archive
  • dist-0.7.1-rc.20251030001.zip zip archive

⚠️ Warning: This is a pre-release version and may contain bugs or incomplete features.
Full Changelog: v0.6.3...v0.7.1-rc.20251030001

next v0.7.1-next.20251030002

30 Oct 06:23
3f7ba20

Choose a tag to compare

Pre-release

next Release

This is a pre-release version for testing purposes.

Installation

npm install sqm@next

Download the distribution archives:

  • dist-0.7.1-next.20251030002.tar.gz compressed tar.gz archive
  • dist-0.7.1-next.20251030002.zip zip archive

⚠️ Warning: This is a pre-release version and may contain bugs or incomplete features.

What's Changed

  • Feat/fix/add subquery to join and fix how ctes and joins combine by @NickRMD in #71
  • bump up version to 0.7.0 by @NickRMD in #72
  • feat/added selecting specific fields from union selects also added tests for that by @NickRMD in #73
  • feat/updated publish-npm.yml from npm to pnpm, begin testing in dev branch by @NickRMD in #75
  • fix/removed git checks on publish by @NickRMD in #76
  • test/test pnpm cache by @NickRMD in #77
  • feat/added artifacts to releases by @NickRMD in #78
  • Feat/rename dev to next by @NickRMD in #79
  • Feat/refact/Add new DDL query types, refact DML query types and add more exports. by @NickRMD in #80
  • fix/configured exports correctly by @NickRMD in #81
  • Ongoing/Feat/add test and add better support for validation by @NickRMD in #82
  • fix/added forgotten archives into releases by @NickRMD in #83
  • feat/added safety guard so publishing the same version number doesn't happen by @NickRMD in #84
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #85
  • Feat/add test and add better support for validation by @NickRMD in #86
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #87
  • feat/changed input for withQuery by @NickRMD in #88
  • bookkeeping/updated dependencies by @NickRMD in #89
  • feat/added better support for unions in CTEs by @NickRMD in #90
  • fix/removed wrong draft code by @NickRMD in #91
  • fix/fixed how unions and selects work in CTEs, disable analysis by @NickRMD in #92
  • fix/fixed naming by @NickRMD in #93
  • Feat/add test and add better support for validation by @NickRMD in #94
  • Next by @NickRMD in #95
  • Beta by @NickRMD in #96
  • Rc by @NickRMD in #97

Full Changelog: v0.6.4...v0.7.1-next.20251030002

next v0.7.1-next.20251030001

30 Oct 06:08
dbcfb63

Choose a tag to compare

Pre-release

next Release

This is a pre-release version for testing purposes.

Installation

npm install sqm@next

Download the distribution archives:

  • dist-0.7.1-next.20251030001.tar.gz compressed tar.gz archive
  • dist-0.7.1-next.20251030001.zip zip archive

⚠️ Warning: This is a pre-release version and may contain bugs or incomplete features.
Full Changelog: v0.6.3...v0.7.1-next.20251030001

beta v0.7.1-beta.20251030002

30 Oct 06:23
3f7ba20

Choose a tag to compare

Pre-release

beta Release

This is a pre-release version for testing purposes.

Installation

npm install sqm@beta

Download the distribution archives:

  • dist-0.7.1-beta.20251030002.tar.gz compressed tar.gz archive
  • dist-0.7.1-beta.20251030002.zip zip archive

⚠️ Warning: This is a pre-release version and may contain bugs or incomplete features.

What's Changed

  • Feat/fix/add subquery to join and fix how ctes and joins combine by @NickRMD in #71
  • bump up version to 0.7.0 by @NickRMD in #72
  • feat/added selecting specific fields from union selects also added tests for that by @NickRMD in #73
  • feat/updated publish-npm.yml from npm to pnpm, begin testing in dev branch by @NickRMD in #75
  • fix/removed git checks on publish by @NickRMD in #76
  • test/test pnpm cache by @NickRMD in #77
  • feat/added artifacts to releases by @NickRMD in #78
  • Feat/rename dev to next by @NickRMD in #79
  • Feat/refact/Add new DDL query types, refact DML query types and add more exports. by @NickRMD in #80
  • fix/configured exports correctly by @NickRMD in #81
  • Ongoing/Feat/add test and add better support for validation by @NickRMD in #82
  • fix/added forgotten archives into releases by @NickRMD in #83
  • feat/added safety guard so publishing the same version number doesn't happen by @NickRMD in #84
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #85
  • Feat/add test and add better support for validation by @NickRMD in #86
  • Feat/add return all and returning raw to all queries that support returning by @NickRMD in #87
  • feat/changed input for withQuery by @NickRMD in #88
  • bookkeeping/updated dependencies by @NickRMD in #89
  • feat/added better support for unions in CTEs by @NickRMD in #90
  • fix/removed wrong draft code by @NickRMD in #91
  • fix/fixed how unions and selects work in CTEs, disable analysis by @NickRMD in #92
  • fix/fixed naming by @NickRMD in #93
  • Feat/add test and add better support for validation by @NickRMD in #94
  • Next by @NickRMD in #95
  • Beta by @NickRMD in #96
  • Rc by @NickRMD in #97

Full Changelog: v0.6.4...v0.7.1-beta.20251030002

beta v0.7.1-beta.20251030001

30 Oct 06:11
dfd8903

Choose a tag to compare

Pre-release

beta Release

This is a pre-release version for testing purposes.

Installation

npm install sqm@beta

Download the distribution archives:

  • dist-0.7.1-beta.20251030001.tar.gz compressed tar.gz archive
  • dist-0.7.1-beta.20251030001.zip zip archive

⚠️ Warning: This is a pre-release version and may contain bugs or incomplete features.
Full Changelog: v0.6.3...v0.7.1-beta.20251030001

next v0.7.1-next.20251028003

28 Oct 14:35
c2fd2a7

Choose a tag to compare

Pre-release

next Release

This is a pre-release version for testing purposes.

Installation

npm install sqm@next

Download the distribution archives:

  • dist-0.7.1-next.20251028003.tar.gz compressed tar.gz archive
  • dist-0.7.1-next.20251028003.zip zip archive

⚠️ Warning: This is a pre-release version and may contain bugs or incomplete features.
Full Changelog: v0.6.3...v0.7.1-next.20251028003