File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,23 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ Unreleased ]
7+ ## [ v1.10.0 ]
88### Added
99- Checkstyle formatter ([ #271 ] ( https://github.com/nunomaduro/phpinsights/pull/271 ) )
10+ - PHP CS Fixer Wrapper ([ #219 ] ( https://github.com/nunomaduro/phpinsights/pull/219 ) )
11+ - Responsive view in Console ([ #273 ] ( https://github.com/nunomaduro/phpinsights/pull/273 ) )
12+ - IDE Url handler ([ #265 ] ( https://github.com/nunomaduro/phpinsights/pull/265 ) )
13+ - Offline usage ([ #292 ] ( https://github.com/nunomaduro/phpinsights/pull/292 ) )
14+ - Directory exclusion in Insights config ([ #293 ] ( https://github.com/nunomaduro/phpinsights/pull/293 ) )
15+ - Favicon in website ([ #281 ] ( https://github.com/nunomaduro/phpinsights/pull/281 ) )
16+
17+ ### Changed
18+ - Drop easy coding standard dependency ([ #252 ] ( https://github.com/nunomaduro/phpinsights/pull/252 ) )
19+ - Use a configuration class ([ #283 ] ( https://github.com/nunomaduro/phpinsights/pull/283 ) )
20+ - Improve verbose progress bar ([ #291 ] ( https://github.com/nunomaduro/phpinsights/pull/291 ) )
21+
22+ ### Fixed
23+ - Silence Warnings ([ #253 ] ( https://github.com/nunomaduro/phpinsights/pull/253 ) )
1024
1125## [ v1.9.0]
1226### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " phpinsights" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ final class Kernel
1818 /**
1919 * The app version.
2020 */
21- public const VERSION = 'v1.9 .0 ' ;
21+ public const VERSION = 'v1.10 .0 ' ;
2222
2323 /**
2424 * Bootstraps the usage of the package.
You can’t perform that action at this time.
0 commit comments