Skip to content

Releases: rhwilr/adonis-bumblebee

1.0.2

16 Mar 18:28
Compare
Choose a tag to compare

Fixed

  • Parsing includes from the request did not work as intended. Now the query parameters are parsed correctly, #7

1.0.1

10 Mar 12:51
Compare
Choose a tag to compare

Fixed

  • If null or undefined was passed to the item or collection method, an exception was thrown. Now null is returned.

1.0.0

15 Feb 18:30
Compare
Choose a tag to compare

This is the first official release of adonis-bumblebee. 🎉🎉

Added

  • The Bumblebee Fluent Interface is now available as Adonis/Addons/Bumblebee
  • Lots of documentation

0.0.7

10 Feb 14:51
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

Fixed

  • If an include function does not return an instance of ResourceAbstrace, the returned value is used without transformation.

0.0.6

10 Feb 14:19
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

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

08 Feb 21:32
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Fixed

  • Use the current request context instead of creating a new one.

0.0.4

08 Feb 21:01
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Changed

  • Allow the transform function to be a promise

0.0.3

08 Feb 20:09
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

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! ⭐

0.0.2

07 Feb 19:14
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

No new features. Only improvements for project management and a future release.

Added

  • Added first basic tests
  • Added travis-ci integration
  • Added configuration for coveralls