Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@HussainTaj-W HussainTaj-W released this 07 Jun 19:33
· 302 commits to main since this release

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

Full Changelog: v1.1.0...v2.0.0