Skip to content

Changelog

v1.0.0a1

Breaking

  • Almost all the Dandy API has been refactored in v1 and is not compatible with the v0 API.

Features

  • Map is now a stand alone processor that is much easier to operate and chain.

Changes

  • Refactored all imports from a mix of typing_extensions and typing to typing exclusively.
  • All processor based objects must be instance operated instead of class operated.

Fixes