Skip to content

Releases: wireviz/wireviz-web

0.4.1

17 Jan 23:16
Compare
Choose a tag to compare

What's Changed

  • Add support for Python 3.11
  • Update to flask-restx 1.0.5

Full Changelog: 0.4.0...0.4.1

0.4.0

19 Sep 10:18
Compare
Choose a tag to compare

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

19 Sep 10:17
Compare
Choose a tag to compare

What's Changed

  • Update dependencies and project tooling in #5
  • Drop support for Python 3.6 in #6

Full Changelog: 0.3.1...0.3.2

0.3.1

09 Nov 18:31
Compare
Choose a tag to compare
  • Upgrade to WireViz 0.3.1
  • WireViz 0.3.1 makes wireviz.parse()'s file_out argument optional again. Thanks, @formatc1702!

Full Changelog: 0.3.0...0.3.1

0.3.0

22 Oct 21:26
Compare
Choose a tag to compare
  • 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

22 Oct 21:24
Compare
Choose a tag to compare
  • Add rendering for HTML (SVG and BOM), TEXT (BOM) and JSON (BOM)

Full Changelog: 0.1.0...0.2.0

0.1.0

22 Oct 21:23
Compare
Choose a tag to compare
  • Use version number from wireviz_web.__version__
  • Add software tests
  • Add CI with GitHub Actions
  • Use flask-restx instead of flask-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

0.0.0

22 Oct 21:22
Compare
Choose a tag to compare

Initial import of code from https://github.com/elbosso/WireViz by @elbosso.