Skip to content

Latest commit

 

History

History
208 lines (111 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

208 lines (111 loc) · 11.7 KB

2.1.0 (2021-03-18)

Bug Fixes

  • refactor EventLoopYielder (89a5933)
  • scopesByFenceName type (80749db)

Features

  • pass optional configuration to purifier (f4e064a)
  • use more robust tree-sitter highlighter variation (fc6b190)

2.0.0 (2021-02-04)

Bug Fixes

Features

  • include utils functions in the package (3d1999f)

Performance Improvements

  • build modules in separate folders (a7e069f)

BREAKING CHANGES

  • output files paths (see readme)

1.6.0 (2020-10-12)

Bug Fixes

Features

  • highlight function (87aa6e1)
  • seprate done function from editorTokenized (6896dee)

1.5.1 (2020-10-11)

Bug Fixes

  • use firstElementChild instead of firstChild (a135943)

1.5.0 (2020-10-09)

Features

1.4.1 (2020-10-08)

Bug Fixes

  • files to be included in the pack (8153c23)

1.4.0 (2020-10-08)

Bug Fixes

  • fix renderer in the readme (8077adb)
  • getNextUpdatePromise type for text editor (cdc677d)
  • HTMLPreElement type (8d6deab)
  • optional chaining for setting innerHTML of line2 (4fa1e1a)
  • use in instead of checking the value directly (d48303b)

Features

  • add es modules bundle (b001cad)
  • add LanguageMode and TextBuffer types (f6bbb42)
  • add TextMateLanguageMode types (f7c1cd5)
  • fix types for renderer.ts (b91633a)
  • onDidTokenize type (043c406)
  • rename to typescript (ac3cd38)
  • set grammar using its buffer (411748a)
  • use typescript (bcf9d64)

1.3.4 (2020-10-08)

Bug Fixes

1.3.3 (2020-09-23)

Bug Fixes

1.3.2 (2020-08-12)

Bug Fixes

1.3.1 (2020-07-21)

Bug Fixes

  • fix the service by returning {render} object (afe0712)

1.3.0 (2020-07-17)

Bug Fixes

Features

  • Merge pull request #29 from atom-ide-community/atomic-packages (21683a3)

1.2.4 (2020-04-13)

Bug Fixes

  • activation hook to improve the loading time by deferring it (85172b7)

1.2.3 (2019-06-24)

Bug Fixes

  • upgrade additional build packages (42e995c)

1.2.2 (2019-06-21)

Bug Fixes

1.2.1 (2019-06-19)

Bug Fixes

1.2.0 (2019-04-18)

Features

  • typing and documentation added (4e7f229)
  • use async/await and default grammar if not set on code section (d01b00e)

1.1.2 (2019-04-08)

Bug Fixes

  • line break at line 80 in code snippets (859d265)

1.1.1 (2019-03-21)

Bug Fixes

  • error handling, removed obsolete token handling (523576a)

1.1.0 (2019-03-18)

Features

  • add request token to align request with responses (0788730)

1.0.1 (2019-03-18)

Bug Fixes

  • improve promise handling (ab3d655)

1.0.0 (2019-03-17)

Features

0.1.0 - First Release

  • Every feature added
  • Every bug fixed