Skip to content

Releases: nartc/notion-stuff

Release 6.0.0

01 Apr 04:54
Compare
Choose a tag to compare

6.0.0 (2022-04-01)

⚠ BREAKING CHANGES

  • repo: @notionhq/client has been updated to 1.0.0

Features

  • repo: update notion client to 1.0.0 (497a88f)

Bug Fixes

  • html: only set mdToHtmlOptions.highlight if not already passed in (0349311), closes #11
  • markdown: adjust markdown parser type for 1.0.0 (3163924)
  • scully: adjust scully plugin type for 1.0.0 (cb462da)
  • v4-types: add PostResult (f15c938)

Documentations

Release 5.1.0

26 Dec 02:45
Compare
Choose a tag to compare

5.1.0 (2021-12-26)

Features

  • html: render nested markdown in html blocks (3e0f241)

Release 5.0.0

25 Dec 03:36
Compare
Choose a tag to compare

5.0.0 (2021-12-25)

⚠ BREAKING CHANGES

  • v4-types: - 0.4.11 adds aliases that do not conform with other existing aliases in QueryResult type leading to
    breaking changes

Features

  • v4-types: update 0.4.11 (caf4b59)

Release 4.0.0

11 Nov 03:17
Compare
Choose a tag to compare

4.0.0 (2021-11-11)

⚠ BREAKING CHANGES

  • html: - Marked 4 no longer provides default import
  • v4-types: - Update notionhq/client to 0.4.6

Features

  • html: adapt to Marked 4 (ad8f1fe)
  • markdown: update notionhq/client 0.4.6 (66c8f64)
  • scully: update notionhq/client 0.4.6 (cb7fc51)
  • v4-types: add Column and ColumnList (009ebaa), closes #8

Release 3.2.0

28 Oct 14:25
Compare
Choose a tag to compare

3.2.0 (2021-10-28)

Features

  • markdown: add support for empty paragraph with non-breaking space (4531ae0)

Cleanup

Documentations

Release 3.1.3

21 Oct 15:58
Compare
Choose a tag to compare

3.1.3 (2021-10-21)

Bug Fixes

  • html: handle undefined language param (#2) (a77409a)

Documentations

Release 3.1.2

21 Oct 01:52
Compare
Choose a tag to compare

3.1.2 (2021-10-21)

Bug Fixes

  • scully: null check cover and icon before processing (c034ef6)

Release 3.1.1

21 Oct 01:28
Compare
Choose a tag to compare

3.1.1 (2021-10-21)

Bug Fixes

  • scully: ensure to get the plugin options after plugin has been registered (4e9571e)

Release 3.1.0

20 Oct 17:48
Compare
Choose a tag to compare

3.1.0 (2021-10-20)

Features

Release 3.0.0

20 Oct 17:38
Compare
Choose a tag to compare

3.0.0 (2021-10-20)

⚠ BREAKING CHANGES

  • scully: - NotionPluginOptions -> NotionDomPluginOptions

Features

  • html: expose MarkdownParser (600ed9c)
  • markdown: support Divider now (37116e7)
  • scully: support icon, cover, and more customization for Page Properties (2b9e1ac)

Bug Fixes

  • v4-types: widen file type for cover (26868bc)

Documentations

  • scully: add info about database column naming conversion/convention (#1) (c52b178)