Skip to content

Commit

Permalink
chore: release of 0.0.2
Browse files Browse the repository at this point in the history
$ 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
  • Loading branch information
php-coder committed Jul 26, 2020
1 parent 11bce3f commit 68931cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query2app",
"version": "0.0.1",
"version": "0.0.2",
"description": "Generates the endpoints from SQL -> URL mapping",
"keywords": [
"sql",
Expand Down

0 comments on commit 68931cf

Please sign in to comment.