Skip to content

0.3.0

Choose a tag to compare

@GJCoke GJCoke released this 06 Jan 06:26
· 29 commits to main since this release

Release v0.3.0

Changes

  • Introduced an Environ wrapper class with convenient properties such as .headers, .client, and .path
  • Preserved full compatibility with the original environment dictionary ([] and .get() still supported)
  • Updated dependency injection to automatically wrap raw environment dictionaries into Environ
  • Integrated Environ wrapping into async event handlers
  • Added type hints and documentation for all public server methods (emit, send, call, on)
  • Updated examples to use the object-based Environ API for cleaner event handlers