Releases: adonisjs/fold
Releases · adonisjs/fold
Update error message when missing inject decorator
Update dependencies
Full Changelog: v10.1.1...v10.1.2
Add a specific citgm script
Commits
- chore: add a citgm script (1b80b05)
- chore: update dependencies (4264aeb)
- chore: correct typo (c910be0)
- chore: mention reflect-metadata (922ffe9)
Full Changelog: v10.1.0...v10.1.1
Support import.meta.hot
Changes
We have a cache system for the Module Importer and Module Expressions to avoid re-importing the same file several times.
Now, if ever import.meta.hot
is defined, then this cache will not be used and the file constantly re-imported, allowing the use of Hot module reloading libraries like Hot-Hook. See #62
Commits
Update dependencies
- chore: update dependencies b05e127
Full Changelog: v10.0.0...v10.0.1
Stable major release
Please consult the following releases to learn about the breaking changes between @adonisjs/fold@8
and @adonisjs/fold@10
.
- https://github.com/adonisjs/fold/releases/tag/v9.0.0-0
- https://github.com/adonisjs/fold/releases/tag/v9.0.1-0
Commits
Make error messages descriptive
- refactor: make error messages more descriptive 1f5b563
Full Changelog: v9.9.3-13...v9.9.3-14
Breaking change
Renamed container:resolved
event to container_binding:resolved
Commits
- refactor: rename container:resolved event to container_binding:resolved edf7426
Full Changelog: v9.9.3-12...v9.9.3-13
Updating dependencies
- refactor: assign names to wrapping methods created to invoke modules ccf2852
- chore: update dependencies ffaaa48
Full Changelog: v9.9.3-11...v9.9.3-12
Generate bundled types via TSC
- docs: update installation instructions 47d3c8a
- chore: generate types using tsc b5a7cf9
- chore: update dependencies 86ff2b5
Full Changelog: v9.9.3-10...v9.9.3-11