Skip to content

v0.1.1

Compare
Choose a tag to compare
@akuzko akuzko released this 11 Dec 22:07
· 23 commits to master since this release

Patch Updates

  • Changed default value for context when using :context plugin from empty hash to nil. This is more expected and actually allows to assign custom hash-like objects, like Hashie::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