Releases: rhwilr/adonis-bumblebee
Releases · rhwilr/adonis-bumblebee
1.0.2
1.0.1
1.0.0
0.0.7
0.0.6
This release adds optional includes that can be requested on a per-transform basis.
It is also possible to request nested includes which are going to be recursively resolved.
Added
- Added
availableIncludes
to transformers. - Added
parseIncludes()
to request includes. - Added config values for recursion limit.
- Includes can be automatically parsed from the request parameters
0.0.5
0.0.4
0.0.3
This release is a complete rewrite. 🔥
The new architecture allows for a much more rubust structure and makes it easier to add more features down the line.
Changed
- Complete rewrite
- Import the transformer through the http context in the controller.
- Allow transformers to define
defaultIncludes
that will be appended to the result. - 100% test coverage! ⭐