Skip to content

Releases: danipen/TextMateSharp

v1.0.10

10 Nov 18:01
Compare
Choose a tag to compare

Invalidate the first line to force reparse when setting the grammar.

Full Changelog: v1.0.9...v1.0.10

v1.0.9

09 Nov 11:55
Compare
Choose a tag to compare

Improve TMModel implementation.

Full Changelog: v1.0.8...v1.0.9

v1.0.8

09 Nov 07:49
Compare
Choose a tag to compare

Setup time and length constraints for the TMModel. Tokenize at most 1000 lines. Estimate the tokenization speed per character and stop when:

  • MAX_ALLOWED_TIME is reached
  • tokenizing the next line would go above MAX_ALLOWED_TIME

Full Changelog: v1.0.7...v1.0.8

v1.0.7

08 Nov 15:06
Compare
Choose a tag to compare

Setup the native deps for nuget packages

Full Changelog: v1.0.6...v1.0.7

v1.0.6

08 Nov 13:21
7d36a52
Compare
Choose a tag to compare

Do not include tests assemblies in Nuget publish

v1.0.5

08 Nov 13:12
e5fc2c6
Compare
Choose a tag to compare

Fixed nuget publish

v1.0.4

08 Nov 13:09
b3b7bf9
Compare
Choose a tag to compare

Fixed nuget workflow

v1.0.3

08 Nov 13:06
27dec4d
Compare
Choose a tag to compare

Fixed nuget publish

v1.0.2

08 Nov 13:04
786ed16
Compare
Choose a tag to compare

Fixed publish nuget when creating a new release.

v1.0.1

08 Nov 13:01
4cdb5eb
Compare
Choose a tag to compare

Initial release.

Full Changelog: v1.0.0...v1.0.1