Qface Versions Save

Interface generator framework based on an interface description language (IDL). Inspired by Qt5!

2.0.8

2 years ago

What's Changed

Full Changelog: https://github.com/Pelagicore/qface/compare/2.0.7...2.0.8

2.0.7

2 years ago

What's Changed

Full Changelog: https://github.com/Pelagicore/qface/compare/2.0.6...2.0.7

2.0.6

2 years ago
  • Replace usage of 'typing.io' by 'typing'
  • Improve error handling when parsing annotation files
  • Don't report an error when parsing an empty annotations file

2.0.5

2 years ago
  • Always provide a error message when using undefiend jinja variables
  • Add a unitest to verify that all jinja errors are handled correctly

2.0.4

2 years ago
  • Relax the versions for dependent packages This should make it easier to install qface next to other python packages.
  • Fix usage of deprecated APIs
  • Improve error reporting in qface files
  • Switched to Github Actions as CI and added new jobs which help to notify when the package breaks