aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.0.0-alpha.7Libravatar Titus Wormer2023-02-101-1/+1
|
* Add `log` feature, document featuresLibravatar Titus Wormer2023-02-101-0/+1
|
* Move `log` to optional dependenciesLibravatar pinkforest(she/her)2023-02-101-1/+1
| | | Closes GH-48.
* Remove `json` from default featuresLibravatar pinkforest(she/her)2023-02-061-1/+1
| | | | | | Closes GH-47. Closes GH-49. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
* Fix to add `features: 'derive'` for serdeLibravatar Kyle McCarthy2023-02-061-1/+1
| | | | | | | | | Related-to: GH-10. Related-to: GH-30. Related-to: GH-37. Closes GH-44. Closes GH-45. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
* 1.0.0-alpha.6Libravatar Titus Wormer2023-01-311-1/+1
|
* Update dev-dependenciesLibravatar Titus Wormer2023-01-311-1/+1
|
* Add support for serializing trees as JSONLibravatar Kyle McCarthy2023-01-031-0/+6
| | | | | | | | | This adds support for serializing the mdast syntax tree as JSON, with serde, through a feature. Closes GH-10. Related-to GH-30. Closes GH-37.
* 1.0.0-alpha.5Libravatar Titus Wormer2022-12-131-1/+1
|
* Update dev-dependenciesLibravatar Titus Wormer2022-12-131-1/+1
|
* Replace build script with private crateLibravatar Titus Wormer2022-12-131-5/+2
| | | | | Closes GH-34. Closes GH-35.
* 1.0.0-alpha.4Libravatar Titus Wormer2022-11-251-1/+1
|
* Update dev-dependencyLibravatar Titus Wormer2022-11-251-1/+1
|
* Remove unneeded testsLibravatar Titus Wormer2022-11-251-6/+6
|
* 1.0.0-alpha.3Libravatar Titus Wormer2022-10-261-1/+1
|
* 1.0.0-alpha.2Libravatar Titus Wormer2022-10-251-1/+1
|
* Update description in `Cargo.toml`Libravatar Titus Wormer2022-10-141-1/+1
|
* 1.0.0-alpha.1Libravatar Titus Wormer2022-10-141-1/+1
|
* Add `path` to bench in `Cargo.toml`Libravatar Titus Wormer2022-10-141-0/+1
|
* Remove `publish: false` from `Cargo.toml`Libravatar Titus Wormer2022-10-141-1/+0
|
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-3/+3
|
* Add internals to compile JSX away (wip)Libravatar Titus Wormer2022-10-121-0/+1
|
* Add support for rewriting JSXLibravatar Titus Wormer2022-10-051-1/+2
|
* Add support for turning hast into swcLibravatar Titus Wormer2022-09-301-0/+1
|
* Update dev-dependenciesLibravatar Titus Wormer2022-09-291-3/+3
|
* Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer2022-09-191-1/+4
| | | | | | | | | | | | | | | | This commit adds support for hooks that lets a user integrate another parser with `micromark-rs`, to parse ESM and expressions according to a particular grammar (such as a programming language, typically JavaScript). For an example integrating with SWC, see `tests/test_utils/mod.rs`. The integration occurs with two functions passed in `options`: `mdx_expression_parse` and `mdx_esm_parse`. The can signal back to micromark when they are successful, whether there is an error at the end (in which case micromark will try to parse more), or whether there is a syntax error (in which case micromark will crash).
* Add support for unicode identifiers in JSXLibravatar Titus Wormer2022-09-071-0/+2
|
* Refactor to loosen ranges in `Cargo.toml`Libravatar Titus Wormer2022-08-191-3/+3
|
* Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer2022-08-181-0/+1
|
* Fix misclassified dependencyLibravatar Titus Wormer2022-07-261-1/+1
|
* Add a benchmarkLibravatar Titus Wormer2022-07-181-0/+7
|
* Add all commonmark testsLibravatar Titus Wormer2022-07-151-0/+1
|
* Use Rust to crawl unicodeLibravatar Titus Wormer2022-07-041-2/+6
|
* .Libravatar Titus Wormer2022-06-081-0/+18