Skip to content

Releases: Tool-Kid/express-query-adapter

1.7.0

14 Nov 20:28
Compare
Choose a tag to compare

Filter

  • Now date filtering is supported (ISO format)

Security

  • Security fixes & dependency updates

1.5.1

22 Dec 08:29
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump @types/node from 16.10.3 to 17.0.1 by @dependabot in #295
  • build(deps-dev): bump express from 4.17.1 to 4.17.2 by @dependabot in #294
  • build(deps-dev): bump ts-jest from 27.0.5 to 27.1.2 by @dependabot in #293
  • build(deps-dev): bump prettier from 2.4.1 to 2.5.1 by @dependabot in #285
  • build(deps-dev): bump typeorm from 0.2.38 to 0.2.41 by @dependabot in #282
  • build(deps-dev): bump jest from 27.2.5 to 27.4.5 by @dependabot in #296
  • build(deps-dev): bump @types/jest from 27.0.2 to 27.0.3 by @dependabot in #280
  • build(deps-dev): bump typescript from 4.4.3 to 4.5.4 by @dependabot in #297
  • fix: remove postinstall script

Full Changelog: v1.5.0...1.5.1

1.5.0

08 Oct 18:23
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #268

Full Changelog: 1.3.2...1.5.0

Add `select` option

27 Sep 18:06
Compare
Choose a tag to compare

Feat

  • Add select option

Refactor

  • Typing improvements

Dev

  • Add eslint

Added capability to attach entity relations

23 Sep 23:39
c7b4d8a
Compare
Choose a tag to compare

Feat

  • with options to attach entity relations to findOptions
  • Now bundle includes .d.ts files

Docs

  • with option explanation

1.1.1: Merge pull request #6 from rjlopezdev/feat/not-operator

02 Apr 21:54
e94e3fa
Compare
Choose a tag to compare

Relative to: #5

Feat

  • Not operator. Now you can combine with other lookups prefixing it with __not (e019db3, 395ffd8)

Docs

  • Add not operator notice.

1.0.1: Merge pull request #3 from rjlopezdev/feat/usage-methods

31 Mar 21:17
a2f1b9f
Compare
Choose a tag to compare

Docs

  • Added missing order option
  • Add usage methods (thanks @xmlking for recommendation)

Test

  • Added test to validate that works with POST method (url query string & body)

Initial release

31 Mar 21:15
a2f1b9f
Compare
Choose a tag to compare
Merge pull request #3 from rjlopezdev/feat/usage-methods

Usage methods [v1.0.1]