Skip to content

1.0.2

Compare
Choose a tag to compare
@Liquidsoul Liquidsoul released this 24 May 08:31
· 489 commits to stable since this release

Bug Fixes

  • The context enrich function won't overwrite existing values in the env and param variables.
    David Jennes
    #29

New Features

Internal Changes

Deprecations

  • The ParametersError enum has been replaced by the Parameters.Error nested type.
    ParametersError still works (it is now typealias) but will be removed in the
    next major release.
    Olivier Halligon
  • The FilterError enum has been replaced by the Filters.Error nested type.
    FilterError still works (it is now typealias) but will be removed in the
    next major release.
    Olivier Halligon