- bump
knex
version to v2.4.0 to avoid SQL injection vulnerability.
v4.2.0 - 2022-12-01
- add MAX_JSON env to customize json parser limit
v4.1.1-beta - 2021-12-22
- set status code from response
v4.1.0 - 2021-11-04
- fix error from getDb that return transaction
- service: service rule can access input
v4.0.3 - 2021-07-03
v4.0.2 - 2021-07-02
v4.0.1 - 2021-07-02
- configure package.json for support cjs
v4.0.0 - 2021-07-01
v4.0.0-rc1.2 - 2021-07-01
- change package.json exports to module because it breaks on cjs
- require knex with esm import
v4.0.0-rc1 - 2021-06-30
v4.0.0-beta - 2021-06-10
v4.0.0-beta3 - 2021-06-10
- require knex with esm import
v4.0.0-beta2 - 2021-06-08
- listen always true because of || operator
v4.0.0-beta1 - 2021-05-22
- fix Logger and router
- change to esmodule
v3.0.0 - 2021-05-21
- remove env.SERVERLESS, change to simple config.listen, env.LOG=false to disable Logger, env.DB_DESTROY to destroy db after service exec
- update to match polka@next typing
- return Polka instance on napim.start
v2.0.4 - 2020-11-15
v2.0.4-beta - 2020-11-15
v2.0.3 - 2020-11-14
v2.0.2 - 2020-11-14
v2.0.1 - 2020-11-14
v2.0.0 - 2020-11-06
- can use both mongoose and knex