CHANGELOG.md 656 Bytes
Newer Older
1
Yii Framework 2 apidoc extension Change Log
2 3
===========================================

Qiang Xue committed
4 5 6
2.0.1 under development
-----------------------

7
- Bug #5623: Fixed crash when a class contains a setter that has no arguments e.g. `setXyz()` (cebe)
Carsten Brandt committed
8
- Enh: Guide generator now skips `images` directory if it does not exist instead of throwing an error (cebe)
Qiang Xue committed
9 10


Qiang Xue committed
11 12
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
13

14
- Chg: Updated cebe/markdown to 1.0.0 which includes breaking changes in its internal API (cebe)
Qiang Xue committed
15

16 17
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
18 19 20 21

- no changes in this release.


22 23
2.0.0-beta April 13, 2014
-------------------------
24 25

- Initial release.