Skip to content

Commit b79602f

Browse files
committed
[Docs] Update changelog and upgrade guide for v0.5.2
1 parent b6da62c commit b79602f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file. This project adheres to
33
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
44

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+
512
## [0.5.1] - 2016-11-09
613

714
### Changed

UPGRADE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This file provides notes on how to upgrade between versions.
44

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+
513
## v0.4 to v0.5
614

715
Refer to the [UPGRADE-0.5.md](UPGRADE-0.5.md) file for instructions.

0 commit comments

Comments
 (0)