Skip to content

Releases: rynam0/ember-swagger-ui

rusty

15 Feb 16:22
Compare
Choose a tag to compare

This is a fix for 2.5.0 to install the [email protected] when added to an ember app (ember install).

[email protected]

15 Feb 16:14
Compare
Choose a tag to compare
2.5.0

bump swagger-ui-dist and package version

Ember 3.28.x

13 Dec 15:26
Compare
Choose a tag to compare

Big thanks to @drauschenbach for getting us updated.

Ember 3.8

09 Oct 01:06
Compare
Choose a tag to compare

Update to ember 3.8 LTS

Ember 3.4

18 Mar 16:37
4e70057
Compare
Choose a tag to compare

Updated the addon to Ember 3.4

Source maps and minification

31 Oct 17:06
Compare
Choose a tag to compare
2.1.1

bump patch version

Options

03 Oct 16:04
Compare
Choose a tag to compare

@kellyselden added a configuration to allow using the included assets as-is. See the README for more details.

Bye-bye ember-browserify

26 Jul 13:23
Compare
Choose a tag to compare

Thanks to @kellyselden, this addon no longer relies on the deprecated ember-browserify addon.

Upgrading from 1.0.0 should be as simple as changing any imports in your app from:

import Swag from 'npm:swagger-ui-dist';

to:

import Swag from 'swagger-ui';

swagger-ui 3.9.x

24 Jan 21:20
9df04f1
Compare
Choose a tag to compare

No more bower dependencies, easier configuration.

swagger-ui 2.2.10

09 Feb 14:10
Compare
Choose a tag to compare
swagger-ui 2.2.10 Pre-release
Pre-release

Thanks, @Skaelv!