Releases: swagger-api/swagger-js
Releases · swagger-api/swagger-js
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
Swagger-JS 3.0.12 Released!
Interface changes: New resolve options, see below.
- Improvement:
parameterMacro
andmodelPropertyMacro
options inresolve
(via #1067)
Swagger-JS 3.0.10 Released!
Interface changes: Client interface method names may differ if you have duplicate operationIds in your spec. Note that this is not a breaking change, as duplicate operationIds were previously undefined behavior.