Deprecated the package.
The apm publisher bugged out an skipped v0.15.0.
Enhancements:
- Added 'return cursor' setting. When enabled, the cursor will be placed just closed tag. This allows to you write both the opening and closing tag first, then return the cursor to insert between the just-typed tags; #37.
Bug fixes:
- XML Parser closes comment tags; #39.
Enhancements:
- Autocomplete plus integration #24
Bug fixes:
- Editor crashes when
closed #36
Bug fixes:
- Fix disposal #29
- Fix issue with "double less-than's" #32
- Fix multiple event subscription when splitting editor panes. #27
- Fix bug when closing a split pane. #26
- Add
deactivate
handler and properly handle disposables to prevent multiple event subscription. #22 #23 #25
- Add support for underscore templates. #20
- Updated
findUnclosedTags
function to usewhile
loop instead of recursion. On very long files the recursion causedRangeError: Maximum call stack size exceeded
. #18
findUnclosedTags
is now aware of other types of tags. #16
- Refactor to easily support multiple/future tag parsers
- Thanks MarcoThePoro!
- Support for attributes spaced across multiple lines
- Proper tag handling inside of comments
- Support for CDATA
- Fixed deprecation issue in specs
- Add support for curly braces in property values; #12
Fixed deprecation warnings:
- Support new configuration schema
Fixed deprecation cop warnings:
TextBuffer.on
is deprecated; useTextBuffer.onDidChange
instead- Package styles should be in
/styles
not/stylesheets
. However, less-than-slash doesn't have any styles so just nuked the practically empty stylesheet instead. 🔥 🔥 🔥
Now automatically ignores self-closed tags, e.g. <my-element />
, without needing to specify in @emptyTags
.
Now with more CoffeeScript!
Documentation update
Documentation update
Fix multi-line editing not always performing as expected
Remove deprecated API calls
Bug fixes
Bug fixes
Initial release