v0.7.0
Breaking changes
The library has been restructured, there are completely new packages and the old @loom-io/fs is deprecated. Please switch to @loom-io/base-fs for a one-to-one replacement or combine the modules as needed. Have a look at the new documentation.
New
- Adapter can handle different storage systems and besides one for the filesystem there is also one for s3 and in-memory.
- Creating and writing files is now possible. You can also write JSON to json files or yml files if the jsonConvert or yamlConverter are not added by default.
- converters are not added by default to avoid unwanted dependencies.
What's Changed
- Restructure by @CordlessWool in #10
- Improve Test by @CordlessWool in #11
- Add function to write Buffer/String/JSON by @CordlessWool in #12
- Feature/base fs by @CordlessWool in #13
- prepare of release by @CordlessWool in #14
- Documentation by @CordlessWool in #15
Full Changelog: v0.6.0...v0.7.0