Swagger Ui Engine Versions Save

Include swagger-ui as rails engine and document your API with simple JSON or YAML files.

1.1.1

6 years ago
  • Dependency change from Rails 5 to 4.2
  • Improvements in OAuth2 implementation
  • Small README.md and config updates

1.1.0

6 years ago
  • Correct Oauth template name
  • Add sass/rails dependency for API-only applications
  • Rename routes to be Swagger-specific
  • Separate route for single API docs version
  • Ignore Gemfile.lock file
  • Overall refactor

1.0.0

7 years ago

Version 1.0.0 released!

SwaggerUiEngine is now Rails 5 dependent. It is compatible with previous versions.

Here's the list of features and improvements:

  • Support API versioning/multiple APIs definitions
  • Add basic http auth support #7
  • Add validator_enabled configurable option
  • Refactor Configuration class definition
  • Refactor controllers
  • Redefine gem summary and description

0.0.5

7 years ago
  • Support Swagger 2.2.10
  • Fix fonts not loading issue #5
  • Add tests
  • Describe problem solved by this gem in README

0.0.4

7 years ago

Fixed #1 Enhanced #2

0.0.3

7 years ago