All Versions
58
Latest Version
Avg Release Cycle
84 days
Latest Release
744 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.3.6 Changes
- ๐ Fixed to_json encoding error that occurs with uploaded file parameters. #429 (hossenlopp)
- ๐ Render enum param values as CODE #426 (febeling)
- ๐ Fix layout path (Rails 4.2.5.1 compatibility) #425 (halilim)
- ๐ Unify indentations across all locale files #423 (springerigor)
- ๐ Fix typo in Action Aware Params section of readme #419 (ryanlabouve)
- ๐ Rails4.2 #413 (ferdinandrosario)
- โ Add viewport meta tag. #412 (buren)
- โ removed beta version #411 (ferdinandrosario)
- โก๏ธ updated patch #410 (ferdinandrosario)
- ๐ Nerian layout fix #409 (Pajk)
- โ Add Turkish translations #407 (halilim)
- โก๏ธ Update README.rst #405 (type-face)
- โ add german locale #394 (mjansing)
- โ Add custom message support for missing parameters #390 (jcalvert)
- ๐ง A boolean parameters can be configured with both :bool and :boolean #124 (Nerian)
-
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.3 Changes
- ๐ Support for describing headers #341 [@iliabylich][]
-
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.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][]