Skip to content

Releases: nartc/notion-stuff

Release 2.4.0

18 Oct 03:03
Compare
Choose a tag to compare

2.4.0 (2021-10-18)

Features

  • markdown: add youtube video processor to process youtube url (6e4f99c)

Bug Fixes

  • markdown: change paragraph parser to have EOL before and after (2ab15c8)

Release 2.3.2

16 Oct 16:09
Compare
Choose a tag to compare

2.3.2 (2021-10-16)

Bug Fixes

  • html: coerce plain text language to none (ca9057a)

Release 2.3.1

16 Oct 15:41
Compare
Choose a tag to compare

2.3.1 (2021-10-16)

Bug Fixes

  • markdown: parse callout with div (50d0537)

Release 2.3.0

14 Oct 03:34
Compare
Choose a tag to compare

2.3.0 (2021-10-14)

Features

  • scully: instantiate a global notion instead (686dec7)

Release 2.2.2

14 Oct 03:18
Compare
Choose a tag to compare

2.2.2 (2021-10-14)

Bug Fixes

  • markdown: add EOL_MD to before blockquote (fcc90cf)

Release 2.2.1

13 Oct 15:29
Compare
Choose a tag to compare

2.2.1 (2021-10-13)

Documentations

  • update README for v4-types (69d7898)

Release 2.2.0

13 Oct 15:21
Compare
Choose a tag to compare

2.2.0 (2021-10-13)

Features

  • html: use v4-types and update to notion 0.4 (82bf4d7)
  • markdown: use v4-types and update to notion 0.4 (1431612)
  • scully: use v4-types and update to notion 0.4 (40c3e16)
  • v4-types: add v4-types (9806b41)

Release 2.1.1

03 Oct 16:19
Compare
Choose a tag to compare

2.1.1 (2021-10-03)

Bug Fixes

  • markdown: annotate text first before annotate link (0159038)

Release 2.1.0

02 Oct 04:58
Compare
Choose a tag to compare

2.1.0 (2021-10-02)

Features

  • markdown: add imageAsFigure to parser options to parse image as figure element (ffce05a)

Bug Fixes

  • html: use Partial for MarkdownParserOptions instead (0224a5e)

Release 2.0.5

02 Oct 04:09
Compare
Choose a tag to compare

2.0.5 (2021-10-02)

Bug Fixes

  • html: add codeTransformer to return correct template for correct highlighter (ef4a8fd)