Skip to content

Commit 68931cf

Browse files
committed
chore: release of 0.0.2
$ git-changelog -x | egrep '(feat|fix):' * feat: add support for parameter prefixes in order to be able to explicitly bind to a desired origin * feat: generate endpoints in a separate file (routes.js) * feat: add get_list verb to support GET with a list of objects * feat: GET responds with 404 error when database returned empty result * feat: add support for DELETE requests * feat: add support for PUT requests * feat: add support for POST requests * fix: correctly join a multi-line query when the 2nd line doesn't start with a leading space * fix: don't pass the same parameters many times when they are used more than once in a query * fix: add a missing comma to fix syntax error * feat: route parameters now can be passed as named parameters to SQL queries
1 parent 11bce3f commit 68931cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "query2app",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Generates the endpoints from SQL -> URL mapping",
55
"keywords": [
66
"sql",

0 commit comments

Comments
 (0)