{"ecosystem":"cargo","package":"pulldown-cmark-escape","from_version":null,"to_version":null,"changes":[{"from_version":"v0.5.3","to_version":"v0.6.0","change_type":"breaking","description":"the `Event::HtmlBlock` and `Event::InlineHTML` event variants were removed. Inline HTML is now represented by regular HTML events.","migration_hint":null},{"from_version":"v0.5.3","to_version":"v0.6.0","change_type":"breaking","description":"the `get_offset` method on the parser was removed. Its semantics were poorly defined and only provided users with the start offset of the next event. To get proper source mapping information which includes the entire source range for each event, upgrade the `Parser` to an `OffsetIter` using the `into_offset_iter` method. This produces an iterator over `(Event, Range<usize>)` tuples.","migration_hint":null},{"from_version":"v0.5.3","to_version":"v0.6.0","change_type":"breaking","description":"the starting index of numbered lists is now represented by a `u64` instead of a `usize`.","migration_hint":null},{"from_version":"v0.5.3","to_version":"v0.6.0","change_type":"breaking","description":"`Event::Header(i32)` has been replaced by `Event::Heading(u32)`.","migration_hint":null},{"from_version":"v0.5.3","to_version":"v0.6.0","change_type":"breaking","description":"horizontal rules are now events, and no longer (empty) tags.","migration_hint":null},{"from_version":"v0.12.2","to_version":"v0.13.0","change_type":"breaking","description":"super and sub script support by @jim-taylor-business in https://github.com/pulldown-cmark/pulldown-cmark/pull/966","migration_hint":null},{"from_version":"v0.12.2","to_version":"v0.13.0","change_type":"breaking","description":"Implement extension WikiLinks; `Options::ENABLE_WIKILINKS` by @frostu8 in https://github.com/pulldown-cmark/pulldown-cmark/pull/991","migration_hint":null},{"from_version":"v0.11.2","to_version":"v0.12.0","change_type":"breaking","description":"Refactor TextMergeStream by @ollpu in https://github.com/pulldown-cmark/pulldown-cmark/pull/931","migration_hint":null},{"from_version":"v0.11.2","to_version":"v0.12.0","change_type":"breaking","description":"feat: re-add kind for BlockQuote in TagEnd by @Martin1887 in https://github.com/pulldown-cmark/pulldown-cmark/pull/940","migration_hint":null},{"from_version":"v0.11.0","to_version":"v0.11.1","change_type":"breaking","description":"Add BlockQuoteKind to BlockQuote TagEnd by @notriddle in https://github.com/pulldown-cmark/pulldown-cmark/pull/926 (reverted in v0.11.2)","migration_hint":null},{"from_version":"v0.10.3","to_version":"v0.11.0","change_type":"breaking","description":"Change `write_to_html` to allow `fmt::Write` by @stepantubanov in https://github.com/pulldown-cmark/pulldown-cmark/pull/870","migration_hint":null},{"from_version":"v0.9.6","to_version":"v0.10.0","change_type":"breaking","description":"feat!: metadata blocks. Fixes #580 by @Martin1887 in https://github.com/raphlinus/pulldown-cmark/pull/641","migration_hint":null},{"from_version":"v0.9.6","to_version":"v0.10.0","change_type":"breaking","description":"feat!: allow custom headings attributes with optional value. Fixes #634 by @Martin1887 in https://github.com/raphlinus/pulldown-cmark/pull/638","migration_hint":null},{"from_version":"v0.9.6","to_version":"v0.10.0","change_type":"breaking","description":"Make `html` and `escape` modules optional by @jfrimmel in https://github.com/raphlinus/pulldown-cmark/pull/519","migration_hint":null},{"from_version":"v0.9.6","to_version":"v0.10.0","change_type":"breaking","description":"feat: separate escape.rs in another crate by @Martin1887 in https://github.com/raphlinus/pulldown-cmark/pull/838","migration_hint":null},{"from_version":"v0.9.6","to_version":"v0.10.0","change_type":"breaking","description":"Allow dynamically generated header ids and classes by @SergioBenitez in https://github.com/raphlinus/pulldown-cmark/pull/614","migration_hint":null}],"total":16,"note":"Curated major-version breaking changes. Always verify against the package's official changelog before migrating.","_cache":"hit"}