v0.14.0
Den v0.14.0
Den now standing on its own.
Highlights
Den is now a zero dependencies library
Migration path: #335. Den no longer depends on flake-aspects, so you can remove that input from your projects.
Versioned documentation
Each release has its own documentation snapshot accessible at https://den.oeiuwq.com/<tag>, including the
latest tag. Note that they are snapshots of the full documentation site at that release point, so the navbar is what it was at that version.
Forward class intoPath can access module args
See the example by @Damnjelly at #342
Den standalone: templates/nvf-standalone
This example is about using Den aspects to configure things without NixOS / nix-Darwin OS pipeline.
What's Changed
- feat(ci): Add benchmark to PRs by @vic in #316
- feat(homes): Support standalone HM without existing host by @vic in #318
- feat(core): better error message on non-mergable flake outputs by @vic in #319
- feat(homes): Support home context on den._.mutual-provider by @vic in #320
- fix(ci): benchmark compare head against base by @vic in #321
- docs: host-specific standalone homes by @musjj in #323
- feat(template): NVF Standalone showing Den custom confs by @vic in #324
- fix(class): Test top-level forward allows multiple aspects by @vic in #325
- docs: fix broken link to nvf-standalone tutorial, typos by @kriswilk in #332
- fix(template): update default template to use mutual-providers by @vic in #337
- Revert "fix(template): update default template to use mutual-providers" by @vic in #338
- fix(template): update default template to use mutual-providers by @vic in #339
- improve(core): Remove flake-aspects dependency and code cleanup. by @vic in #335
- Fix typo in schema.mdx from 'hardedned' to 'hardened' by @drupol in #343
- feat(core): support functionArgs in IntoPath by @Damnjelly in #342
New Contributors
- @kriswilk made their first contribution in #332
- @Damnjelly made their first contribution in #342
Full Changelog: v0.13.0...v0.14.0