Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

1.26.0

Compare
Choose a tag to compare
@pascalandy pascalandy released this 02 May 23:23
· 47 commits to master since this release

What's Changed

Full Changelog: firepress-org/bashlava@1.25.0...1.26.0

  • UX improvement: prompts the user to see ci() within pr(), mrg()
  • Improve UX: Warning messages
  • Preparation to rename Apps that are Conditions /comments
  • Rename condition / Condition_No_Commits_Must_Be_Pending < App_No_Commits_Pending
  • rename: Condition_Apps_Must_Be_Installed << App_Check_Required_Apps
  • rename: Condition_Version_Must_Be_Valid << App_Is_Version_Syntax_Valid
  • Condition_Branch_Must_Be_Edge << App_Is_edge
  • rename: Condition_Attr_2_Must_Be_Provided << App_Is_input_2_Provided
  • rename Condition_Attr_2_Must_Be_Empty << App_input_2_Is_Empty_As_It_Should
  • rename: Condition_Attr_3_Must_Be_Provided << App_Is_input_3_Provided
  • rename: Condition_Attr_3_Must_Be_Empty << App_input_3_Is_Empty_As_It_Should
  • rename: Condition_Attr_4_Must_Be_Empty << App_input_4_Is_Empty_As_It_Should
  • Add Condition_Attr_4_Must_Be_Provided << as a comment
  • rename: Condition_Vars_Must_Be_Equal << App_Are_Var_Equal
  • rename: Condition_Vars_Must_Be_Not_Equal << App_Are_Var_Not_Equal
  • rename: Condition_Vars_Must_Be_Not_Empty << App_Does_Var_Empty
  • rename: Condition_File_Must_Be_Present << App_Does_File_Exist
  • App_Check_Which_File_Exist << App_Check_Are_Files_Exist
  • rename: Condition_File_Optionnally_Present << Condition_File_Must_Be_Present_NoStop
  • rename: Condition_Dir_Must_Be_Present << App_Does_Directory_Exist
  • rename: Condition_Dir_Optionnally_Present << as a comment
  • rename: Condition_Branch_Must_Be_Mainbranch << App_Is_mainbranch
  • There are 15x TODO in the code << comment
  • Improve UX: pr() and mrg()