Skip to content

Releases: nix-community/bun2nix

1.4.2

28 Apr 20:52
de4b7ca

Choose a tag to compare

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

  • @gytic made their first contribution in #11

Full Changelog: 1.4.1...1.4.2

1.4.1

21 Apr 21:51
1a8edb8

Choose a tag to compare

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

  • Performance & Size optimisations by @baileyluTCD in #7
  • Docs pass by @baileyluTCD in #8

Full Changelog: 1.4.0...1.4.1

1.4.0

20 Apr 21:05
34ce308

Choose a tag to compare

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

20 Apr 21:02
7a3c211

Choose a tag to compare

Begin tracking major versions with github tags to make using as a fixed library with breaking changes easier

What's Changed

New Contributors

Full Changelog: https://github.com/baileyluTCD/bun2nix/commits/1.3.1