2.1.0 (2021-03-18)
- pass optional configuration to purifier (f4e064a)
- use more robust tree-sitter highlighter variation (fc6b190)
2.0.0 (2021-02-04)
- include utils functions in the package (3d1999f)
- build modules in separate folders (a7e069f)
- output files paths (see readme)
1.6.0 (2020-10-12)
- don't create unncessary elements (9341d16)
- pass scopeName directly to highlight function (42e50e9)
- remove unncessary TextEditorElement style setting (fe6c88b)
- sanitize in our code (3c0f470), closes /github.com/atom-ide-community/atom-ide-markdown-service/pull/35/files#r503025236
- use Array.from instead of slice.call to convert querySelectorAll output to Array (0527bc6)
- use callbacks to assing the marked output (6c1cd2f)
- use setOptions to set marked options (e07d322)
1.5.1 (2020-10-11)
- use firstElementChild instead of firstChild (a135943)
1.5.0 (2020-10-09)
- add cjs module build (6f4e360)
1.4.1 (2020-10-08)
- files to be included in the pack (8153c23)
1.4.0 (2020-10-08)
- 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)
- 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)
- bump (7cc480f)
1.3.3 (2020-09-23)
- bump (e6f45bd)
- remove workaround for escaping doctype (c8936b8), closes /github.com/markedjs/marked/issues/354#issuecomment-697489034
1.3.2 (2020-08-12)
- bump (3ffb1d1)
1.3.1 (2020-07-21)
- fix the service by returning {render} object (afe0712)
1.3.0 (2020-07-17)
- enable build-commit (f65d80d)
- npm run format (0302f71)
- renderer use optional chaining (174d012)
- use rolled up bundle (83df123)
- utils (a63eda2)
1.2.4 (2020-04-13)
- activation hook to improve the loading time by deferring it (85172b7)
1.2.3 (2019-06-24)
- upgrade additional build packages (42e995c)
1.2.2 (2019-06-21)
- grammar name handling (0a9106b)
1.2.1 (2019-06-19)
- upgrade packages (ef5e4c1)
1.2.0 (2019-04-18)
- typing and documentation added (4e7f229)
- use async/await and default grammar if not set on code section (d01b00e)
1.1.2 (2019-04-08)
- line break at line 80 in code snippets (859d265)
1.1.1 (2019-03-21)
- error handling, removed obsolete token handling (523576a)
1.1.0 (2019-03-18)
- add request token to align request with responses (0788730)
1.0.1 (2019-03-18)
- improve promise handling (ab3d655)
- initial release (f4635dc)
- Every feature added
- Every bug fixed