Skip to content

Releases: nk9/just_sublime

1.1.7

12 Apr 12:54
@nk9 nk9

Choose a tag to compare

Fixed syntax test error

1.1.6

12 Apr 12:29
@nk9 nk9

Choose a tag to compare

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 guards setting #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

05 May 21:31
@nk9 nk9

Choose a tag to compare

What's Changed

  • Add an if snippet 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

05 May 21:30
@nk9 nk9

Choose a tag to compare

What's Changed

  • Add an if snippet 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)

05 May 14:35
@nk9 nk9

Choose a tag to compare

  • Fix the stack getting not properly resetting after encountering a set directive. (#19)

1.1.4 (4075)

05 May 14:33
@nk9 nk9

Choose a tag to compare

  • Fix the stack getting not properly resetting after encountering a set directive. (#19)

1.1.3 (4148)

26 Apr 21:20
@nk9 nk9

Choose a tag to compare

  • 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)

26 Apr 14:02
@nk9 nk9

Choose a tag to compare

  • Fix invalid function names/settings/etc being marked as valid if the prefix matched a valid name. (#15)

1.1.2 (4075)

24 Apr 21:44
@nk9 nk9

Choose a tag to compare

  • Add automatic indentation rules for new recipes, etc. (#14)
  • Create a branch for older builds (pre-4148) which don't support the embedded v2 Python syntax (#13)

1.1.1

08 Feb 18:31
@nk9 nk9

Choose a tag to compare

Updated syntax to support two recent just PRs: