Releases: nk9/just_sublime
Releases · nk9/just_sublime
4148-1.1.5
What's Changed
- Add an
ifsnippet 419363a - Add support for completion of settings #9
- Support multiple attributes separated with commas #22
- Preserve block indentation when commenting by @yurivish in #26
- Add support for recipe attributes with arguments #29
- Add missing functions up to just 1.40.0 by @crazygolem in #28
New Contributors
Full Changelog: 4148-1.1.4...4148-1.1.5
4075-1.1.5
What's Changed
- Add an
ifsnippet 419363a - Add support for completion of settings #9
- Support multiple attributes separated with commas #22
- Preserve block indentation when commenting by @yurivish in #26
- Add support for recipe attributes with arguments #29
- Add missing functions up to just 1.40.0 by @crazygolem in #28
New Contributors
Full Changelog: 4075-1.1.4...4075-1.1.5
1.1.4 (4148)
- Fix the stack getting not properly resetting after encountering a
setdirective. (#19)
1.1.4 (4075)
- Fix the stack getting not properly resetting after encountering a
setdirective. (#19)
1.1.3 (4148)
- Fix invalid function names/settings/etc being marked as valid if the prefix matched a valid name. (#15)
- Switch embedded Python syntax to v2, available on ST 4148+.
1.1.3 (4075)
- Fix invalid function names/settings/etc being marked as valid if the prefix matched a valid name. (#15)
1.1.2 (4075)
1.1.1
1.1.0
Several more longstanding bugs fixed. As of now, I'm not aware of any other bugs in the syntax, and the frequency of releases will probably slow down. Big thanks to @deathaxe for his help on embedding!
1.0.2
Several bug fixes including:
- Recipes beginning with
set-and having trailing hyphens are now properly scoped. - Recipe parameters are now being correctly interpreted even when following a variadic operator.
- Recipe dependencies with arguments can now span multiple lines.