PackageTrack
Sign in Get early access

github.com/yassinebenaid/bunster

v0.14.0 #537 most downloaded on Go modules yassinebenaid/bunster

What this package is like to depend on

Last release 3 months ago

28 Apr 2026

Ships unpredictably

gaps range from 8 days to 8 months

Some releases are documented

notes for 8 of 15 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

28 releases · first in 2024

1 release in the last 12 months

see the full history below

Release timeline

28 releases · Dec 2024 to Apr 2026
2025 2026
Release Pre-release

Releases

latest 28
  1. v0.14.1-0.20260428171626-e6cacb463fac 28 Apr 2026 pre-release

    Nothing published for this version

  2. v0.14.1-0.20250825092040-b1386f675f17 25 Aug 2025 pre-release

    Nothing published for this version

  3. v0.14.1-0.20250824162747-b3fb325f1401 24 Aug 2025 pre-release

    Nothing published for this version

  4. v0.14.0 30 Jul 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.13.0...v0.14.0

    Open source →
  5. v0.13.0 29 Apr 2025
    Release notes

    What's Changed

    • Allow using break and continue within nested scopes.
    • Add builtin flags parser. learn more
    • Support return keyword.
    • Support unset builtin command.
    • Support indexed arrays.

    full changelog

    New Contributors

    Full Changelog: v0.12.1...v0.13.0

    Open source →
  6. v0.12.1 11 Apr 2025
    Release notes

    This release does not change the content. the action job of release v0.12.0 has failed. and docker images has not been published. that is what this release solves.

    Full Changelog: v0.12.0...v0.12.1

    Open source →
  7. v0.12.0 11 Apr 2025
    Release notes

    What's Changed

    • Add a package manager 🎉. now you can share and consume modules as libraries. learn more
      bunster get github.com/yassinebenaid/hello-bunster@684da09acea05d9351c4c61d4296bc696f729533
    • Add support for the case..in statement. learn more
      case foo in 
         fo*) echo foobar;;
         *) echo baz;;
      esac
    • Support parameter expansion (eg. ${var:-word}...)
    • New builtin commands: cd, pwd, which, exit
    • Fix bug that causes single quotes to break the parser.
    • Fix redirections on functions does not get inherited

    Full Changelog

    Full Changelog: v0.11.0...v0.12.0

    Open source →
  8. v0.11.1-0.20250323102328-4a2b6e85193a 23 Mar 2025 pre-release

    Nothing published for this version

  9. v0.11.0 22 Mar 2025
    Release notes

    What's Changed

    • support modules, you can distribute your code across files. lear more
    • support arithmetic expressions $(()), (()) and let. lear more
    • fix bugs in embedding
    • fix bugs in pipelines

    Full changelog

    Full Changelog: v0.10.0...v0.11.0

    Open source →
  10. v0.10.0 13 Mar 2025
    Release notes

    New Features

    • Add support for conditional expressions and commands.
    test -v var
    [ -t 1 ]
    [[  10 -gt 20 ]]
    • Support static file embedding
    @embed main.js
    
    embed cat main.js | node
    embed ls .
    • Support defer keyword for deferring the execution of a command or group of commands
    defer echo foo
    defer {
        echo bar
    }
    
    defer ( 
        echo baz
    )
    • Support shift builtin command for shifting positional arguments
    • Support UTF-8 encoding
    echo "雷卷是一个好程序员!"
    • Bunster is now available on nixpkgs. Special thanks to @yunz-dev ❤️

    Bug fixes

    • fix command substitution causes the entire program to exit when the status is non zero.
    • fix a panic when too many commands are present in loops header

    Full Changelog

    Full Changelog: v0.9.0...v0.10.0

    Open source →
  11. v0.9.1-0.20250223150204-14b05b232fd8 23 Feb 2025 pre-release

    Nothing published for this version

  12. v0.9.0 23 Feb 2025
    Release notes

    New Features

    • support for loop
    • support local keyword for declaring local variables
    • support export keyword for declaring exported variables
    • support loadenv builtin command to load variables from .env files
    • support true and false builtin commands

    Chanelog

    New Contributors

    Full Changelog: v0.8.0...v0.9.0

    Open source →
  13. v0.8.0 06 Feb 2025
    Release notes

    New Features

    • Add functions support
    • Support background commands ('&')
    • Support status inversion (! command)
    • Support *and @ special variables

    Changelog

    New Contributors

    Full Changelog: v0.7.1...v0.8.0

    Open source →
  14. v0.8.0-pre2 06 Feb 2025 pre-release
    Release notes

    Full Changelog: v0.8.0-pre...v0.8.0-pre2

    Open source →
  15. v0.8.0-pre 06 Feb 2025 pre-release
    Release notes

    New Features

    • Add functions support
    • Support background commands ('&')
    • Support status inversion (! command)
    • Support *and @ special variables

    Changelog

    New Contributors

    Full Changelog: v0.7.1...v0.8.0-pre

    Open source →
  16. v0.7.1 25 Jan 2025

    Nothing published for this version

  17. v0.7.1-0.20250125083528-59dff22d16a6 25 Jan 2025 pre-release

    Nothing published for this version

  18. v0.7.1-0.20250117111152-04a16750a007 17 Jan 2025 pre-release

    Nothing published for this version

  19. v0.7.1-0.20250115200251-faeb030f3ea6 15 Jan 2025 pre-release

    Nothing published for this version

  20. v0.7.0 15 Jan 2025

    Nothing published for this version

  21. v0.6.0 04 Jan 2025

    Nothing published for this version

  22. v0.5.1-0.20250103064752-ace8e3b8fc19 03 Jan 2025 pre-release

    Nothing published for this version

  23. v0.5.1-0.20250102191924-ab259ab607f4 02 Jan 2025 pre-release

    Nothing published for this version

  24. v0.5.0 01 Jan 2025

    Nothing published for this version

  25. v0.4.0 29 Dec 2024

    Nothing published for this version

  26. v0.3.0 17 Dec 2024

    Nothing published for this version

  27. v0.2.0 08 Dec 2024

    Nothing published for this version

  28. v0.0.0-20241217141502-f0df89fa54cd 17 Dec 2024 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive