Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Feature: Add support for parsing embed URLs for images.

[0.3.0] - 2021-02-20

Added

  • Feature: Added support for parsing ink drawings.

Changed

  • BREAKING: Renamed Outline::items_level to Outline::child_level for consistency
  • Internal: Reorganized the OneNote parser code for more consistency

Fixed

[0.2.1] - 2020-10-27

Changed

  • Removed some debug output.
  • Added a test suite.

[0.2.0] - 2020-10-24

Changed

  • Reorganized the public API.