Skip to content

Releases: foldright/bash-buddy

🚼 v0.3.3 Bash Buddy(aka. BaBy)

18 Jul 12:22
Compare
Choose a tag to compare

🍀 Features

  • add new function cu::print_calling_command_line
  • add new function jvu::switch_to_jdk

🛠️ Improvement

  • cu::log_then_run use cu::print_calling_command_line to print command line
  • split java_utils.sh
  • reanme java_build_utils.sh -> maven_utils.sh

🚀 This version has been used in projects

🚼 v0.3.2 Bash Buddy(aka. BaBy)

13 Jul 05:18
Compare
Choose a tag to compare

🚼 v0.3.1 Bash Buddy(aka. BaBy)

08 Apr 19:33
Compare
Choose a tag to compare

Refactor/Style

  • rename local var
  • modify output message of prepare_jdks::prepare_jdks

Documentation

  • improve documents

this version have been used in

🚼 v0.3.0 Bash Buddy(aka. BaBy)

28 Mar 18:52
Compare
Choose a tag to compare

Features

  • add functions
    • cu::version_le
    • cu::version_gt
    • cu::is_version_match
    • cu::get_oldest_version_match
    • rename cu::get_latest_version to cu::get_latest_version_match
  • prepare_jdks::switch_to_jdk support verbose and prepare mode

Documentation

  • improve README.md
  • use word begin instead of start to correspond to end

Fix

  • trap_error_info.sh: fix stack_trace unbound variable
  • java_build_utils.sh: add the missing namespace for function

Refactor

  • use [[]] instead of [] for combined condition

this version have been used in

🚼 v0.2.1 Bash Buddy(aka. BaBy)

10 Mar 16:06
Compare
Choose a tag to compare

Features

  • common_utils.sh: add func cu::is_blank_string
  • prepare_jdks::switch_to_jdk: ignore if  java home validation of env var JDKx_HOME and switch target directory failed, instead die
  • add templates

Documentation

  • add tool/lib docs in README.md

Refactor

  • java_build_utils.sh:
    • prefix inner var with _
    • add FIXME comments

Style

  • move/add api function doc description to file head

this version have been used in

🚼 v0.2.0 Bash Buddy(aka. BaBy)

07 Mar 03:40
Compare
Choose a tag to compare

Features

  • prepare_jdks.sh: smart prepare_jdks::switch_to_jdk
  • common_utils.sh: add new function cu::get_latest_version
  • java_build_utils.sh: add func jvb::get_mvn_local_repository_dir
  • add argument count check for api functions

Fix

  • remove executable bit of trap_error_info.sh
  • output additional info to stderr

Refactor

  • prepare_jdks.sh: use += operator instead of = for array append
  • prepare_jdks.sh: use [[ for combined conditions instead [

Documentation

  • add tool/lib docs in README.md

Style

  • set indent size to 2 for shell scripts

this version have been used in

🚼 v0.1.1 Bash Buddy(aka. BaBy)

🚼 v0.1.0: first release of Bash Buddy(aka. BaBy)

12 Feb 19:33
Compare
Choose a tag to compare