Skip to content

Releases: tueda/python-form

0.2.3

28 Aug 07:23
Compare
Choose a tag to compare

Fixed

  • Added missing py.typed for optional static typing. See also PEP 561. (85bdd04)

Full changes...

0.2.2

07 Feb 19:45
Compare
Choose a tag to compare

Changed

  • FormError is raised when FormLink.read() finds the FORM process stopped by
    some error (previously RuntimeError).
    (1e1ae33)

Added

  • Added type hints in the comment-based syntax.

Full changes...

0.2.1

08 Nov 19:02
Compare
Choose a tag to compare

This version came with document enhancement.

Full changes...