Releases: nix-community/bun2nix
Releases · nix-community/bun2nix
1.4.2
What's Changed
- fix(template): add nix build result to gitignore in nix templates by @gytic in #11
- Add a check to keep template tag versions up to date automatically by @baileyluTCD in #13
- Fix index.ts not resolving dependencies properly for templates by @baileyluTCD in #14
- Force template auto-update on download by @baileyluTCD in #16
- feat(template): add shell hook to sync bun dependencies by @gytic in #19
- Prepare 1.4.2 release by @baileyluTCD in #18
New Contributors
Full Changelog: 1.4.1...1.4.2
1.4.1
This patch brings a number of performance improvements, please see the pull request details for more.
Notably, a cache is no longer used at all, hence feel free to delete ~/.cache/bun2nix
What's Changed
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- Migrate to blueprint framework by @baileyluTCD in #5
- Introduce CI/CD and binary caching through garnix
- Refactor the majority of the nix code to expose a better API which hopefully follows more conventions and is easier to compose
- Repository wide formatting and testing
- Improved documentation with a dedicated github pages website
New Contributors
- @baileyluTCD made their first contribution in #5
Full Changelog: 1.3.1...1.4.0
1.3.1
Begin tracking major versions with github tags to make using as a fixed library with breaking changes easier
What's Changed
- Add buildFlags to default.nix by @negatethis in #4
New Contributors
- @negatethis made their first contribution in #4
Full Changelog: https://github.com/baileyluTCD/bun2nix/commits/1.3.1