Releases: adocasts/package-actions
Releases · adocasts/package-actions
v1.0.5
What's Changed
- feat: added resource flag that, when provided, will generate get, store, update, and destroy action stubs by @tomgobich in b9502a2
- Update README.md by @muco-rolle in #1
New Contributors
- @muco-rolle made their first contribution in #1
Full Changelog: v1.0.4...v1.0.5
v1.0.4
- fix: removed type declaration from HttpContext import; need full import for dependency injection
Full Changelog: 1.0.3...v1.0.4
1.0.3
Changed handle
method default params from _
to an empty destructured object {}
Full Changelog: 1.0.2...1.0.3
1.0.2
- fixed: typo within postbuild script causing the script not to run
Full Changelog: 1.0.1...1.0.2
1.0.1
- added:
Params
type to help define thehandlers
parameters - added: the
handler
within non-http actions are nowstatic
by default so the action doesn't need instantiated to be used
Full Changelog: 1.0.0...1.0.1
1.0.0
- Providing additional info & context inside the README
Full Changelog: 0.0.2...1.0.0
Fix Missing Configure File
- Configure file, providing configuration instructions to AdonisJS, was missing from NPM publish files.
Full Changelog: 0.0.1...0.0.2
Initial Release
Full Changelog: https://github.com/adocasts/package-actions/commits/0.0.1