apiary v1.0.0 Release Notes

    • included named parameter. motivation:

      changing filter order

      filterA . filterB . action $ \a b -> act to

      filterB . filterA . action $ \b a -> act ~~~ changes argument order. it's too bad...

    • simplified Strategy type class.

    • โœ‚ removed DEPRECATED functions.

    • ๐Ÿ”„ changed runner type.

    • ๐Ÿ”„ changed module structure.

    • API freeze. I'll pay attention to compatibility, maybe...