Skip to content

Releases: bash-bastion/bash-utility

v0.4.0

15 Jan 07:03
v0.4.0
f3f5144
Compare
Choose a tag to compare

Breaking Changes

  • Convert to the MPL-2.0 license

Features

  • Add utility.cd_push and utility.cd_pop
  • Add utility.get_semver
  • Rename namespace from std to utility

v0.3.0

18 Jul 18:48
v0.3.0
30541ae
Compare
Choose a tag to compare

Features

Add printing functions for more categorical printing. Example:

$ std.fprint_info 'hookah' 'other'
Info (hookah): other

It automatically colors the output

v0.2.1

25 Jun 21:51
v0.2.1
5c4775e
Compare
Choose a tag to compare

Fixes

Properly package code to be consumed by Basalt

v0.2.0

25 Jun 21:47
v0.2.0
5651184
Compare
Choose a tag to compare

Features

Add std.shell_* functions to print shell-avalable content (like adding a directory to the PATH)

Miscellaneous

  • Improved documentation

v0.1.0

07 May 01:11
v0.1.0
5fb1bfb
Compare
Choose a tag to compare

Features

  • Function std.find_parent_file()
  • Function std.find_parent_dir()
  • Function std.should_output_color()
  • Function std.get_package_info()

Waring as this is the first release (and as it's before a stable v1), the API is bound to change