Skip to content

Releases: sdorra/content-collections

@content-collections/core@0.7.1

20 Sep 12:49
b6ea6ac
Compare
Choose a tag to compare

Patch Changes

@content-collections/cli@0.1.4

20 Sep 12:49
b6ea6ac
Compare
Choose a tag to compare

Patch Changes

  • #317 9a7795d Thanks @sdorra! - Fix cli on node 22

  • Updated dependencies []:

    • @content-collections/integrations@0.2.0

@content-collections/mdx@0.1.5

12 Sep 06:52
bf7e925
Compare
Choose a tag to compare

Patch Changes

@content-collections/vite@0.2.2

05 Sep 13:47
0ece5f2
Compare
Choose a tag to compare

Patch Changes

@content-collections/solid-start@0.1.2

05 Sep 13:47
0ece5f2
Compare
Choose a tag to compare

Patch Changes

  • #269 6e9d41f Thanks @oscartbeaumont! - Fix build of solid-start apps, by generating the collections on the ssr phase instead of the server-fns phase.

@content-collections/next@0.2.1

05 Sep 13:47
0ece5f2
Compare
Choose a tag to compare

Patch Changes

@content-collections/mdx@0.1.4

05 Sep 13:47
0ece5f2
Compare
Choose a tag to compare

Patch Changes

  • 7a407f3 Thanks @sdorra! - Avoid regeneration of markdown or mdx if non relevant fields have changed

@content-collections/markdown@0.1.1

05 Sep 13:47
0ece5f2
Compare
Choose a tag to compare

Patch Changes

  • 7a407f3 Thanks @sdorra! - Avoid regeneration of markdown or mdx if non relevant fields have changed

@content-collections/integrations@0.2.0

05 Sep 13:47
0ece5f2
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@content-collections/core@0.7.0

05 Sep 13:47
0ece5f2
Compare
Choose a tag to compare

Minor Changes

  • #282 f8018f5 Thanks @sdorra! - Use smaller and faster glob libraries. Replace micromatch with picomatch and fast-glob with tinyglobby.

  • #200 207a3de Thanks @sdorra! - Rebuild on configuration changes

  • #290 486584b Thanks @sdorra! - Add a function to access sibling documents during transformation

  • a1dd55b Thanks @sdorra! - Add count of collections and documents to build output

Patch Changes

  • #237 53efa50 Thanks @sdorra! - Fix usage of typescript aliases in configuration

  • fa4f9dc Thanks @sdorra! - Improve performance by transforming documents in parallel. This change should ensure that the document transformation process runs 3 to 5 times faster.