Skip to content

Latest commit

 

History

History
120 lines (86 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

120 lines (86 loc) · 3.39 KB

Change Log

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

  • Fixed links in the documentation

Changed

  • Updated contact address
  • Updated package category

1.6.2 - 2018-01-04

Fixed

  • Fixed highlighting for constants

1.6.1 - 2018-01-03

Changed

  • Improved support of typeof operator
  • Improved support of self, static and parent highlighting
  • Fully refactored highlighting of docblocks

1.6.0 - 2018-01-02

Added

  • Added support of for ..., ... in reverse highlighting

Changed

  • Improved constants recognition
  • Improved support of this highlighting
  • Improved highlighting for functions and classes begins with $

Fixed

  • Removed reundant constants declaration
  • Return back Magic Methods recognition

1.5.0 - 2017-12-28

Added

  • Added support for istring type highlighting
  • Added support for fn (function alias) highlighting

Fixed

  • Fixed highlighting for functions begins with $ (e.g. $fetch)
  • Fixed highlighting for classes begins with $ (e.g. $Resource)

1.4.1 - 2017-12-28

Changed

  • A large code cleanup regarding excessive or duplicate pattern matching

Fixed

  • Fixed support for builtin function call highlighting

1.4.0 - 2017-12-27

Added

  • Introduced smart indent rules based on controll flow and language statements
  • Amended code snippets

Fixed

  • Improved matching for curly braces

1.3.3 - 2017-12-27

Cahnged

  • Improved Regions Folding

1.3.2 - 2017-12-25

Cahnged

  • Bump required VSCode version
  • Code cleanup. This project is only for syntax highlighting and snippets support

1.3.1 - 2017-12-24

Fixed

  • Fixed support of this and globals highlighting

1.3.0 - 2017-12-24

Added

  • Added support of type hint highlighting for function parameters

1.2.0 - 2017-12-24

Added

  • Added support of type hint highlighting

Fixed

  • Fixed highlighting of arrays
  • Fixed highlighting of variable names

1.1.0 - 2017-12-24

Added

  • Initial snippets support

1.0.0 - 2017-12-24

Added

  • Initial stable release