Skip to content

Releases: rasendubi/uniorg

[email protected]

14 Nov 14:36
3b4d46a
Compare
Choose a tag to compare

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]

14 Nov 14:37
3b4d46a
Compare
Choose a tag to compare

Patch Changes

[email protected]

14 Nov 17:34
Compare
Choose a tag to compare

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]

14 Nov 14:37
3b4d46a
Compare
Choose a tag to compare

Patch Changes

@uniorgjs/[email protected]

14 Nov 14:37
3b4d46a
Compare
Choose a tag to compare

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]

14 Nov 17:34
Compare
Choose a tag to compare

Patch Changes

[email protected]

02 Nov 18:16
3ee16b8
Compare
Choose a tag to compare

Minor Changes

  • #91 041eb97 Thanks @venikx! - Add support for switches and parameters in src-blocks.

@uniorgjs/[email protected]

02 Nov 18:16
3ee16b8
Compare
Choose a tag to compare

Patch Changes

[email protected]

09 Sep 09:00
c47bbd1
Compare
Choose a tag to compare

Major Changes

[email protected]

24 Aug 13:06
cb0709d
Compare
Choose a tag to compare

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.