forked from FriendsOfPHP/Sami
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
67 lines (45 loc) · 1.8 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
CHANGELOG
=========
* 3.0.3 (2015-XX-XX)
* removed deprecated usage of Symfony Yaml
* fixed links to php.net (to get the correct redirection)
* 3.0.2 (2015-02-21)
* fixed error messages for methods and properties
* 3.0.1 (2015-02-18)
* fixed command exit code when some parsing error occur to 64
* fixed parsing error display when using --no-ansi
* fixed tag parsing when the value is already an array
* 3.0.0 (2015-02-17)
* made phpdocs available when deciding to process classes/methods/...
* changed the default theme to use Twitter bootstrap
* added trait properties/methods to the class detail page
* upgraded to Pimple 3.0
* upgraded to PHP Parser 1.0
* 2.0.0 (2014-06-25)
* switched to a phar file as the recommended way to install Sami
* upgraded to Pimple 2.0
* 1.4 (2014-06-25)
* fixed a bunch of typos
* fixed CLI when passing a directory as a config file
* fixed missing project title in generated documentation
* allowed permalinks in the frames interface via the URI fragment
* 1.3 (2013-11-30)
* fixed deep inheritance
* added forwarding of default_opened_level configuration parameter from Pimple to Project
* updated the Markdown library used internally
* added a check for non-clean repositories to avoid losing changes
* added trait support
* 1.2 (2013-09-27)
* reworked the internals to make them more decoupled and reusable
* added more valid PHP built-in types
* fixed support for PHPParser 0.9.1
* 1.1 (2013-08-04)
* persisted errors in the store for later retrieval
* added support for @property tag for 'magic' properties
* added support for multiple visitors that modify a class
* added Markdown support
* fixed js bug when inside an iframe
* 1.0 (2013-04-05)
* first stable release
* 0.8 (2012-05-15)
* initial Open-Source version