Skip to content

Route resource and makeUrl changes

Choose a tag to compare

@thetutlage thetutlage released this 19 Apr 19:32

Highlights

  • makeUrl and makeSignedUrl now also accepts params as top level properties in the options object.
  • The route.resource method uses the destroy method as controller method instead of delete

Commits

  • feat: allow defining params on top level object when using makeUrl and makeSignedUrl methods addd528
  • chore: update dependencies a4f6f3d
  • refactor: use destroy handler instead of delete (#14) 471e0ca

v2.0.3...v2.1.0