The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.0.3 - 2017-05-12
- compatibfility with bash 4.4-p12
v0.0.2 - 2017-05-11
-
reverted to normal versioning
-
tests now employ shpec-helper's
stop_on_error
-
tests use sorta's
import.bash
to only import defined functions from shpec-helper -
prefer (()) to let
- explanation in readme that keys must meet bash variable name requirements
- shpecs failing in strict mode due to uninitialized variables and bad "read"s
v0.0.1 - 2017-03-01
-
refactored expression generation
-
clarified readme
-
updated to shpec-helper from kaizen
v0.0.0 - 2017-02-20
-
initial version
-
supports arrays, hashes, various single-line forms of scalars
-
supports nesting
-
supports lookup
-
working test suite