Releases: Tool-Kid/express-query-adapter
Releases · Tool-Kid/express-query-adapter
1.7.0
1.5.1
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
What's Changed
- Refactor: Field filter by @rjlopezdev in #251
- Feat: Select option by @rjlopezdev in #254
- Feat: Profiles by @rjlopezdev in #263
- Update combined dependencies by @github-actions in #268
New Contributors
- @github-actions made their first contribution in #268
Full Changelog: 1.3.2...1.5.0
Add `select` option
Feat
- Add
select
option
Refactor
- Typing improvements
Dev
- Add
eslint
Added capability to attach entity relations
Feat
with
options to attach entity relations tofindOptions
- Now bundle includes
.d.ts
files
Docs
with
option explanation
1.1.1: Merge pull request #6 from rjlopezdev/feat/not-operator
1.0.1: Merge pull request #3 from rjlopezdev/feat/usage-methods
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
Merge pull request #3 from rjlopezdev/feat/usage-methods Usage methods [v1.0.1]