All Versions
58
Latest Version
Avg Release Cycle
84 days
Latest Release
594 days ago

Changelog History
Page 4

  • v0.3.6 Changes

  • v0.3.5 Changes

    • Cleaning up unreachable code #385 [@voxik][]
    • ๐ŸŒ Russian translation #352 [@Le6ow5k1][]
    • ๐Ÿ“š Ability to hide controller methods from documentation #356 [@davidcollie][]
    • ๐Ÿ”ง Use doc_path configuration in rake tasks #358 [@saneshark][]
    • ๐ŸŒ Chinese translation #363 [@debbbbie][]
    • ๐Ÿ’… Polish translation #375 [@dbackowski][]
    • ๐ŸŒ Spanish translation #376 [@isseu][]
    • โž• Add an alternative to action aware required param #377 [@mourad-ifeelgoods][]
  • v0.3.4 Changes

    • ๐Ÿ›  Fixing occasional NoMethodError with ActionDispatch::Reloader #348 [@saneshark][]
    • ๐ŸŒ Portuguese translation #344 [@dadario][]
  • v0.3.3 Changes

    • ๐Ÿ‘Œ Support for describing headers #341 [@iliabylich][]
  • v0.3.2 Changes

    • ๐Ÿ‘ PATCH support for examples recording #332 [@akenger][]
    • 0๏ธโƒฃ Recursively search for API controllers by default for new projects #333 [@baweaver][]
    • Handling recursive route definitions with api! keyword #338 [@stormsilver][]
    • ๐Ÿ‘Œ Support for eager-loaded controllers #329 [@mtparet][]
  • v0.3.1 Changes

    • ๐Ÿ‘Œ Support for api! keyword in concerns #322 [@iNecas][]
    • More explicit ordering of the static dispatcher middleware #315 [@iNecas][]
  • v0.3.0 Changes

    ๐Ÿš€ This should be a backward compatible release. However, the number of new significant features deserves new minor version bump.

    • ๐Ÿ“š Rubocop-blessed Ruby 1.9 syntax for generated DSL documentation #318 [@burnettk][]
    • load API paths from routes.rb #187 [@mtparet][] [@iNecas][]
    • ability to use before_filter instead of overriding the action method for validation #306 [@dprice-fiksu][]
    • ๐Ÿ‘Œ support multi-part data when recording from tests #310 [@bradrf][]
    • ๐Ÿ‘ป validate_keys option to raise exception when passing undocumented option #122 [@dfharmon][]
    • handle static page generation when the doc_base_url has multiple folders #300 [@ryanische][]
    • โž• add ability to markup validator description #282 [@exAspArk][]
    • don't specify protocol in Disqus script tag src #285 [@chrise86][]
    • ๐Ÿ›  fix BooleanValidator to set expected_type as boolean #286 [@dustin-rh][]
  • v0.2.6 Changes

    • ๐Ÿ‘ better handling on cases where resource/method is not found when cache is turned off #284 [@iNecas][]
    • ๐Ÿ›  fix disqus integration #281 [@RajRoR][]
  • v0.2.5 Changes

    • Name substitution for referenced param_group defined in a concern #280 [@tstrachota][]
    • expected_type 'array' for ArrayValidator #276 [@dustint-rh][]

    ๐Ÿ’Ž THE FURTHER SUPPORT FOR RUBY 1.8.7 WILL NOT BE ENSURED IN THE MASTER ๐Ÿ’Ž AND THE >= 0.3.0 RELAEASES. We discourage anyone to keep using ruby 1.8.7 for anything. If you're aware of the issues and still willing to ๐Ÿš€ take the risk, we are willing to keep the v0.2.x releases based on the v0.2.x branch. However, we will not actively develop or backport any ๐Ÿ†• new features to this branch neither will we accept there features that are not in the master branch.

  • v0.2.4 Changes

    • ๐Ÿ›  fix ruby 1.8.7 compatibility #272 [@domcleal][]