Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frqnck committed Jun 11, 2015
1 parent 87cb37b commit e57722d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# APIx-log changelog

#### Version 1.1.0 (11-Jun-2015)
- Fixed a PHP 5.3 specific syntax error (unit-test)
- Renamed `Apix\Log\Logger\Null` to `Apix\Log\Logger\Nil`. 'Null' as a classname is now reserved to PHP7 usage, see [PHP RFC: Reserve More Types in PHP 7](https://wiki.php.net/rfc/reserve_more_types_in_php_7)
- Some semantic modifications e.g. now using "Log Buckets" to holds loggers.
- Added bucket self-prioritization as opposed to the FIFO mode used until now.
- Fixed the cascading or not of log entries to subsequent buckets.
- Added some aditional tests -- 100% code coverage!

#### Version 1.0.2 (10-Jun-2015)
- Added the logged message can be the context directly i.e. not a string.
- Added `\InvalidArgumentException` with an explicite message to the main constructor.
- Added `\InvalidArgumentException` with an explicit message to the main constructor.
- Added handling of Exception as context e.g. `$logger()->critical( new \Exception('Boo!') )`.

#### Version 1.0.1 (9-Jun-2015)
Expand All @@ -18,7 +26,6 @@
#### Version 1.0.0 (30-Sept-2014)
- Initial release.


<pre>
_|_| _|_| _| _| _|
_| _| _| _| _| _|
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ APIx Log, very thin PSR-3 logger
Minimalist **PSR-3** compliant logger.

* Unit **tested** and compliant with PSR0, PSR1 and PSR2.
* Continuously integrated with **PHP 5.3**, **5.4**, **5.5** and **5.6**
* Continuously integrated against **PHP 5.3**, **5.4**, **5.5** and **5.6**.
* Available as a **[Composer](http://https://packagist.org/packages/apix/log)** and as a **[PEAR](http://pear.ouarz.net)** package.

Feel free to comment, send pull requests and patches...
Expand Down

0 comments on commit e57722d

Please sign in to comment.