v0.1.1
Patch Updates
- Changed default value for context when using
:context
plugin from empty hash tonil
. This is more expected and actually allows to assign custom hash-like objects, likeHashie::Mash
instances as base context. Since excom tries to merge new context into existing one, having empty hash as initial context prevented using custom hash-like objects. - Updated README slightly