All Versions
58
Latest Version
Avg Release Cycle
84 days
Latest Release
967 days ago
Changelog History
Page 5
Changelog History
Page 5
-
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.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.
-
v0.1.3 Changes
- ๐ nested attributes showing in the documentation #230 [@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