2.1.1 (2022-01-23)
- deps: update all non-major dependencies (#215) (ea97ff4)
- dev-deps: resolve nanoid@>=3.1.31 to fix CVE-2021-23566 (ca34a6e)
2.1.0 (2021-12-14)
2.0.0 (2021-12-14)
- add neq, gt, gte, lt and lte methods (#84) (9981fe2)
- add put request method (#87) (186609f)
- add total length to get method return (#100) (2a788e6)
- add upsert options to post method (#161) (97995f3)
- deprecate
baseUri
option (#73) (fd33515)
- "chore(renovate): remove force enabled bot" (#99) (c0ed76e)
- chore(deps): pin node.js to 16.6.1 (#25) (62a487c)
- use named export for
create()
- drop deprecated
baseUri
option support increate()
2.0.0 (2021-12-14)
- add neq, gt, gte, lt and lte methods (#84) (9981fe2)
- add put request method (#87) (186609f)
- add total length to get method return (#100) (2a788e6)
- add upsert options to post method (#161) (97995f3)
- deprecate
baseUri
option (#73) (fd33515)
- "chore(renovate): remove force enabled bot" (#99) (c0ed76e)
- chore(deps): pin node.js to 16.6.1 (#25) (62a487c)
- use named export for
create()
- drop deprecated
baseUri
option support increate()
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Dependencies update.
- ESLint instead of TSLint.
- Full code re-lint with many changed rules.
- All-in-one root typings declaration.
- Files structure.
forEach
mapping instead offor...in
for foreign sorters withinPostgrester.buildUri()
.
- License attribution.
- Missing bundle.
- New repository references (no significant change in code).
post()
method upsert options.
get()
method total length.
- Chainable methods typings.
like()
andilike()
methods useless double-quotes.
put()
method.
gt()
method.gte()
method.lt()
method.lte()
method.neq()
method.
- Travis npm release node version.
- Deprecated
baseUri
option.
baseURL
property inaxiosConfig
option.
- First README example.
- Improved README.
- Useless dev dependencies.
- Test files in published build.
- Security vulnerabilities in dev dependencies.
- First release.