- Drop support for PHP 5.5
- Remove dependency on beloved
tightenco/collect
library - Package now has zero dependencies (other than WP-CLI)
- Fixed a regression when installed with
tightenco/collect
5.3 and up
- Fixed a regression where commented-out variables were showing up in
list
- Almost complete rewrite
- All sub-commands covered by functional tests
- Added ability to specify the wrapping quote type when setting a new definition with
set
- Added ability to filter results by keys matching one or more glob patterns with
list
- Enhanced
salts generate
to automatically detect placeholder values and update without--force
orregenerate
- Require PHP 5.5+
- Added initial tests
- Add
--force
option forinit
sub-command
- Initial Release!