-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from curveball/curveball-0.10
@curveball/core is now a peerDependency + 0.10 support
- Loading branch information
Showing
3 changed files
with
436 additions
and
509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,72 @@ | ||
Changelog | ||
========= | ||
|
||
0.4.4 (2020-01-05) | ||
------------------ | ||
|
||
* Allow installation on Curveball 0.10. | ||
* @curveball/core is now a peerDependency. | ||
|
||
|
||
0.4.3 (2019-09-13) | ||
================== | ||
------------------ | ||
|
||
* Previous release was a bust. Actually updated to curveball 0.9.0 API | ||
|
||
0.4.2 (2019-09-13) | ||
================== | ||
------------------ | ||
|
||
* Updated to curveball 0.9.0 API | ||
|
||
|
||
0.4.1 (2019-07-21) | ||
================== | ||
------------------ | ||
|
||
* Updated to curveball 0.8.6 API | ||
|
||
0.4.0 (2018-10-04) | ||
================== | ||
------------------ | ||
|
||
* Updated to curveball 0.8.0 API. | ||
|
||
0.3.0 (2018-10-04) | ||
================== | ||
------------------ | ||
|
||
* Updated to curveball 0.7.0 API. | ||
|
||
|
||
0.2.2 (2018-09-05) | ||
================== | ||
------------------ | ||
|
||
* Fixed bug: Body parsing wasn't awaited. | ||
|
||
|
||
0.2.1 (2018-09-05) | ||
================== | ||
------------------ | ||
|
||
* Fixed bug: Forgot to call `next()` for some content-types. | ||
|
||
|
||
0.2.0 (2018-09-05) | ||
================== | ||
------------------ | ||
|
||
* Automatically parse HTML forms. | ||
* Updated to latest curveball framework version. | ||
|
||
|
||
0.1.0 (2018-07-05) | ||
================== | ||
------------------ | ||
|
||
* Map empty bodies with JSON content-types to `{}`. | ||
|
||
|
||
0.0.2 (2018-07-01) | ||
================== | ||
------------------ | ||
|
||
* Updated dependencies | ||
|
||
|
||
0.0.1 (2018-06-30) | ||
================== | ||
------------------ | ||
|
||
* First version |
Oops, something went wrong.