We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d760c commit 184493dCopy full SHA for 184493d
1 file changed
CHANGELOG.md
@@ -0,0 +1,20 @@
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](https://keepachangelog.com/en/1.0.0/)
5
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [1.1.0] - 2020-11-27
8
9
+- Add `isDecorated` method on `SymfonyOutput` class and `Output` interface.
10
+- Fix missing `strict_types` on `Error` class
11
+- Add `AnsiEscapeSequences` to help with some often used sequences
12
13
+## [1.0.0] - 2020-11-26
14
15
+- Initial version with support for `ErrorFormatter` classes from phpstan and more classes
16
+- Fixed imported tests
17
+- Added GitHub actions
18
+- Added phpstan
19
+- Removed some useless imported code
20
+- Made the imported source code compatible with PHP 7.1
0 commit comments