Releases: swagger-api/swagger-js
Releases · swagger-api/swagger-js
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.
Swagger-JS 3.0.14 Released!
Interface changes: None.
- Fixed a defect in
__originalOperationId
logic (swagger-api/swagger-ui#3203) and added more tests around the functionality - Added throw when execute can't find a requested operation