Releases: nk9/just_sublime
Releases · nk9/just_sublime
1.1.7
1.1.6
Breaking Changes
- This release (1.1.6) no longer supports Sublime versions before 4148 (released 14 Mar 2023). Older versions of Sublime can continue to use the previous release, 1.1.5, forever.
What's Changed
- Support
[arg()]attribute #33 - Support
[env()]attribute #34 - Support f-strings #32
- Support
guardssetting #31 - Support the
?sigil at the front of recipe lines 0b4c418 - Add missing
!~operator 211d710
Full Changelog: 4148-1.1.5...4148-1.1.6
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)