File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed
Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 1.4.1] - 2017-12-28
11+
12+ ### Changed
13+ - A large code cleanup regarding excessive or duplicate pattern matching
14+
15+ ### Fixed
16+ - Fixed support for builtin function call highlighting
17+
1018## [ 1.4.0] - 2017-12-27
1119
1220### Added
@@ -52,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5260### Added
5361 - Initial stable release
5462
55- [ Unreleased ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.4.0...HEAD
63+ [ Unreleased ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.4.1...HEAD
64+ [ 1.4.1 ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.4.0...v1.4.1
5665[ 1.4.0 ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.3.3...v1.4.0
5766[ 1.3.3 ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.3.2...v1.3.3
5867[ 1.3.2 ] : https://github.com/zephir-lang/zephir-vscode/compare/v1.3.1...v1.3.2
Original file line number Diff line number Diff line change 1- # Zephir syntax support for VSCode
1+ # Zephir for VSCode
22
33[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-brightgreen.svg )] ( https://opensource.org/licenses/MIT )
44[ ![ Version] ( https://vsmarketplacebadge.apphb.com/version-short/zephir-lang.zephir.svg )] ( https://marketplace.visualstudio.com/items?itemName=zephir-lang.zephir )
@@ -98,7 +98,7 @@ If you would like to discuss an idea or need help or have other feedback you can
9898
9999## License <sup >[ ↑] ( #zephir-syntax-support-for-vscode ) </sup >
100100
101- This project is open source software licensed under the MIT License.
101+ The "Zephir for VSCode" is open source software licensed under the MIT License.
102102See the [ LICENSE] ( https://github.com/zephir-lang/zephir-vscode/blob/master/LICENSE ) file for more.
103103
104104---
Original file line number Diff line number Diff line change 11{
22 "name" : " zephir" ,
3- "version" : " 1.4.0" ,
4- "displayName" : " Zephir" ,
5- "title" : " Zephir for VSCode" ,
3+ "version" : " 1.4.1" ,
4+ "displayName" : " Zephir for VSCode" ,
65 "description" : " Zephir Language syntax highlighting and snippets for VSCode." ,
76 "author" : " Zephir Team" ,
87 "contributors" : [
9- " Serghei Iakovlev [@klay]"
8+ {
9+ "name" : " Serghei Iakovlev" ,
10+ "email" : " serghei@phalconphp.com"
11+ }
1012 ],
1113 "license" : " SEE LICENSE IN LICENSE" ,
1214 "publisher" : " zephir-lang" ,
You can’t perform that action at this time.
0 commit comments