Releases: Fryuni/inox-tools
@inox-tools/[email protected]
Patch Changes
- 1066b82: Fixes incorrect virtual module imports when Content Utils is only a transitive dependency of the root project.
@inox-tools/[email protected]
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 thesrc/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]
Patch Changes
-
21391cf: Add methods to read binary files using a test fixture.
The existing
readFile
andreadSrcFile
methods retain their behavior, reading files as strings,
but now also accept an optionalencoding
parameter to change how the file is decoded into a string.Two new methods,
readFileAsBuffer
andreadSrcFileAsBuffer
mirror the existingreadFile
andreadSrcFile
methods,
but return aBuffer
object containing the raw bytes read from the file.
@inox-tools/[email protected]
Minor Changes
- 2e64078: Use stable Astro APIs
@inox-tools/[email protected]
Patch Changes
- 91120ab: Expand Starlight compatibility range
@inox-tools/[email protected]
@inox-tools/[email protected]
Minor Changes
- 86edf1c: Allow file edits and resets to create and delete files in the source code
@inox-tools/[email protected]
Patch Changes
- 094efca: Fixes Response type name collision
@inox-tools/[email protected]
Patch Changes
- Updated dependencies [094efca]
- @inox-tools/[email protected]
@inox-tools/[email protected]
Patch Changes
- @inox-tools/[email protected]