Skip to content

Commit e8408e0

Browse files
committed
changelog
1 parent 367280f commit e8408e0

File tree

3 files changed

+210
-0
lines changed

3 files changed

+210
-0
lines changed

CHANGELOG.md

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
# Changelog
2+
3+
## [Unreleased](https://github.com/DannyBen/bashly/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.3.9...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- Add is.sh library functions [\#54](https://github.com/DannyBen/bashly/pull/54) ([DannyBen](https://github.com/DannyBen))
10+
11+
## [v0.3.9](https://github.com/DannyBen/bashly/tree/v0.3.9) (2020-04-01)
12+
13+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.3.8...v0.3.9)
14+
15+
**Implemented enhancements:**
16+
17+
- Consider adding stdlib for trimming a string to $COLUMNS wide [\#52](https://github.com/DannyBen/bashly/issues/52)
18+
19+
**Merged pull requests:**
20+
21+
- Fix config regex to work on mac [\#53](https://github.com/DannyBen/bashly/pull/53) ([DannyBen](https://github.com/DannyBen))
22+
- Config stdlib: allow comments [\#51](https://github.com/DannyBen/bashly/pull/51) ([DannyBen](https://github.com/DannyBen))
23+
- Add config\_has\_key to the config stdlib [\#50](https://github.com/DannyBen/bashly/pull/50) ([DannyBen](https://github.com/DannyBen))
24+
25+
## [v0.3.8](https://github.com/DannyBen/bashly/tree/v0.3.8) (2020-03-02)
26+
27+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.3.7...v0.3.8)
28+
29+
**Merged pull requests:**
30+
31+
- Hide \[options\] unless flags are defined [\#49](https://github.com/DannyBen/bashly/pull/49) ([DannyBen](https://github.com/DannyBen))
32+
33+
## [v0.3.7](https://github.com/DannyBen/bashly/tree/v0.3.7) (2020-02-17)
34+
35+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.3.6...v0.3.7)
36+
37+
**Merged pull requests:**
38+
39+
- Add support for default values for flags and args [\#48](https://github.com/DannyBen/bashly/pull/48) ([DannyBen](https://github.com/DannyBen))
40+
41+
## [v0.3.6](https://github.com/DannyBen/bashly/tree/v0.3.6) (2020-02-06)
42+
43+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.3.5...v0.3.6)
44+
45+
**Merged pull requests:**
46+
47+
- Fix --version to exit with 0 [\#47](https://github.com/DannyBen/bashly/pull/47) ([DannyBen](https://github.com/DannyBen))
48+
- Switch to github actions [\#46](https://github.com/DannyBen/bashly/pull/46) ([DannyBen](https://github.com/DannyBen))
49+
- Resolve ruby warnings [\#45](https://github.com/DannyBen/bashly/pull/45) ([DannyBen](https://github.com/DannyBen))
50+
51+
## [v0.3.5](https://github.com/DannyBen/bashly/tree/v0.3.5) (2019-12-23)
52+
53+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.3.4...v0.3.5)
54+
55+
**Merged pull requests:**
56+
57+
- Relinquish -v and -h if the user wants them [\#44](https://github.com/DannyBen/bashly/pull/44) ([DannyBen](https://github.com/DannyBen))
58+
59+
## [v0.3.4](https://github.com/DannyBen/bashly/tree/v0.3.4) (2019-12-19)
60+
61+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.3.3...v0.3.4)
62+
63+
**Merged pull requests:**
64+
65+
- Add support for command group captions [\#43](https://github.com/DannyBen/bashly/pull/43) ([DannyBen](https://github.com/DannyBen))
66+
67+
## [v0.3.3](https://github.com/DannyBen/bashly/tree/v0.3.3) (2019-12-13)
68+
69+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.3.2...v0.3.3)
70+
71+
**Merged pull requests:**
72+
73+
- Show shortcut in command usage [\#42](https://github.com/DannyBen/bashly/pull/42) ([DannyBen](https://github.com/DannyBen))
74+
75+
## [v0.3.2](https://github.com/DannyBen/bashly/tree/v0.3.2) (2019-12-10)
76+
77+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.3.1...v0.3.2)
78+
79+
**Merged pull requests:**
80+
81+
- Replace echo -e with printf for bash 3.2 \(mac\) [\#41](https://github.com/DannyBen/bashly/pull/41) ([DannyBen](https://github.com/DannyBen))
82+
- Test with ruby 2.7 [\#40](https://github.com/DannyBen/bashly/pull/40) ([DannyBen](https://github.com/DannyBen))
83+
84+
## [v0.3.1](https://github.com/DannyBen/bashly/tree/v0.3.1) (2019-11-29)
85+
86+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.3.0...v0.3.1)
87+
88+
**Implemented enhancements:**
89+
90+
- Add support for defining dependencies [\#36](https://github.com/DannyBen/bashly/issues/36)
91+
92+
**Merged pull requests:**
93+
94+
- Add support for default command [\#39](https://github.com/DannyBen/bashly/pull/39) ([DannyBen](https://github.com/DannyBen))
95+
96+
## [v0.3.0](https://github.com/DannyBen/bashly/tree/v0.3.0) (2019-11-28)
97+
98+
[Full Changelog](https://github.com/DannyBen/bashly/compare/0.2.4...v0.3.0)
99+
100+
**Implemented enhancements:**
101+
102+
- Add support for required environment variables [\#35](https://github.com/DannyBen/bashly/issues/35)
103+
104+
**Merged pull requests:**
105+
106+
- Add support for specifying dependencies [\#38](https://github.com/DannyBen/bashly/pull/38) ([DannyBen](https://github.com/DannyBen))
107+
- Add support for required environment variables [\#37](https://github.com/DannyBen/bashly/pull/37) ([DannyBen](https://github.com/DannyBen))
108+
- Sanitize usage strings for quotes [\#34](https://github.com/DannyBen/bashly/pull/34) ([DannyBen](https://github.com/DannyBen))
109+
110+
## [0.2.4](https://github.com/DannyBen/bashly/tree/0.2.4) (2019-11-26)
111+
112+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.2.3...0.2.4)
113+
114+
**Implemented enhancements:**
115+
116+
- Automatic support for short commands [\#30](https://github.com/DannyBen/bashly/issues/30)
117+
- Support sub-sub-commands [\#29](https://github.com/DannyBen/bashly/issues/29)
118+
119+
**Merged pull requests:**
120+
121+
- Add YAML standard library [\#33](https://github.com/DannyBen/bashly/pull/33) ([DannyBen](https://github.com/DannyBen))
122+
- Add examples for starts-with command pattern [\#32](https://github.com/DannyBen/bashly/pull/32) ([DannyBen](https://github.com/DannyBen))
123+
124+
## [v0.2.3](https://github.com/DannyBen/bashly/tree/v0.2.3) (2019-11-24)
125+
126+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.2.2...v0.2.3)
127+
128+
**Implemented enhancements:**
129+
130+
- Change default help message [\#26](https://github.com/DannyBen/bashly/issues/26)
131+
- Multiline help messages are not showing properly [\#24](https://github.com/DannyBen/bashly/issues/24)
132+
133+
**Merged pull requests:**
134+
135+
- Support endlessly nested commands [\#31](https://github.com/DannyBen/bashly/pull/31) ([DannyBen](https://github.com/DannyBen))
136+
- Improve fixed flags usage texts [\#28](https://github.com/DannyBen/bashly/pull/28) ([DannyBen](https://github.com/DannyBen))
137+
- Remove root command name from user filenames [\#27](https://github.com/DannyBen/bashly/pull/27) ([DannyBen](https://github.com/DannyBen))
138+
- Multiline help message support [\#25](https://github.com/DannyBen/bashly/pull/25) ([DannyBen](https://github.com/DannyBen))
139+
140+
## [v0.2.2](https://github.com/DannyBen/bashly/tree/v0.2.2) (2019-11-22)
141+
142+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.2.1...v0.2.2)
143+
144+
**Implemented enhancements:**
145+
146+
- Add ability to retrieve all config values from the config file [\#21](https://github.com/DannyBen/bashly/issues/21)
147+
- Add some script for the user to specify initialization actions [\#17](https://github.com/DannyBen/bashly/issues/17)
148+
149+
**Closed issues:**
150+
151+
- Convert travis shellcheck to a Runfile command that checks all examples [\#20](https://github.com/DannyBen/bashly/issues/20)
152+
153+
**Merged pull requests:**
154+
155+
- Add config\_keys function to config standard lib [\#23](https://github.com/DannyBen/bashly/pull/23) ([DannyBen](https://github.com/DannyBen))
156+
- Improve shellcheck tests [\#22](https://github.com/DannyBen/bashly/pull/22) ([DannyBen](https://github.com/DannyBen))
157+
158+
## [v0.2.1](https://github.com/DannyBen/bashly/tree/v0.2.1) (2019-11-21)
159+
160+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.2.0...v0.2.1)
161+
162+
**Fixed bugs:**
163+
164+
- Subcommand with short code and no args does not work [\#16](https://github.com/DannyBen/bashly/issues/16)
165+
166+
**Merged pull requests:**
167+
168+
- Add user level init script [\#19](https://github.com/DannyBen/bashly/pull/19) ([DannyBen](https://github.com/DannyBen))
169+
- Fix short command code bug [\#18](https://github.com/DannyBen/bashly/pull/18) ([DannyBen](https://github.com/DannyBen))
170+
171+
## [v0.2.0](https://github.com/DannyBen/bashly/tree/v0.2.0) (2019-11-21)
172+
173+
[Full Changelog](https://github.com/DannyBen/bashly/compare/v0.1.1...v0.2.0)
174+
175+
**Implemented enhancements:**
176+
177+
- Add ability to generate extra includes [\#11](https://github.com/DannyBen/bashly/issues/11)
178+
- Add ability to define examples and environment variable usage sections [\#10](https://github.com/DannyBen/bashly/issues/10)
179+
- Run shellcheck on generated scripts [\#7](https://github.com/DannyBen/bashly/issues/7)
180+
- Add ability to include custom shell scripts [\#6](https://github.com/DannyBen/bashly/issues/6)
181+
- Make all hard coded strings configurable [\#5](https://github.com/DannyBen/bashly/issues/5)
182+
183+
**Merged pull requests:**
184+
185+
- Add config and colors libraries [\#15](https://github.com/DannyBen/bashly/pull/15) ([DannyBen](https://github.com/DannyBen))
186+
- Add support for extra custom scripts [\#14](https://github.com/DannyBen/bashly/pull/14) ([DannyBen](https://github.com/DannyBen))
187+
- Add support for examples and env vars usage text [\#13](https://github.com/DannyBen/bashly/pull/13) ([DannyBen](https://github.com/DannyBen))
188+
- Custom strings + improvements round [\#12](https://github.com/DannyBen/bashly/pull/12) ([DannyBen](https://github.com/DannyBen))
189+
190+
## [v0.1.1](https://github.com/DannyBen/bashly/tree/v0.1.1) (2019-11-20)
191+
192+
[Full Changelog](https://github.com/DannyBen/bashly/compare/c3d1f18b5247d84afc9e5c89efd30648cb55ccf4...v0.1.1)
193+
194+
**Closed issues:**
195+
196+
- Add documentation for the configuration syntax [\#4](https://github.com/DannyBen/bashly/issues/4)
197+
- Add code climate [\#3](https://github.com/DannyBen/bashly/issues/3)
198+
- Add full integration tests [\#2](https://github.com/DannyBen/bashly/issues/2)
199+
200+
**Merged pull requests:**
201+
202+
- Fix shellcheck warnings [\#9](https://github.com/DannyBen/bashly/pull/9) ([DannyBen](https://github.com/DannyBen))
203+
- Add examples, documentation and integration tests [\#8](https://github.com/DannyBen/bashly/pull/8) ([DannyBen](https://github.com/DannyBen))
204+
- Release fixes and travis test [\#1](https://github.com/DannyBen/bashly/pull/1) ([DannyBen](https://github.com/DannyBen))
205+
206+
207+
208+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ gem 'rspec_approvals'
77
gem 'runfile'
88
gem 'runfile-tasks'
99
gem 'simplecov'
10+
gem 'github_changelog_generator'
1011

1112
gemspec

Runfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version Bashly::VERSION
88

99
RunfileTasks::RubyGems.all 'bashly'
1010
RunfileTasks::Testing.rspec
11+
RunfileTasks::Changelog.generator 'DannyBen/bashly'
1112

1213
help "Run interactive console"
1314
action :console, :c do

0 commit comments

Comments
 (0)