Releases: wireviz/wireviz-web
Releases · wireviz/wireviz-web
0.4.1
0.4.0
0.3.2
0.3.1
- Upgrade to WireViz 0.3.1
- WireViz 0.3.1 makes
wireviz.parse()
'sfile_out
argument optional again. Thanks, @formatc1702!
Full Changelog: 0.3.0...0.3.1
0.3.0
- CI: Run test suite on Python 3.10
- CI: Upgrade
setup-poetry
action. Add version pinning for Poetry 1.1.11 - Upgrade foundation libraries Flask, Flask-RESTX and Click
- Upgrade to WireViz 0.3. Thanks, @formatc1702!
Full Changelog: 0.2.0...0.3.0
0.2.0
- Add rendering for HTML (SVG and BOM), TEXT (BOM) and JSON (BOM)
Full Changelog: 0.1.0...0.2.0
0.1.0
- Use version number from
wireviz_web.__version__
- Add software tests
- Add CI with GitHub Actions
- Use
flask-restx
instead offlask-restplus
- Parametrize
wireviz_web.cli
- Run coverage testing on CI, with Codecov
- Generalize API/core routines
- Adjust error response texts
- Respond with JSON body on 404 errors
- Improve inline documentation
- Run Black and isort
- Move PlantUML API endpoint to /plantuml prefix
Full Changelog: 0.0.0...0.1.0