Skip to content

Releases: bashly-framework/bashly

v1.0.4

05 May 05:56
5b0514d
Compare
Choose a tag to compare

What's Changed

  • Add JSON schema for bashly.yml by @EmilySeville7cfg in #378
  • Add JSON schema tests by @DannyBen in #379
  • Add schema for settings.yml by @EmilySeville7cfg in #380
  • Add schema for strings.yml by @EmilySeville7cfg in #382
  • Add strings schema test and separate schema job by @DannyBen in #383
  • Allow using bashly-settings.yml instead of settings.yml by @DannyBen in #385
  • Enable validation and intellisense for all examples by @EmilySeville7cfg in #386
  • Fix completions library to not show private commands and flags by @DannyBen in #389

New Contributors

  • @EmilySeville7cfg made their first contribution in #378

Full Changelog: v1.0.3...v1.0.4

v1.0.3

08 Apr 07:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

23 Mar 07:13
Compare
Choose a tag to compare

What's Changed

  • Do not add dependencies-filter view marker when there are no dependencies by @DannyBen in #357
  • Fix initialize.bash not being injected by @DannyBen in #361
  • Add before/after hooks by @DannyBen and @westhomas in #362
    • Add 'bashly add hooks' command
    • Add hooks example

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Mar 11:04
Compare
Choose a tag to compare

Thank you @halostatue for the new features.

What's Changed

  • Allow dot in command.name by @DannyBen in #351
  • Change settings.strict to allow any string by @DannyBen in #353
  • Update dependencies option to support 'any' (e.g. wget or curl) by @DannyBen in #356

Full Changelog: v1.0.0...v1.0.1

v1.0.0

16 Feb 10:05
Compare
Choose a tag to compare

Special thanks to @halostatue for the feature suggestions and bug reports

What's Changed

Full Changelog: v0.9.5...v1.0.0

v0.9.5

31 Jan 06:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.4...v0.9.5

v0.9.4

31 Dec 07:27
Compare
Choose a tag to compare
  • Fix validate --verbose command (#321)
  • Add support for color usage elements (#322)

Full Changelog: v0.9.3...v0.9.4

v0.9.3

24 Dec 09:23
Compare
Choose a tag to compare
  • Add support for double dash as an argument parsing terminator (#317)
  • Add bashly doc command to show reference in the terminal (#318)

Full Changelog: v0.9.2...v0.9.3

v0.9.2

16 Dec 07:22
Compare
Choose a tag to compare
  • Fix repeatable arg validation (#312)
  • Fix all shfmt offenses (#314)

Full Changelog: v0.9.1...v0.9.2

v0.9.1

09 Dec 07:57
Compare
Choose a tag to compare
  • Add support for default command that is used instead of showing usage (#305)
  • Remove call to root_command when there are sub-commands (#306)
  • Add the ability to choose .bash as the partials extension (#308)

Full Changelog: v0.9.0...v0.9.1


Special thanks to @iamjackg for the insightful feature ideas.