Skip to content

Commit d691e8a

Browse files
akondasmarmichalski
authored andcommitted
Added changelog and php 7.3 travis build (#11)
* Add changelog
1 parent 6a9db31 commit d691e8a

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

0 commit comments

Comments
 (0)