v0.12.0
Bracking changes
- Separate conversion of file content from file object:
jsonandstirngifyare removed from the file and the file must be passed directly to the parser. - Rename stringify function in converters to unify
- The
LoomFileConverterinterface is renamed toFileConverterand is exported by the new library@loom-io/converter. - The base package
@loom-io/base-fswill be removed because it is no longer useful.## New
New library
@loom-io/convert to combine several converters - https://loom-io.cotton-coding.com/converter/combined-converter.html
What's Changed
- update node version from 21 to 22 and add lts version to tests by @CordlessWool in #31
- Seperate Converter from file by @CordlessWool in #30
- add create function to each converter by @CordlessWool in #32
- Release/prepare for v0.12 by @CordlessWool in #33
Full Changelog: v0.11.0...v0.12.0