Skip to content

Releases: Fryuni/inox-tools

@inox-tools/[email protected]

27 Mar 12:46
367e18d
Compare
Choose a tag to compare

Patch Changes

  • 1066b82: Fixes incorrect virtual module imports when Content Utils is only a transitive dependency of the root project.

@inox-tools/[email protected]

19 Mar 17:03
17d5b5b
Compare
Choose a tag to compare

Patch Changes

  • 828837c: Adds support for Git information associated with entries using Content Layer loaders instead of only legacy collections.
    Previously, git information was only available for collection entries made using the legacy behavior and only from the src/content directory.

    Now it is available for collection entries made from any loader that populates filePath referring to a file within the project tree (within the direction containing the Astro config file).

@inox-tools/[email protected]

19 Mar 17:03
17d5b5b
Compare
Choose a tag to compare

Patch Changes

  • 21391cf: Add methods to read binary files using a test fixture.

    The existing readFile and readSrcFile methods retain their behavior, reading files as strings,
    but now also accept an optional encoding parameter to change how the file is decoded into a string.

    Two new methods, readFileAsBuffer and readSrcFileAsBuffer mirror the existing readFile and readSrcFile methods,
    but return a Buffer object containing the raw bytes read from the file.

@inox-tools/[email protected]

27 Feb 16:33
81fa38d
Compare
Choose a tag to compare

Minor Changes

@inox-tools/[email protected]

09 Feb 08:35
1674a8c
Compare
Choose a tag to compare

Patch Changes

  • 91120ab: Expand Starlight compatibility range

@inox-tools/[email protected]

09 Feb 08:35
1674a8c
Compare
Choose a tag to compare

Minor Changes

  • 02f1df8: Add static only collection feature.

    Now users can pass staticOnlyCollections to the integration to make the entries of those integration not be shipped in the server bundle.

Patch Changes

  • 42eadc0: Add support for new content collections config file

@inox-tools/[email protected]

09 Feb 08:35
1674a8c
Compare
Choose a tag to compare

Minor Changes

  • 86edf1c: Allow file edits and resets to create and delete files in the source code

@inox-tools/[email protected]

31 Jan 14:50
d123ae2
Compare
Choose a tag to compare

Patch Changes

  • 094efca: Fixes Response type name collision

@inox-tools/[email protected]

31 Jan 14:50
d123ae2
Compare
Choose a tag to compare

Patch Changes

@inox-tools/[email protected]

31 Jan 14:50
d123ae2
Compare
Choose a tag to compare