All notable changes to the "Zephir for VSCode" will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.6.3 - 2019-09-27
- Fixed links in the documentation
- Updated contact address
- Updated package category
1.6.2 - 2018-01-04
- Fixed highlighting for constants
1.6.1 - 2018-01-03
- Improved support of
typeofoperator - Improved support of
self,staticandparenthighlighting - Fully refactored highlighting of docblocks
1.6.0 - 2018-01-02
- Added support of
for ..., ... in reversehighlighting
- Improved constants recognition
- Improved support of
thishighlighting - Improved highlighting for functions and classes begins with
$
- Removed reundant constants declaration
- Return back Magic Methods recognition
1.5.0 - 2017-12-28
- Added support for
istringtype highlighting - Added support for
fn(functionalias) highlighting
- Fixed highlighting for functions begins with
$(e.g.$fetch) - Fixed highlighting for classes begins with
$(e.g.$Resource)
1.4.1 - 2017-12-28
- A large code cleanup regarding excessive or duplicate pattern matching
- Fixed support for builtin function call highlighting
1.4.0 - 2017-12-27
- Introduced smart indent rules based on controll flow and language statements
- Amended code snippets
- Improved matching for curly braces
1.3.3 - 2017-12-27
- Improved Regions Folding
1.3.2 - 2017-12-25
- Bump required VSCode version
- Code cleanup. This project is only for syntax highlighting and snippets support
1.3.1 - 2017-12-24
- Fixed support of
thisand globals highlighting
1.3.0 - 2017-12-24
- Added support of type hint highlighting for function parameters
1.2.0 - 2017-12-24
- Added support of type hint highlighting
- Fixed highlighting of arrays
- Fixed highlighting of variable names
1.1.0 - 2017-12-24
- Initial snippets support
- Initial stable release