Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 640 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 640 Bytes

0.1.1

  • Add support for Rails engines (@fotinakis)
  • Filter out path parameters if the parameter is not in the path (@stevschmid)

0.1.0

  • Add CHANGELOG.md
  • Add api_extension_type option (support for other route .formats)
  • Rails Appraisals
  • Add configuration options table to README documentation
  • Guidance on inheritance and asset pre-compilation
  • Custom response message error text can now be set
  • Ability to override base controller with base_api_controller method
  • Default configuration for Generator
  • Fix typo in README.md

##0.0.3

  • Documentation

0.0.2

  • Add base_path option

0.0.1

  • Initial release