Releases: CollierCZ/markdoc-svelte
Releases · CollierCZ/markdoc-svelte
4.1.0
What's Changed
- ✨ Add IDs to headings by @CollierCZ in #24
- 🏷️ Add types for test configs by @CollierCZ in #26
- 🐛 Fix import of Tag by @CollierCZ in #27
Full Changelog: 4.0.0...4.1.0
4.0.0
Added the ability to generate IDs for headings, whether through the new default method or a custom method passed through config.
What's Changed
- 📦 Exclude test files from the built output by @Greenheart in #23
- ⬆️ Add Vite 7 as a peer dependency by @Greenheart in #22
- 🔥 Remove explicit SvelteKit type imports by @Greenheart in #19
- ✨ Add IDs to headings by @CollierCZ in #24
New Contributors
- @Greenheart made their first contribution in #23
Full Changelog: 3.0.0...4.0.0
3.0.0
Major refactoring of how the processor works. Now handles most scenarios better. Renamed the function and removed helper functions that were no longer necessary.
Much of the work done by @hugentobler
What's Changed
- ✨ Improve defaults, error handling, and importing by @CollierCZ in #13
- ✅ Get tests working and comprehensive by @CollierCZ in #16
- ✨ Collect and export headings by @CollierCZ in #17
Full Changelog: 2.0.1...3.0.0
Initial release
Initial release with basic function. Can parse basic Markdoc with no schema definition. Not guaranteed to parse everything correctly.