Commit 68931cf
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 queries1 parent 11bce3f commit 68931cf
2 files changed
+2
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments