Skip to content

Commit

Permalink
tagged beta release 2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Huwiler committed Feb 23, 2019
1 parent 16a6142 commit cb2a983
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Breaking Changes
- The `toArray()` was renamed to `toJSON()`.
- Changed `defaultInclude` & `availableInclude` methods to static getter

### Added
- Transformers can now be automatically resolved when passed by name.
- The `Adonis/Addons/Bumblebee/TransformerAbstract` class now has a shorter alias to `Bumblebee/Transformer`.

### Deprecated
- The `toArray()` method was marked as deprecated.



## [1.5.3] - 2018-11-26

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adonis-bumblebee",
"version": "1.5.3",
"version": "2.0.0-beta.0",
"description": "Api Transformer Provider for AdonisJs Framework",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cb2a983

Please sign in to comment.