Skip to content

Releases: adonisjs/route-model-binding

Pre-release for AdonisJS 6

09 May 22:46
Compare
Choose a tag to compare
Pre-release
  • Use container providers (#6) (b588c92)
  • chore: move to tsup for compilation (1bf2b04)
  • chore: update release-it config (1d588c3)
  • Rewrite to ESM (#4) (2846ad1)
  • docs(README): update sponsors list and remove individual assets (56796e6)
  • docs(README): add link to the screencasts (aa620dc)

What's Changed

New Contributors

Full Changelog: v1.0.1...v2.0.0-0

Publish under latest tag

13 Jun 05:26
Compare
Choose a tag to compare

First stable release

13 Jun 05:20
Compare
Choose a tag to compare
  • docs(README): add sponsors 5011dbc
  • chore: update dependencies 1596f4d

v0.0.1-4...v1.0.0

First stable release with documentation

30 May 10:03
Compare
Choose a tag to compare
Pre-release
  • docs(README): fix grammar 1c4a653
  • docs(README): update custom lookup examples to handle $primaryKey use case b42ef48
  • refactor: search relationship by both singular and plural names de757b9
  • docs(README): add initial documentation 48c161f

v0.0.1-3...v0.0.1-4

Add support to access params value without model binding

30 May 04:08
Compare
Choose a tag to compare
  • feat: add support to access param value without model binding 036e0a5

v0.0.1-2...v0.0.1-3

Define instructions to setup the package

30 May 03:36
Compare
Choose a tag to compare
  • test: remove unwanted tests 9b6f6bc
  • chore: publish instructions.md file to npm 67fe2d7
  • refactor: allow skipping params by setting argument type to null c1b6aaf
  • chore: add peer dependencies and instructions block 39223bc

v0.0.1-1...v0.0.1-2

Bug fixes

29 May 11:55
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
  • fix: reference rmb.ts file inside typings 64abaae
  • fix: decorator to use parsed params name for resource lookup 5eba8ce
  • fix: types issues 5d77744
  • docs: keep a single license file 5e37d51
  • chore(package): publish to npm 0aa2453
  • chore: use @adonisjs in the package scope 508ddd5

v0.0.1-0...v0.0.1-1

Initial working version

29 May 06:01
Compare
Choose a tag to compare
Pre-release
  • chore: update dependencies e7f79b7
  • chore: mention github reigstry 8b70a0c
  • chore: make package private b57038a
  • feat: add provider to register middleware to the container 3904207
  • feat: export middleware from its own file 74bde7f
  • feat: implement "bind" decorator and route model binding middleware 39b7a96
  • feat: implement resource model 3e5fc03
  • feat: initiate project 75474ec

26d27d8...v0.0.1-0