Changelog version 4.0.0

This commit is contained in:
Tong 2016-02-15 19:00:24 +01:00
parent 24582a8910
commit 585950f666
2 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,14 @@
## 0.4.0
* Removed hss and swfml grammar
* Renamed grammar files to *-grammars.cson
* Split snippets for hx|hxml files into seperate files
* Required atom version >=1.5
* Snippets: suggest same placeholder as haxe prints with --help (<file>,[optional])
* Snippets: Allow to exit current at next line
* Snippets: -D key=value support
* Snippets: improved --wait
## 0.3.1
* Hxml: --each grammer

View file

@ -1,6 +1,6 @@
{
"name": "language-haxe",
"version": "0.3.0",
"version": "0.4.0",
"description": "Haxe language support in Atom",
"keywords": ["haxe","hx","hxml"],
"repository": "https://github.com/theRemix/language-haxe.git",