All Versions
35
Latest Version
Avg Release Cycle
49 days
Latest Release
-

Changelog History
Page 2

  • v1.2.3 Changes

    January 10, 2015
    • ๐Ÿ›  fix haddock documentation.
  • v1.2.2 Changes

    • export getReqBody.
  • v1.2.1 Changes

    • โฌ‡๏ธ reduce dependencies.
    • ๐Ÿ˜Œ relax version restriction of monad-control.
    • ๐Ÿšš move pure capture function.
    • export hoistActionT, focus', noExtension.
  • v1.2.0 Changes

    • good bye wai-2.
    • โž• add Web.Apiary.Develop module for develop static file.
    • ๐Ÿ”„ change response body function behaviour(append to set).
    • โž• add append* functions.
    • โœ‚ remove MonadHas class. add MonadExt class.
    • โž• add action vault for extension.
    • ๐Ÿ”„ change binary package to cereal package.

    apiary-websockets

    • ๐Ÿ›  fix actionWithWebSockets don't exec action.

    apiary-session/apiary-clientsession/apiary-authenticate

    • ๐Ÿ†• new session system.
  • v1.1.4 Changes

    • โœจ enhance API documentation.
    • โž• add MonadHas class.
    • โž• add devFile action.
  • v1.1.3 Changes

    • wildcard, parameter Accept header.
  • v1.1.2 Changes

    • ๐ŸŒ re-export Web.Apiary from Web.Apiary.Heroku.
  • v1.1.1 Changes

    • MongoAccess class
  • v1.1.0 Changes

    • โž• Added Extension class. now Extension can add middleware.
    • โž• Added apiary-helics submodule.
  • v1.0.0 Changes

    • 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...