Skip to content

Commit 31c9e41

Browse files
committed
prepare 2.1.0 release
1 parent 69ee213 commit 31c9e41

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

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

33
All Notable changes to `laravel-fractal` will be documented in this file
44

5+
## 2.1.0 - 2016-12-02
6+
7+
- add `make:transformer` artisan command.
8+
59
## 2.0.0 - 2016-09-27
610

711
- made compatible with fractal `0.14`

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@ fractal(['item1', 'item2'], function ($item) {
350350
})->toArray();
351351
```
352352

353+
## Quickly creating a transformer
354+
355+
You can run the `make:tranformer` command to quickly generate a dummy transformer. By default it will be stored in the `app\Transformers` directory.
356+
353357
## Upgrading from v1 to v2
354358

355359
In most cases you can just upgrade to `v2` with making none or only minor changes to your code:

0 commit comments

Comments
 (0)