Releases: viclovsky/swagger-coverage
Releases · viclovsky/swagger-coverage
1.5.0
🚀 New Features
- swagger-coverage integration for Karate Framework (via #104) - @Fresh-D101
🐞 Bug Fixes
- Fix NPE when coverage output spec not contains any parameters (via #105) - @sshuvalov
👀 Links
1.4.5
🚀 New Features
- Ability to configure the OpenAPI parser. (via #101) - @sshuvalov
- Enable support for Web URLs to parse the swagger specification directly from a server (via #97) - @Fresh-D101
🐞 Bug Fixes
👀 Links
1.4.4
1.4.3
🐞 Bug Fixes
- Add dirty fix for https://github.com/viclovsky/swagger-coverage/issue… (via #92) - @viclovsky
- Fix locale and encoding error which affected the html report and add numberFormat option to html writer (via #91) - @Fresh-D101
👀 Links
1.4.2
1.4.1
1.4.0
🚀 New Features
- Enable OAS 3 support. fixes #9 (via #76) - @Emilio-Pega
🔬 Improvements
- Fix run sh (via #77) - @viclovsky
- Fixing typo in readme (declareted/declared) (via #75) - @lthurr
🐞 Bug Fixes
- Check to make sure property schema name is non-null (via #78) - @Emilio-Pega
👀 Links
1.3.7
🔬 Improvements
- Exclude deprecated endpoints from final coverage results (via #72) - @JamalZeynalov
👀 Links
1.3.6
1.3.5
🚀 New Features
- add possibility to generate html report using custom template (via #69) - @lostlittle