File tree Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6+
7+ ## Types of changes
8+ * ** Added** for new features.
9+ * ** Changed** for changes in existing functionality.
10+ * ** Deprecated** for soon-to-be removed features.
11+ * ** Removed** for now removed features.
12+ * ** Fixed** for any bug fixes.
13+ * ** Security** in case of vulnerabilities.
14+
15+ ## [ 0.4.2] 2018-12-18
16+ ### Fixed
17+ * Allow configuration without singletons (#10 )
18+
19+ ## [ 0.4.1] 2018-10-25
20+ ### Added
21+ * Update phpstan and move it to require-dev
22+ * Add php-cs-fixer & fix code-style
23+ * Add ServiceMap tests
24+ * Travis CI integration
25+ * Add .gitattributes
26+
27+ ## [ 0.4.0] 2018-08-21
28+ ### Added
29+ * Add support for phpstan 0.10.3
30+
31+ ## [ 0.3.0] 2018-06-16
32+ ### Added
33+ * Add support for phpstan 0.10
34+
35+ ## [ 0.2.0] 2018-03-09
36+ ### Added
37+ * Provides correct methods and properties for Yii::$app->request
38+
39+ ## [ 0.1.0] 2018-03-07
40+ ### Added
41+ * first initial release
Original file line number Diff line number Diff line change 1616
1717| PHPStan version | Yii2 extension version |
1818| --------------- | ---------------------- |
19- | 0.10.3 | 0.4.0 |
19+ | 0.10.3 | 0.4.x |
2020| 0.10 | 0.3.0 |
2121| 0.9.2 | 0.2.0 |
2222
You can’t perform that action at this time.
0 commit comments