File tree Expand file tree Collapse file tree 1 file changed +75
-0
lines changed
Expand file tree Collapse file tree 1 file changed +75
-0
lines changed Original file line number Diff line number Diff line change 1+ 0.7.0
2+ =====
3+
4+ * Bumped compatible version of sphinx to 2.5
5+ * Added cross-ref linking to `returntype` fields in method annotations.
6+
7+ 0.6.3
8+ =====
9+
10+ * Add `currentmodule` directive to allow namespaced elements to be defined across
11+ multiple files without index warnings.
12+
13+ 0.6.2
14+ =====
15+
16+ * Update version constraint to allow sphinx 2.3
17+
18+ 0.6.1
19+ =====
20+
21+ * Updated sphinx version compatibility
22+
23+ 0.6.0
24+ =====
25+
26+ * Bad release, avoid this one..
27+
28+ 0.5.0
29+ =====
30+
31+ * Prepare for sphinx 2 support
32+
33+ 0.4.1
34+ =====
35+
36+ * Improved compatibility with future versions of sphinx by not using
37+ deprecated modules and implement read_safe mode.
38+
39+ 0.4.0
40+ =====
41+
42+ * Added: Method and class definitions can now use php visibility keywords.
43+ Which now show up as annotations in rendered documents.
44+
45+ 0.3.0
46+ ======
47+
48+ * Added: The `:any:` role now works with PHP objects.
49+
50+ 0.2.5
51+ =====
52+
53+ * Fix requirements.txt not being included in packages
54+
55+ 0.2.4
56+ =====
57+
58+ * Fix package installation in python3.
59+
60+ 0.2.3
61+ =====
62+
63+ * Improve compatibility with python3.
64+ * Add travis.ci configuration to test documentation generation.
65+
66+ 0.2.2
67+ =====
68+
69+ * Fix default array args with short arrays being improperly handled.
70+
71+ 0.2.1
72+ =====
73+
74+ * Fix fatal error when `:php:function` is used with no class context.
75+
1760.2.0
277=====
378
You can’t perform that action at this time.
0 commit comments