]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/FirePHP/extlib/FirePHP/CHANGELOG
Merge branch '0.9.x' into testing
[quix0rs-gnu-social.git] / plugins / FirePHP / extlib / FirePHP / CHANGELOG
1
2 2008-06-14 - Release Version: 0.3.1
3
4   - (Issue 108) ignore class name case in object filter
5
6 2009-05-11 - Release Version: 0.3
7 2009-05-01 - Release Version: 0.3.rc.1
8
9   - (Issue 90) PHP4 compatible version of FirePHPCore
10   - (Issue 98) Thrown exceptions don't send an HTTP 500 if the FirePHP exception handler is enabled
11   - (Issue 85) Support associative arrays in encodeTable method in FirePHP.class.php
12   - (Issue 66) Add a new getOptions() public method in API
13   - (Issue 82) Define $this->options outside of __construct
14   - (Issue 72) Message error if group name is null
15   - (Issue 68) registerErrorHandler() and registerExceptionHandler() should returns previous handlers defined
16   - (Issue 69) Add the missing register handler in the triumvirate (error, exception, assert)
17   - (Issue 75) [Error & Exception Handling] Option to not exit script execution
18   - (Issue 83) Exception handler can't throw exceptions
19   - (Issue 80) Auto/Pre collapsing groups AND Custom group row colors
20
21 2008-11-09 - Release Version: 0.2.1
22
23   - (Issue 70) Problem when logging resources
24
25 2008-10-21 - Release Version: 0.2.0
26
27         - Updated version to 0.2.0
28         - Switched to using __sleep instead of __wakeup
29         - Added support to exclude object members when encoding
30   - Add support to enable/disable logging
31
32 2008-10-17 - Release Version: 0.2.b.8
33   
34   - New implementation for is_utf8()
35   - (Issue 55) maxObjectDepth Option not working correctly when using TABLE and EXCEPTION Type
36   - Bugfix for max[Object|Array]Depth when encoding nested array/object graphs
37   - Bugfix for FB::setOptions()
38
39 2008-10-16 - Release Version: 0.2.b.7
40
41   - (Issue 45) Truncate dump when string have non utf8 cars
42   - (Issue 52) logging will not work when firephp object gets stored in the session.
43
44 2008-10-16 - Release Version: 0.2.b.6
45
46   - (Issue 37) Display file and line information for each log message
47   - (Issue 51) Limit output of object graphs
48   - Bugfix for encoding object members set to NULL|false|''
49
50 2008-10-14 - Release Version: 0.2.b.5
51
52   - Updated JsonStream wildfire protocol to be more robust
53   - (Issue 33) PHP error notices running demos
54   - (Issue 48) Warning: ReflectionProperty::getValue() expects exactly 1 parameter, 0 given
55
56 2008-10-08 - Release Version: 0.2.b.4
57
58         - Bugfix for logging objects with recursion
59
60 2008-10-08 - Release Version: 0.2.b.3
61
62   - (Issue 43) Notice message in 0.2b2
63   - Added support for PHP's native json_encode() if available
64   - Revised object encoder to detect object recursion
65
66 2008-10-07 - Release Version: 0.2.b.2
67
68   - (Issue 28) Need solution for logging private and protected object variables
69   - Added trace() and table() aliases in FirePHP class
70   - (Issue 41) Use PHP doc in FirePHP
71   - (Issue 39) Static logging method for object oriented API
72
73 2008-10-01 - Release Version: 0.2.b.1
74
75   - Added support for error and exception handling
76   - Updated min PHP version for PEAR package to 5.2
77   - Added version constant for library
78   - Gave server library it's own wildfire plugin namespace
79   - Migrated communication protocol to Wildfire JsonStream
80   - Added support for console groups using "group" and "groupEnd"
81   - Added support for log, info, warn and error logging aliases
82   - (Issue 29) problem with TRACE when using with error_handler
83   - (Issue 33) PHP error notices running demos
84   - (Issue 12) undefined index php notice
85   - Removed closing ?> php tags
86   - (Issue 13) the code in the fb() function has a second return statement that will never be reached
87
88 2008-07-30 - Release Version: 0.1.1.3
89
90         - Include __className property in JSON string if variable was an object
91         - Bugfix - Mis-spelt "Exception" in JSON encoding code
92
93 2008-06-13 - Release Version: 0.1.1.1
94
95         - Bugfix - Standardize windows paths in stack traces
96         - Bugfix - Display correct stack trace info in windows environments
97         - Bugfix - Check $_SERVER['HTTP_USER_AGENT'] before returning
98
99 2008-06-13 - Release Version: 0.1.1
100
101         - Added support for FirePHP::TRACE log style
102         - Changed license to New BSD License
103
104 2008-06-06 - Release Version: 0.0.2
105
106   - Bugfix - Added usleep() to header writing loop to ensure unique index
107   - Bugfix - Ensure chunk_split does not generate trailing "\n" with empty data header
108   - Added support for FirePHP::TABLE log style
109   
110