File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 1.1.2] - 2022-02-14
9+ ### Fixed
10+ - Function scanner in literal expressions [ #3 ] .
11+
812## [ 1.1.1] - 2021-01-18
913### Fixed
1014- Support for PHP 8 [ #1 ]
@@ -16,10 +20,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1620### Fixed
1721- Support for ` gettext/gettext v5.5.0 `
1822
19- ## 1.0.0 - 2019-11-05
23+ ## [ 1.0.0] - 2019-11-05
2024First version
2125
2226[ #1 ] : https://github.com/php-gettext/JS-Scanner/issues/1
27+ [ #3 ] : https://github.com/php-gettext/JS-Scanner/issues/3
2328
29+ [ 1.1.2 ] : https://github.com/php-gettext/JS-Scanner/compare/v1.1.1...v1.1.2
2430[ 1.1.1 ] : https://github.com/php-gettext/JS-Scanner/compare/v1.1.0...v1.1.1
2531[ 1.1.0 ] : https://github.com/php-gettext/JS-Scanner/compare/v1.0.0...v1.1.0
32+ [ 1.0.0 ] : https://github.com/php-gettext/JS-Scanner/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments