- Switch release to github actions
- Add
==
toFeature
andConditions
- Add
features
parameter toEightBall.marshall
to allow marshalling any Features, not just the ones from the configured Provider.
- [BREAKING]
Parsers
have been replaced withMarshallers
, allowing bi-directional conversions - Added
EightBall.marshall
as a way to output the Feature list to an external format (e.g. to create a JSON file) - Added
EightBall.features
as a shortcut toEightBall.provider.features
- Testing framework has been moved from Minitest to rspec
- Updated dev dependencies
Security: Update rake to >= 12.3.3
Update .travis.yml
Update .travis.yml
Security: Update yard 0.9.16 -> 0.9.20
Initial release!