Skip to content

Releases: Thom1729/Sublime-JS-Custom

v4.4.0

22 Sep 14:06
Compare
Choose a tag to compare
  • Integrate upstream changes.
  • Fix a compatibility issue with newer versions of Package Control.

v4.3.0

07 May 15:29
Compare
Choose a tag to compare

Integrate upstream changes.

v4.2.3

06 May 16:36
Compare
Choose a tag to compare

Update the Styled Components syntax to account for upstream changes in the CSS syntax. (#139)

v4.3.0-beta.3

30 Apr 15:12
Compare
Choose a tag to compare
v4.3.0-beta.3 Pre-release
Pre-release

Integrate upstream changes

v4.3.0-beta.2

06 Mar 16:16
Compare
Choose a tag to compare
v4.3.0-beta.2 Pre-release
Pre-release

v4.3.0-beta.1

26 Feb 19:45
Compare
Choose a tag to compare
v4.3.0-beta.1 Pre-release
Pre-release

Integrate upstream changes and fix #134.

v4.2.2

10 Nov 15:05
Compare
Choose a tag to compare

Bug Fixes

  • Fix a bug where Flow would misinterpret certain expressions as type arguments. (#131)
  • Highlight Styled Component elements with generic type arguments as tagged templates. (#130)

v4.2.1

29 Oct 15:39
Compare
Choose a tag to compare

Add missing tests and messages.

v4.2.0

29 Oct 15:18
Compare
Choose a tag to compare
  • Implement arrow function type parameters in TypeScript and Flow (#29, #125).
  • Add a new command, “JS Custom — Report Syntax Issue With Current File”, to pre-fill a GitHub issue template.
  • Add a new option, “first_line_match”.
  • If a configuration specifies a nonexistent top-level option, then raise an error when building the syntax.

Upstream changes

Internal changes

  • The core TSX extension now has code of its own, so JS Custom will load it if a configuration specifies both jsx and typescript.

v4.2.0-rc.1

29 Oct 14:24
Compare
Choose a tag to compare
v4.2.0-rc.1 Pre-release
Pre-release

Integrate upstream changes