Skip to content

Tags: synac-chat/pulldown-cmark

Tags

v0.1.0

Bump version to 0.1.0

Moving off the 0.0 series is essential for semver to be effective.

Closes pulldown-cmark#76

v0.0.15

Merge pull request pulldown-cmark#21 from google/issue20

End footnote definition with one blank line.

v0.0.14

Merge pull request pulldown-cmark#61 from GuillaumeGomez/rustbuild

Add rustc_private feature as well

v0.0.13

Merge pull request pulldown-cmark#60 from GuillaumeGomez/rustbuild

Put the correct feature

v0.0.12

Merge pull request pulldown-cmark#59 from GuillaumeGomez/rust-build-s…

…ystem-compliant

Make pulldown-cmark library rustc build system compliant

v0.0.11

Remove unwanted conditional compilation

v0.0.10

Merge pull request pulldown-cmark#48 from GuillaumeGomez/full-html-spec

Full html spec

v0.0.9

Fix compile error for rust 1.14

Newer rust doesn't need so much 'static in constants, but 1.14 does.

v0.0.8

Fix off-by-one error in link ref scanning

In a link ref such as [`a`], it would jump one past the close of the
inline code and thus miss the closing bracket.

Also update bitflags version.

Fixes issue pulldown-cmark#18. Published as version 0.0.8.

v0.0.7

Update version to 0.0.7

Push new version to fix footnote flag.