Releases: rasendubi/uniorg
[email protected]
Patch Changes
-
#94
e71a8a8
Thanks @rasendubi! - Upgrade dependencies.Most notably, this upgrades vfile version. This does not change the code and the old code should continue working. But it might break the types so you might need to upgrade vfile version as well (if you're manipulating vfiles directly).
-
Updated dependencies [
e71a8a8
]:
[email protected]
Patch Changes
-
#94
e71a8a8
Thanks @rasendubi! - Upgrade dependencies.Most notably, this upgrades vfile version. This does not change the code and the old code should continue working. But it might break the types so you might need to upgrade vfile version as well (if you're manipulating vfiles directly).
-
Updated dependencies [
e71a8a8
]:
[email protected]
Minor Changes
-
#96
2ec17b8
Thanks @rasendubi! - Support Astro Content Collections.astro-org now supports Astro's Content Collections. You can simply drop org files to
src/collections/*/
directories and it should work.
[email protected]
Patch Changes
-
#94
e71a8a8
Thanks @rasendubi! - Upgrade dependencies.Most notably, this upgrades vfile version. This does not change the code and the old code should continue working. But it might break the types so you might need to upgrade vfile version as well (if you're manipulating vfiles directly).
-
Updated dependencies [
e71a8a8
]:
@uniorgjs/[email protected]
Patch Changes
-
#94
e71a8a8
Thanks @rasendubi! - Upgrade dependencies.Most notably, this upgrades vfile version. This does not change the code and the old code should continue working. But it might break the types so you might need to upgrade vfile version as well (if you're manipulating vfiles directly).
-
Updated dependencies [
e71a8a8
]:
@uniorgjs/[email protected]
Patch Changes
-
#96
2ec17b8
Thanks @rasendubi! - Support Astro Content Collections.astro-org now supports Astro's Content Collections. You can simply drop org files to
src/collections/*/
directories and it should work. -
Updated dependencies [
2ec17b8
]:
[email protected]
@uniorgjs/[email protected]
Patch Changes
- Updated dependencies [
041eb97
]:
[email protected]
Major Changes
- #89
08563bc
Thanks @rasendubi! - Astro v3 support
[email protected]
Patch Changes
-
#84
6c1d090
Thanks @rasendubi! - Prevent crash when export-block has unexpected parameters.When export-block was provided unexpected parameters, uniorg has thrown an exception and stopped parsing. org-element fails to parse export-block backend but otherwise continues to parse. We replicate the same behavior in Uniorg now.
Fixes #83.