Releases: swagger-api/swagger-editor
v5.0.0-alpha.97
5.0.0-alpha.97 (2024-11-06)
Features
Anonymized analytics
Swagger Editor uses Scarf to collect anonymized installation analytics. These analytics help support the maintainers of this library and ONLY run during installation. To opt out, you can set the scarfSettings.enabled
field to false
in your project's package.json
:
// package.json
{
// ...
"scarfSettings": {
"enabled": false
}
// ...
}
Alternatively, you can set the environment variable SCARF_ANALYTICS
to false
as part of the environment that installs your npm packages, e.g., SCARF_ANALYTICS=false npm install
.
Swagger Editor v4.14.0 Released!
4.14.0 (2024-11-06)
Features
Anonymized analytics
Swagger Editor uses Scarf to collect anonymized installation analytics. These analytics help support the maintainers of this library and ONLY run during installation. To opt out, you can set the scarfSettings.enabled
field to false
in your project's package.json
:
// package.json
{
// ...
"scarfSettings": {
"enabled": false
}
// ...
}
Alternatively, you can set the environment variable SCARF_ANALYTICS
to false
as part of the environment that installs your npm packages, e.g., SCARF_ANALYTICS=false npm install
.
Swagger Editor v4.13.1 Released!
Swagger Editor v4.13.0 Released!
v5.0.0-alpha.96
5.0.0-alpha.96 (2024-05-28)
Bug Fixes
Swagger Editor v4.12.2 Released!
4.12.2 (2024-05-07)
Enhancements
- update SwaggerUI and swagger-client to latest versions with all the upstream bug fixes and features