|
133 | 133 | - improved Clockwork rest api with only/except filters |
134 | 134 | - improved handling of corrupted index records in file storage |
135 | 135 | - improved cleaned up the code-base, added and improved comments, use modern php features |
136 | | -- removed Laravel total, initalization, boot and run timeline events |
| 136 | +- removed Laravel total, initialization, boot and run timeline events |
137 | 137 | - removed legacy clockwork.controller events |
138 | 138 | - removed duplicate file/line information from collected metadata |
139 | 139 | - fixed authentication route not being registered when web ui is disabled |
|
209 | 209 | - improved Laravel events data source to include Laravel namespace in the default ignored events |
210 | 210 | - improved Laravel views data source to strip view data prefixed with __ |
211 | 211 | - improved PHP data source to not set request time for cli commands |
212 | | -- improved serializer to ommit data below depth limit, support debugInfo, jsonSerialize and toArray methods (partially implemented by mahagr, thanks!) |
| 212 | +- improved serializer to omit data below depth limit, support debugInfo, jsonSerialize and toArray methods (partially implemented by mahagr, thanks!) |
213 | 213 | - improved log to allow overriding serializer settings via context, no longer enabled toString by default |
214 | 214 | - improved Request class now has pre-populated request time on creation |
215 | 215 | - improved StackTrace helper with limit option, last method, fixed filter output keys |
|
357 | 357 |
|
358 | 358 | - added new integration for vanilla PHP (thanks martbean) |
359 | 359 | - added support for collecting authenticated user info |
360 | | -- added bunch of helper methods for adding data like databse queries or events to Clockwork |
| 360 | +- added bunch of helper methods for adding data like database queries or events to Clockwork |
361 | 361 | - added serializer options to the config files |
362 | 362 | - updated web UI to match latest Chrome version |
363 | 363 | - improved collecting of exceptions |
@@ -490,7 +490,7 @@ UPGRADING |
490 | 490 |
|
491 | 491 | - update the required Clockwork version to ^2.0 in your composer.json |
492 | 492 | - PHP 5.3 - no longer supported, you can continue using the latest 1.x version |
493 | | -- CodeIgniter - no longer supported, you can continue using the lastest 1.x version |
| 493 | +- CodeIgniter - no longer supported, you can continue using the latest 1.x version |
494 | 494 | - Slim 2 - update the imported namespace from Clockwork\Support\Slim to Clockwork\Support\Slim\Legacy |
495 | 495 | - ability to register additional data sources via Clockwork config was removed, please call app('clockwork')->addDataSource(...) in your own service provider |
496 | 496 |
|
@@ -623,7 +623,7 @@ UPGRADING |
623 | 623 | - added support for collecting emails and views data from Laravel |
624 | 624 | - added --age argument to Laravel artisan clockwork::clean command, specifies how old the request data must be to be deleted (in hours) |
625 | 625 | - improved Laravel service provider |
626 | | -- fixed compatibilty with latest Laravel 4.1 |
| 626 | +- fixed compatibility with latest Laravel 4.1 |
627 | 627 |
|
628 | 628 | 1.3 |
629 | 629 | NOTE: Clockwork\Request\Log::log method arguments have been changed from log($message, $level) to log($level, $message), levels are now specified via Psr\Log\LogLevel class, it's recommended to use shortcut methods for various levels (emergency, alert, critical, error, warning, notice, info and debug($message)) |
|
0 commit comments