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


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

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

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

- no changes in this release.


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

- Initial release.