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

Changelog History
Page 5

  • v0.2.3 Changes

    • โž• add an option to flag an api route as deprecated #268 [@komidore64][]
    • โž• add ability to pass additional options to apipie route #269 [@exAspArk][]
    • โœจ enhanced array validator #259 [@mourad-ifeelgoods][]
  • v0.2.2 Changes

    • prevent rspec 3 from being used. It is not compatible. #255 [@lsylvester][]
    • ๐Ÿ›  fixed extractor root route (handle nil path) #257 [@ctria][]
    • โฌ‡๏ธ reduced rails dependency to development only #266 [@klobuczek][]
    • โž• add more options to apipie:cache to generate only parts of the static pages #262 [@mbacovsky][]
  • v0.2.1 Changes

    • ๐Ÿ›  fix typo in the localization string #244 [@alem0lars][]
    • ๐Ÿ›  fix syntax errors in 404 page #246 [@richardsondx][]
  • v0.2.0 Changes

    ๐Ÿš€ This is not full backward compatible release, as the format of storing 0๏ธโƒฃ examples changed from YAML to JSON: the default location is at doc/apipie_examples.json. The migration should be as easy as โš™ running:

    rake apipie:convert_examples
    

    ๐Ÿ—„ Also please not Rails 3.0 support was deprecated and the compatibility ๐Ÿš€ wont be tracked anymore in next releases.

    • dump examples as json #125 [@johanneswuerbach][]
    • ๐Ÿ‘Œ support for localized API documentation #232 [@mbacovsky][]
    • ๐Ÿ”ง configuration option to always record examples #239 [@arathunku][]
    • ๐Ÿ—„ deprecate Rails 3.0 #241 [@iNecas][]
  • v0.1.3 Changes

    • ๐Ÿ“š nested attributes showing in the documentation #230 [@iNecas][]
  • v0.1.2 Changes

    • reloading works correctly with to_prepare blocks in the app #228 [@iNecas][]
    • documentation bootstrapping now respects api_controllers_matcher #227 [@clamoris][]
  • v0.1.1 Changes

    • ๐Ÿ’Ž backward compatibility with Ruby 1.8 #218 [@mbacovsky][]
    • ๐Ÿš… checksum calculation is lazy and respect use_cache config #220 [@mbacovsky][]
    • ๐Ÿ›  fix generating the cache in production environment #223 [@iNecas][]
    • ๐Ÿ›  fix loading regression with SafeYAML #224 [@iNecas][]
  • v0.1.0 Changes

    • ๐Ÿš… middleware for computing Apipie checksum for dynamic bindings #215 [@mbacovsky][]
    • api_base_url inherited properly #214 [@mbacovsky][]
    • ๐Ÿš… ability to hide specific parameters #208 [@nathanhoel][]
    • ๐Ÿ›  fix for SafeYAML compatibility #207 [@pivotalshiny][]
    • ๐Ÿ“š option to show all examples in the documentation #203 [@pivotalshiny][]
    • ๐Ÿ‘Œ support for array of hashes validation #189 [@mtparet][]
    • ๐Ÿ‘Œ support for saving the values based on documentation into @api_params variable #188 [@mtparet][]
    • ๐Ÿ‘Œ support for json generated from rake task rake apipie:static_json #186 [@mtparet][]
    • ๐Ÿ›  fix undefined method 'has_key?' for nil:NilClass when validating Hash against non-hash value #185 [@mtparet][]
    • ๐Ÿ›  fix NoMethorError when validating Hash against non-hash value #183 [@nathanhoel][]
    • ๐Ÿ‘Œ support for metadata for params #181 [@tstrachota][]
    • ๐Ÿ›  fix camelization of class names #170 [@yonpols][]
    • ๐Ÿ†• new array class validator #169 [@mkrajewski][]
  • v0.0.24 Changes

    • ๐Ÿ›  fix DOS vulnerability for running in production without use_cache
    • ability to load descriptions from external files
    • ๐Ÿ‘Œ improved examples extractor
    • ๐Ÿ›  fixed deprecation warnings in Rails 4
    • ๐Ÿ‘ป using StandardError instead of Exception for errors
  • v0.0.23 Changes

    • ๐Ÿ›  fix exceptions on unknown validator
    • ๐Ÿ›  fix concerns substitution in parameters
    • possibility to authenticate the API doc
    • support for array in api_controllers_matcher