Releases: NickRMD/queryMaker
next v0.8.0-next.20251111001
next Release
This is a pre-release version for testing purposes.
Installation
npm install sqm@nextDownload the distribution archives:
- dist-0.8.0-next.20251111001.tar.gz
compressed tar.gz archive - dist-0.8.0-next.20251111001.zip
zip archive
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
next Release
This is a pre-release version for testing purposes.
Installation
npm install sqm@nextDownload the distribution archives:
- dist-0.8.0-next.20251030001.tar.gz
compressed tar.gz archive - dist-0.8.0-next.20251030001.zip
zip archive
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
Changes
This release includes all changes from the latest stable version.
Installation
npm install sqm@latestDownload 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
rc Release
This is a pre-release version for testing purposes.
Installation
npm install sqm@rcDownload the distribution archives:
- dist-0.7.1-rc.20251030002.tar.gz
compressed tar.gz archive - dist-0.7.1-rc.20251030002.zip
zip archive
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
rc Release
This is a pre-release version for testing purposes.
Installation
npm install sqm@rcDownload the distribution archives:
- dist-0.7.1-rc.20251030001.tar.gz
compressed tar.gz archive - dist-0.7.1-rc.20251030001.zip
zip archive
Full Changelog: v0.6.3...v0.7.1-rc.20251030001
next v0.7.1-next.20251030002
next Release
This is a pre-release version for testing purposes.
Installation
npm install sqm@nextDownload the distribution archives:
- dist-0.7.1-next.20251030002.tar.gz
compressed tar.gz archive - dist-0.7.1-next.20251030002.zip
zip archive
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
next Release
This is a pre-release version for testing purposes.
Installation
npm install sqm@nextDownload the distribution archives:
- dist-0.7.1-next.20251030001.tar.gz
compressed tar.gz archive - dist-0.7.1-next.20251030001.zip
zip archive
Full Changelog: v0.6.3...v0.7.1-next.20251030001
beta v0.7.1-beta.20251030002
beta Release
This is a pre-release version for testing purposes.
Installation
npm install sqm@betaDownload the distribution archives:
- dist-0.7.1-beta.20251030002.tar.gz
compressed tar.gz archive - dist-0.7.1-beta.20251030002.zip
zip archive
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
beta Release
This is a pre-release version for testing purposes.
Installation
npm install sqm@betaDownload the distribution archives:
- dist-0.7.1-beta.20251030001.tar.gz
compressed tar.gz archive - dist-0.7.1-beta.20251030001.zip
zip archive
Full Changelog: v0.6.3...v0.7.1-beta.20251030001
next v0.7.1-next.20251028003
next Release
This is a pre-release version for testing purposes.
Installation
npm install sqm@nextDownload the distribution archives:
- dist-0.7.1-next.20251028003.tar.gz
compressed tar.gz archive - dist-0.7.1-next.20251028003.zip
zip archive
Full Changelog: v0.6.3...v0.7.1-next.20251028003