File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file. This project adheres to
3
3
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
4
4
5
+ ## [ 0.5.2] - 2016-11-11
6
+
7
+ ### Added
8
+ - Generator commands to generate the classes required for a JSON API resource. To view available commands use
9
+ ` php artisan list make:json-api ` . The main command is ` make:json-api:resource ` which generates multiple classes for
10
+ a JSON API resource at once. Credit to @jstoone for contributing this feature.
11
+
5
12
## [ 0.5.1] - 2016-11-09
6
13
7
14
### Changed
Original file line number Diff line number Diff line change 2
2
3
3
This file provides notes on how to upgrade between versions.
4
4
5
+ ## v0.5.0|v0.5.1 to v0.5.2
6
+
7
+ Version ` 0.5.2 ` adds generator commands to your application. We've updated the configuration so you will need to
8
+ add the ` generator ` config array from the bottom of the ` config/json-api.php ` to the ` json-api.php ` config file
9
+ in your application.
10
+
11
+ This however is optional as the generators will work without this configuration being added.
12
+
5
13
## v0.4 to v0.5
6
14
7
15
Refer to the [ UPGRADE-0.5.md] ( UPGRADE-0.5.md ) file for instructions.
You can’t perform that action at this time.
0 commit comments