Skip to content

Latest commit

 

History

History
147 lines (113 loc) · 5.34 KB

CHANGELOG.md

File metadata and controls

147 lines (113 loc) · 5.34 KB

=========== Changelog

v0.2.0

This is not full backward compatible release, as the format of storing 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

  • nested attributes showing in the documentation #230 @iNecas

v0.1.2

  • reloading works correctly with to_prepare blocks in the app #228 @iNecas
  • documentation bootstrapping now respects api_controllers_matcher #227 @clamoris

v0.1.1

v0.1.0

v0.0.24

  • 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

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

v0.0.22

  • fix "named_resources" option
  • fix generating static files when concerns used

v0.0.21

  • fix RDoc 4.0 compatibility issue
  • validate_value and validate_presence options for better validation granularity

v0.0.20

  • namespaced resources - prevent collisions when one resource defined in more modules
  • Apipie::DSL::Concern for being able to use the DSL in module that is included into controllers

v0.0.19

  • fix examples recording when resource_id is set
  • use safe_yaml for loading examples file when available

v0.0.18

  • param_group and def_param_group keywords
  • :action_aware options for reusing param groups for create/update actions

v0.0.17

  • support for multiple see links at action and ability to provide description of see links

v0.0.16

  • Fix getting started being rendered even when documentation was available

v0.0.15

  • Fix case when there is no documentation yet: with link to how to start
  • Fix handling bad requests when cache is on
  • Fix params extractor in case there is already some documentation