Skip to content

Commit

Permalink
Release v0.19.0
Browse files Browse the repository at this point in the history
- removed icon file
- support `box.json` TestBox runner configuration
- support `<cf_customtag>` completions
  • Loading branch information
jcberquist committed Nov 3, 2016
1 parent eb0c60a commit 1648634
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
"0.15.0": "messages/0.15.0.txt",
"0.16.0": "messages/0.16.0.txt",
"0.17.0": "messages/0.17.0.txt",
"0.18.0": "messages/0.18.0.txt"
"0.18.0": "messages/0.18.0.txt",
"0.19.0": "messages/0.19.0.txt"
}
21 changes: 21 additions & 0 deletions messages/0.19.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
CFML v0.19.0 Changelog:

- Removed `cfml-icon.tmPreferences` which set a default sidebar icon for
CFML files. This package is now supported by the "zz File Icons" package
(https://packagecontrol.io/packages/zz%20File%20Icons) and specifying an
icon in the package conflicted with it.

- When running TestBox tests via the build menu, the root folder(s) of your
project will be searched for a `box.json` file containing a testbox runner
setting, if you do not specify a testbox runner in your project file.
Please see https://github.com/jcberquist/sublimetext-cfml#testbox for more
details. IMPORTANT, if you have been using the TestBox runner, this update
includes a BREAKING CHANGE with regard to the structure of the TestBox
settings. See also:
https://github.com/jcberquist/sublimetext-cfml/issues/54

- Custom tag indexing support has been updated to allow the omission of the
`prefix` key when specifying custom tag folders in your project file. When
this is done, custom tags in that folder will be offered as `<cf_customtag>`
style completions.
https://github.com/jcberquist/sublimetext-cfml/issues/55

0 comments on commit 1648634

Please sign in to comment.