Skip to content

Releases: val-town/codemirror-continue

Add @lezer/common peerDependency

14 Jan 15:58
9805053
Compare
Choose a tag to compare
  • deps: Add @lezer/common peerDependency f28392c
  • Add lezer/common peerDependency 43f3b65

v2.3.0...v2.3.1

Support continuing comments when there's a carriage return from within the comment

09 Jan 16:16
828cc6f
Compare
Choose a tag to compare
  • Merge pull request #9 from mattmundell/rest-of-line ea37a90
  • Add semicolons 0e16e70
  • Pass if the cursor is at the end token 979d9bd
  • Continue when the comment ends on the line 87463c2
  • Add more midway tests b285eaf
  • Also continue when there's text after the cursor 3422907
  • Include position in tests 29ec258

v2.2.1...v2.3.0

Improve behavior when there are two comments on a line

08 Jan 17:33
2932c5a
Compare
Choose a tag to compare
  • Merge pull request #8 from mattmundell/ending-check 314d353
  • Clean up test code 9816646
  • Use syntax node to check for comment end 53a11f5

v2.2.0...v2.2.1

Improved indentation logic

07 Jan 12:41
d9bf5ec
Compare
Choose a tag to compare
  • Merge pull request #7 from mattmundell/comment-after-code af30e05
  • Specify types in tests for tsc 5ae6550
  • Get the indentation from the position of the BlockComment 127be10
  • Add tests 83c28a0

v2.1.0...v2.2.0

Support other languages that use block comments

06 Jan 21:18
5957d0d
Compare
Choose a tag to compare
  • Add typescript as a devDependency 3f4689d
  • Merge pull request #6 from mattmundell/any-lang e9a9455
  • Merge pull request #5 from mattmundell/lic 8b0de1c
  • Update LICENSE 938242d
  • Support any language with JS style block comments 7fe72c7
  • Share the JS check 14a5c62
  • Add LICENSE file e466d46
  • Add mise c93f6b2

v2.0.0...v2.1.0

Pure ESM

27 Jun 14:21
e85f9dc
Compare
Choose a tag to compare

This release marks @valtown/codemirror-continue being distributed as ESM-only. Previously we used tshy to build a hybrid module. After this release, we don't, and distribute only ESM sources.

  • Merge pull request #4 from val-town/esm dc06a5e
  • Improve type annotations, fix biome lints 21a2a97

v2.0.0-0...v2.0.0

Pure ESM test

27 Jun 14:14
51004c5
Compare
Choose a tag to compare
Pure ESM test Pre-release
Pre-release

v1.0.2...v2.0.0-0

Attempt to get dist/ published

09 Jan 21:39
5cf73fb
Compare
Choose a tag to compare

a177933...v1.0.1