Skip to content

Releases: mnkiefer/html2notebook

v1.2.1

27 Jun 06:34
b62e77e

Choose a tag to compare

Added

  • Added repository info to package.json

Fixed

  • Missing compiled lib/

v1.2.0

27 Jun 06:02
39aeea8

Choose a tag to compare

Added

  • Added notebook configuration option replaceNode()

Removed

  • Removed notebook configuration option getTextCells()

Changed

  • Migrated source code to Typescript
  • Renamed notebook configuration option html2data() to html2cells()
  • Renamed notebook configuration option data2notebook() to cells2notebook()

v1.1.0

21 Jun 10:58
2a86bc8

Choose a tag to compare

Fixed

  • Properly prepend user-defined styles to text-type notebook cells

Changed

  • Start a new cell if cell type has changed and on every code cell
  • Allow text cells matching only whitespace characters to be appended

Removed

  • Removed dependencies typescript, typedoc

v1.0.0

20 Jun 20:26
8254dcd

Choose a tag to compare

  • Initial code base