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

Changelog History
Page 3

  • v0.17.2 Changes

    • send 302 if file not midified.
  • v0.17.1 Changes

    • ๐Ÿ˜Œ relax switchQuery.

            old   new
      

      key True True key=true False True key=false False False

  • v0.17.0 Changes

    • ๐Ÿ›  fix not accept in multi Accept header.
    • add greedy path capture('**').
    • โž• add switchQuery filter.
    • โž• add Heroku module.
    • โž• add google analytics support to API documentation.

    Extension API

    • ๐Ÿ”„ change interface.
    • ๐Ÿ›  fix bug which immediately finalize.
    • ๐Ÿ—„ deprecate preAction.
    • Category initializer only ghc-7.8+.

    ๐Ÿ†• new extensions

    • apiary-mongoDB
    • apiary-memcached
  • v0.16.0 Changes

    • ๐Ÿ†• new Extension API.
    • โž• add middleware function.
    • โœ‚ remove Typeable restriction from Path/Query class.
    • โž• add Optional strategy, (=?!:) query fetcher.
    • โž• add accept filter.
    • โž• add Path/Query instances to Day.
  • v0.15.2 Changes

    • you can set status and response headers anywhere.
    • ๐Ÿ—„ deprecate lbs.
    • add bytes, lazyBytes(~ lbs), text, lazyText, showing, string, char request body functions. these functions append request body.
    • โž• add reset function to reset request body to empty.
  • v0.15.1 Changes

    • โœจ enhance performance(especially parsing parameter).
  • v0.15.0 Changes

    • โœจ enhance performance(new router).
    • โž• add anyPath function.
  • v0.14.0 Changes

    • ๐Ÿ”„ change First Strategy behaviour(check first param only).
    • ๐Ÿ”€ merge method and stdMethod function.
    • ๐Ÿ“‡ rename function (response -> rawResponse)
    • โž• add apiary-purescript

    ๐Ÿ“š documentation

    • ๐Ÿ“š changed how to generate documentation. use defaultDocumentationAction action.
    • now, condition which is after document function, will be documented. use noDoc function.
    • abolish ':' query document api. use (??) function.
    • ๐Ÿ—„ deprecated () route decument api. use [].
  • v0.13.0 Changes

    • ๐Ÿ“š Option that generate full embed documentation.
    • โž• Add precondition, rpHtml functions.

    ๐Ÿ“š API documentation page

    • precondition
    • multi action
    • ๐Ÿ‘‰ use route string as id of html
  • v0.12.8 Changes

    • ๐Ÿ“š Option that doesn't generate documentation.
    • ๐Ÿ”„ Change fail of ActionT behaviour. ( Pass next action -> return 500 error immediately.)

    ๐Ÿ“š API documentation page

    • collapse