- Make camelizing of model properties configurable. #55
- Document notes DSL
- Get rid of unnecessary ternary operator in dsl.rb #54
- Fix development dependencies gems requirements #53
- Add support for the
notes
property #52 - Config's base_api_controller is configurable #51
- Delay processing docs DSL to allow changing the context of the controllers #47 @ldnunes
- An undocumentated action in a documented controller should not raise errors #43 @ldnunes
- Allow reopening of docs definition for the swagger_api DSL command #44 @ldnunes
- Refactor write_docs to split the documentation generation from file writing #45 @ldnunes
- Fix issue where empty path throws error
- Add suport for Swagger models
- Use ActionControlller::Base instead of ApplicationController. fixes #27
- Status codes for response
- Path generation fixes #26 @stevschmid
- Ignore path filtering when no params are set
- Add param_list helper for generating enums/lists
- Improve structure of generator class - break up large methods
- Fix the destination path of the resource files #30
- Add support for Rails engines (@fotinakis)
- Filter out path parameters if the parameter is not in the path (@stevschmid)
- 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
- Add
base_path
option
- Initial release