All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. The format is based on Keep a Changelog.
- Added repository info to
package.json
- Missing compiled
lib/
- Added notebook configuration option
replaceNode()
- Removed notebook configuration option
getTextCells()
- Migrated source code to Typescript
- Renamed notebook configuration option
html2data()
tohtml2cells()
- Renamed notebook configuration option
data2notebook()
tocells2notebook()
- Properly prepend user-defined styles to text-type notebook cells
- 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 dependencies
typescript
,typedoc
- Initial code base