All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.8.0 (2020-02-09)
- [ultisnips] Adjust
newStart
calculation during parsing nested tabstop, keep original position in snippet text (bcebb06)
0.7.3 (2020-02-09)
- [ultisnips] script block wrong 'bodyPosition.offset' (af4aaf7)
0.7.2 (2020-02-07)
- [ultisnips] script block 'bodyPosition' line error (4c08771)
0.7.1 (2020-02-05)
- [ultisnips] script type detection should be correct in line's end (a8f6e6b)
0.7.0 (2020-02-03)
0.7.0-alpha.0 (2020-01-31)
- [jetbrains] add missing dep (a019ae7)
- replace valueType 'positional' with 'tabstop' (9489fa0)
- Strip redundant ultisnips snippets by priority #10 (901f732)
valueType 'positional' -> 'tabstop'
0.6.0-alpha.0 (2020-01-25)
- [jetbrains] ✨ Add generator for jetbrain's live template (7da6bf9)
- [ultisnips] Add
ParseOptions.onExtends
to enable custimizable snippet manangement (cd27032)
0.5.0 (2020-01-16)
- remove
placeholder.position
; replacecodePosition
it withbodyPosition
(60ae58a)
0.5.0-alpha.0 (2020-01-15)
0.4.0 (2020-01-12)
- [ultisnips] nested tabstop position error (2f9da82)
0.4.0-alpha.1 (2020-01-11)
- Can parse nested tabstops, and extract correct positions (9b794a0)
0.4.0-alpha.0 (2020-01-07)
- [atom] 🐛 unquoted prefix (f77d13d)
- [ultisnips] token position and 'codePosition' error (deef176)
- add missing deps (2b1b092)
- [atom] Add comment header and footer to wrap generated conetent (de64cf1)
- [atom] remove cson, dump cson strings by hand (8ef2dee)
- [core] add missing '@types/unist' dep (6aacff5)
- [sublime] add generation target 'sublime' for Sublime Text (60c82bb)
- [unisnips] more friendly log (81a7c49)
- A cli program in '@unisnips/unisnips' for universal converting (cea413a)
- Add 'position' info to SnippetDefinition, supports multiple snippets in one file (ddfdb78)
- Add atom snippets generation support. (8c580e3)
- add extra.token to Placeholder (dc585d2)
- Add initial packages, complete ultisnips -> vscode functionalities (67d5486)
- Add plop-templates for quick setup (9051720)
- Add tests for @unisnips/ultisnips package (6d68ad1)
- add UNISNIPS_SPECIAL_HOLDER_NAMES for special replacements (63bf6bc)
- change to lerna 'fixed' version mode (63fb1e9)
- explicit token type (f5b643b)
- multi command cli, 'unisnips convert' (603e694)
- port a subset of ultisnips lexer/parser (c55e7c0)
- Redefine interchange data types, to support more complicated UltiSnips functionality (57ef061)