CHANGELOG.md 887 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)
8
- Bug #5899: Incorrect class listed as `definedBy` reference for properties (cebe)
9
- Bug: Guide and API renderer now work with relative paths/URLs (cebe)
Carsten Brandt committed
10
- Enh: Guide generator now skips `images` directory if it does not exist instead of throwing an error (cebe)
11
- Enh: Made `--guidePrefix` option available as a command line option (cebe)
Qiang Xue committed
12 13


Qiang Xue committed
14 15
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
16

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

19 20
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
21 22 23 24

- no changes in this release.


25 26
2.0.0-beta April 13, 2014
-------------------------
27 28

- Initial release.