- Notifications
You must be signed in to change notification settings - Fork5
Releases: wireviz/wireviz-web
Releases · wireviz/wireviz-web
0.4.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Assets2
0.4.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed
- Add Docker support to repository. Thanks,@Jacq.
- Add CORS support via
CORS_ENABLE
environment variable. Thanks,@Jacq.
Full Changelog:0.3.2...0.4.0
0.3.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed
Full Changelog:0.3.1...0.3.2
Assets2
0.3.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 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
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 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
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Add rendering for HTML (SVG and BOM), TEXT (BOM) and JSON (BOM)
Full Changelog:0.1.0...0.2.0
Assets2
0.1.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 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
Assets2
0.0.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Initial import of code fromhttps://github.com/elbosso/WireViz by@elbosso.