Releases: swagger-api/swagger-js
Releases · swagger-api/swagger-js
Swagger-Client v3.2.1 Released!
This release contains no source changes; it constrains fast-json-patch
's version in order to avoid noisy warnings present in their latest versions.
Swagger-Client 3.2.0 Released!
Swagger-Client 3.1.2 Released!
Interface changes:
- Parameters can now be referred to by
${in}.${name}
as well as by name. - Values for named parameters will now be applied to all parameters with that name.
- Improvement: parameters within the same operation that share a name can now be disambiguated (via #1115)
Swagger-Client 3.1.1 Released!
Swagger-Client 3.1.0 Released!
Swagger-Client 3.0.20 Released!
Swagger-JS 3.0.19 Released!
Interface changes: None.
- Bugfix: Tolerate the use fo
properties
keyword as property name (swagger-api/swagger-ui#3376 via #1108)
Swagger-JS 3.0.18 Released!
Swagger-JS 3.0.16 Released!
Swagger-JS 3.0.15 Released!
Interface changes: None.
- README updates and improvements
- Configured the default resolver fetch implementation to send cookies and Authorization headers for same-origin requests (see #1083)
- Developer note: removed
package-lock.json
from the repository, as it was causing problems.