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

Qiang Xue committed
4 5 6 7 8 9
2.0.2 under development
-----------------------

- no changes in this release.


Qiang Xue committed
10
2.0.1 December 07, 2014
Qiang Xue committed
11 12
-----------------------

13
- Bug #5623: Fixed crash when a class contains a setter that has no arguments e.g. `setXyz()` (cebe)
14
- Bug #5899: Incorrect class listed as `definedBy` reference for properties (cebe)
15
- Bug: Guide and API renderer now work with relative paths/URLs (cebe)
Carsten Brandt committed
16
- Enh: Guide generator now skips `images` directory if it does not exist instead of throwing an error (cebe)
17
- Enh: Made `--guidePrefix` option available as a command line option (cebe)
Qiang Xue committed
18 19


Qiang Xue committed
20 21
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
22

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

25 26
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
27 28 29 30

- no changes in this release.


31 32
2.0.0-beta April 13, 2014
-------------------------
33 34

- Initial release.