This release will allow you to keep your data in different files without needing to refer to it inside the code.
You can use the (( include related.yml ))
syntax inside the main data.yml file. This will copy data from related YAMLcode during runtime in dev and during build in production.
We get the ease of separating our data into multiple files while still keeping the code and data mostly uncoupled.
What's Changed
- feat: use import-yaml plugin and refactor code by @HussainTaj-W in #11
Full Changelog: v1.1.0...v2.0.0