1- ## 0.8.2 (2016/9/25)
1+ ## 0.8.3 (2020-05-22)
2+
3+ Feature:
4+
5+ - export ` SHOVE_SHELL ` variable to detect running shell inside test scripts
6+
7+ ## 0.8.2 (2016-09-25)
28
39Improve:
410
511- Fix problem of ` readlink ` to work with relative or nested links #9
612
7- ## 0.8.1 (2016/9/ 19)
13+ ## 0.8.1 (2016-09- 19)
814
915Feature:
1016
@@ -15,7 +21,7 @@ Deprecate:
1521
1622- To use the old grouping syntax ` T_SUB "$msg" (( ... )) ` is now deprecated
1723
18- ## 0.8.0 (2016/9/ 19)
24+ ## 0.8.0 (2016-09- 19)
1925
2026Feature:
2127
@@ -28,7 +34,7 @@ Bug Fix:
2834
2935- ` t_is ` , ` t_isnt ` : Add quote to arguments for separated strings #5
3036
31- ## 0.7.4 (2016/9/ 18)
37+ ## 0.7.4 (2016-09- 18)
3238
3339Enhance:
3440
@@ -43,20 +49,20 @@ Change for Dependency:
4349- Support new format of ` clam.spec ` for [ clenv] ( https://github.com/progrhyme/clenv )
4450v0.3 #4
4551
46- ## 0.7.3 (2016/8/ 28)
52+ ## 0.7.3 (2016-08- 28)
4753
4854Improve:
4955
5056- Check target file existence of ` shove ` command #3 BABAROT
5157
52- ## 0.7.2 (2016/5/ 4)
58+ ## 0.7.2 (2016-05- 4)
5359
5460Internal Change:
5561
5662- Add test task by [ shpec] ( https://github.com/rylnd/shpec )
5763- Remove unused variable to get running SHELL
5864
59- ## 0.7.1 (2016/4/ 26)
65+ ## 0.7.1 (2016-04- 26)
6066
6167Minor Improve:
6268
@@ -66,28 +72,28 @@ Minor Bug Fix:
6672
6773- Fix format option of ` date ` command to make temporary test scripts by minutes.
6874
69- ## 0.7.0 (2016/4/ 23)
75+ ## 0.7.0 (2016-04- 23)
7076
7177Feature:
7278
7379- Introduce special syntax ` T_SUB <name> (( ... )) ` for grouping tests to reduce
7480 verbose writings and to make test codes more readable.
7581
76- ## 0.6.1 (2016/4/ 23)
82+ ## 0.6.1 (2016-04- 23)
7783
7884Feature:
7985
8086- Keep temporary test scripts for a while under working directory for troubleshooting.
8187
82- ## 0.6.0 (2016/4/ 22)
88+ ## 0.6.0 (2016-04- 22)
8389
8490Improve:
8591
8692- Add _ ksh_ to test targets.
8793- Don't use ` local ` keyword for variable declaration because it's not POSIX and
8894 not supported in _ ksh_ .
8995
90- ## 0.5.2 (2016/4/ 22)
96+ ## 0.5.2 (2016-04- 22)
9197
9298Change:
9399
@@ -97,12 +103,12 @@ Tiny Bug Fix:
97103
98104- "dash" was taken as "sh" at ` t_init() ` . (But no test uses the shell variable.)
99105
100- ## 0.5.1 (2016/4/ 22)
106+ ## 0.5.1 (2016-04- 22)
101107
102108Improve:
103109
104110- Quote argument string for compatibility.
105111
106- ## 0.5.0 (2016/4/ 21)
112+ ## 0.5.0 (2016-04- 21)
107113
108114Initial release.
0 commit comments