Skip to content

Releases: adocasts/package-actions

v1.0.4

14 Jul 13:39
Compare
Choose a tag to compare
  • fix: removed type declaration from HttpContext import; need full import for dependency injection

Full Changelog: 1.0.3...v1.0.4

1.0.3

22 Jun 15:38
Compare
Choose a tag to compare

Changed handle method default params from _ to an empty destructured object {}

Full Changelog: 1.0.2...1.0.3

1.0.2

22 Jun 12:13
Compare
Choose a tag to compare
  • fixed: typo within postbuild script causing the script not to run

Full Changelog: 1.0.1...1.0.2

1.0.1

22 Jun 12:07
Compare
Choose a tag to compare
  • added: Params type to help define the handlers parameters
  • added: the handler within non-http actions are now static by default so the action doesn't need instantiated to be used

Full Changelog: 1.0.0...1.0.1

1.0.0

01 Jun 20:36
Compare
Choose a tag to compare
  • Providing additional info & context inside the README

Full Changelog: 0.0.2...1.0.0

Fix Missing Configure File

01 Jun 20:27
Compare
Choose a tag to compare
  • Configure file, providing configuration instructions to AdonisJS, was missing from NPM publish files.

Full Changelog: 0.0.1...0.0.2

Initial Release

01 Jun 20:21
Compare
Choose a tag to compare