This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Releases: factorialco/tentaclesql
Releases · factorialco/tentaclesql
v1.2.5
1.2.4
v1.2.0
v1.1.0
What's Changed
- Adding support for file-based schema definition by @gtrias in #10
- adding publish-npm github action by @gtrias in #13
- feat: automatic release process + jest coverage by @omarsotillo in #14
- feat: first changelog prerelease by @omarsotillo in #15
- feat(server): properly returning 400 HTTP code for syntax errors by @gtrias in #16
- fix: adding ncu dependency to run
yarn run release
by @gtrias in #18
Full Changelog: v0.4.0...v1.1.0
Testing in frontend
Testing in frontend
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v1.0.0-beta.1
- CI for npm.com
v1.0.0-beta
- Introducing CLI for tentaclesql
- Introducing library usage for tentaclesql
- Introducing manual schema definition via yaml file
0.4.0
fix: removes header and use post request with body (#12) * fix: removes header and use post request with body * release: 0.4.0
v0.3.0
v0.2.3
Adding dd-trace to detect performance bottlenecks in production.
Just ran tentacle with the following command to enable it:
node --require dd-trace/init ./dist/server.js