Releases: scala/vscode-scala-syntax
Releases · scala/vscode-scala-syntax
Release 0.5.9
What's Changed
- Fix exclusion of project files by @Jentsch in #273
- Stop auto closing single quotes by @Jentsch in #274
- Add missing scala doc tags by @Jentsch in #277
- Stop splitting common operators by @Jentsch in #275
- Bump cross-spawn from 6.0.5 to 6.0.6 by @dependabot in #278
- Auto-close backticks by @harpocrates in #280
- bugfix: Fix Scala CLA by @tgodzik in #283
- improvement: Show named bounds properly by @tgodzik in #282
New Contributors
- @Jentsch made their first contribution in #273
- @harpocrates made their first contribution in #280
Full Changelog: 0.5.8...0.5.9
Release 0.5.8
What's Changed
- Fix changelog to omit the broken release by @tgodzik in #259
- Highlight
'''
as single quote character literal by @nicolasstucki in #261 - Fix package and package object categories by @nicolasstucki in #262
- Fix string interpolated value extraction in val pattern by @nicolasstucki in #263
- Update syntaxes/Scala.tmLanguage.json by @nicolasstucki in #265
- Add support for binary integer literals by @nicolasstucki in #267
- Recognize as in imports as a keyword by @nicolasstucki in #268
- Claim *.mill files as Scala files by @alexarchambault in #269
- Revert "Release 0.5.8" to retry release by @tgodzik in #270
New Contributors
- @alexarchambault made their first contribution in #269
Full Changelog: 0.5.7...0.5.8
Release 0.5.7
Changelog
0.5.7 (2023/07/13 13:21 +00:00)
- ae8025c Revert wrong release name "Release v0.5.7" (@tgodzik)
- cc96b72 Release v0.5.7
- ffeefb2 improvement: Highlight using directives without double quote (@jkciesluk)
- 63cd944 Bump semver from 5.7.0 to 5.7.2 (@dependabot[bot])
- cd24dc8 Merge symbol and quote capturing (@nicolasstucki)
- 6839617 Fix #226: Parse quoted blocks with spaces (
' {
) (@lolgab) - c8b05b9 Fix support for multi val definitions (@nicolasstucki)
- d680933 bugfix: Adjust export syntax to newest (@tgodzik)
- 24c3506 Bump minimatch from 3.0.4 to 3.1.2 (@dependabot[bot])
- 83d3f6e Bump qs from 6.10.1 to 6.11.0 (@dependabot[bot])
- 551c71c bugfix: Remove entity.other.inherited-class.scala (@tgodzik)
- 7b08ca3 Bump moment-timezone from 0.5.33 to 0.5.37 (@dependabot[bot])
- 0b2b1e8 Release 0.5.6
Release 0.5.6
Changelog
0.5.6 (2022/07/26 15:17 +00:00)
- 9db075c Release 0.5.6
- ed31749 chore: Run node 14 when releasing (@tgodzik)
- 31ac9b0 feat: support using directive for scala-cli (@tanishiking)
- 7c8c7c1 Bump shell-quote from 1.7.2 to 1.7.3 (@dependabot[bot])
- 5f9ab47 fix(syntax): add missing highlight for end try (@barklan)
- f3f3413 Bump node-fetch from 2.6.1 to 2.6.7 (@dependabot[bot])
- 0772883 Use node 14 in CI (@nicolasstucki)
- 020b216 Update vsce (@nicolasstucki)
- 52eae26 Release 0.5.5
Release 0.5.3
Changelog
0.5.3 (2021/04/14 12:51 +00:00)
- 263c776 Update release branch to
main
(@nicolasstucki) - 3caa8b6 Add support for web extension (@nicolasstucki)
- e72b4c9 Improve highlighting strategy for illegal $ (@nicolasstucki)
- b28000b Highlight illegal $ as end of string (@nicolasstucki)
- 6d3de7b Identify illegal $ tokens in string interpolators (@nicolasstucki)
Release 0.5.2
Changelog
0.5.2 (2021/01/29 12:41 +00:00)
- e179337 Fix broken regex (@MaximeKjaer)
- 78dc465 Fix 'end val' and 'end var' (@MaximeKjaer)
- 259b2da Fix imports of packages or members with names starting with given (@MaximeKjaer)
Release 0.5.1
Changelog
0.5.1 (2021/01/20 14:13 +00:00)
- a5806a4 Pin github-changes version (@MaximeKjaer)
- 1bcf8af Identify bounds of
&&
,||
and!
operators (@nicolasstucki) - f8dcd02 Simplify 'using' regex (@nicolasstucki)
- 3bbb8bd Fix comments (@nicolasstucki)
- e9a6ed5 Properly highlight escape characters in
raw
interpolator (@nicolasstucki) - e1277fd Capture
using
followed by quote splice (@nicolasstucki)
Release 0.5.0
Changelog
0.5.0 (2020/12/17 14:07 +00:00)
- 8c31186 Disable deploy
Commit generated files
(@nicolasstucki) - 6e93417 Release 0.5.0
- 480fe19 Add yarn clean command (@MaximeKjaer)
- be95818 Identify quotes/splices start as the start of a normal block (@nicolasstucki)
- 9057516 Migrate deployments to GitHub Actions (@MaximeKjaer)
- 08a35be Improve detection of definitions (@nicolasstucki)
- 27c7da0 Highlight correctly multiple variable statement (@camilaagw)
- 5a57716 Add Node.js module caching to GitHub Actions (@MaximeKjaer)
- 9e9d91a Fix extension build warnings (@MaximeKjaer)
- 456edd8 Add Scala CLA (@camilaagw)
- feb6301 Fix #163: Update to new given syntax (@nicolasstucki)
- 5885a19 Highlight all soft modifiers (@camilaagw)
- 7445ae8 Update README.md (@nicolasstucki)
- de391d9 Fix typo in workflow name (@camilaagw)
- a838344 Remove
as
syntax (@camilaagw) - 0d09d80 Add GitHub Actions badge (@nicolasstucki)
- 157b0ce Add tests on Github actions (@camilaagw)
- 0080fe4 Identify
extends
,with
andderives
at the end of a line (@nicolasstucki) - 76605c1 Highlight
val
with upper case (@camilaagw) - a4513e2 Update
given
syntax (@camilaagw) - b3d18b4 Update release notes for 0.4.5
VS Code Scala Syntax (official) v0.4.5
Update release notes for 0.4.4
VS Code Scala Syntax (official) v0.4.4
- Fix highlighting of
inline
soft keyword