Skip to content

Releases: gatkin/declxml

Allow parsing of optional namedtuple values

03 Feb 22:37
Compare
Choose a tag to compare

Type Hint Release

06 Jan 20:59
Compare
Choose a tag to compare

Add type hints to public API #20

Type Hint Release Candidate

06 Jan 20:31
Compare
Choose a tag to compare
Pre-release

Add type hints to public API #20

Type Hint Release Candidate

24 Sep 02:11
Compare
Choose a tag to compare
Pre-release

Adds type hints to the public API functions (#20)

Test Release

22 Sep 14:50
Compare
Choose a tag to compare
Test Release Pre-release
Pre-release

This is a test release to test deploying to PyPi from Azure Pipelines job.

Test Release

22 Sep 02:23
20a9b8a
Compare
Choose a tag to compare
Test Release Pre-release
Pre-release

Release to test publishing to PyPi from Azure pipeline job.

Support for attrs classes

03 Sep 19:07
Compare
Choose a tag to compare

Adds support for parsing and serializing classes created with the attrs library. Resolves #19.

Processing Hooks Support

26 Jun 02:59
Compare
Choose a tag to compare

Adds support for processing hooks which allow callers to provide custom functions to be invoked during the parsing and serialization process. This feature enables support for a variety of use cases including

  • Additional application-specific validation
  • Value transformation
  • Debugging

Automated PyPi Deployments

07 Jun 00:49
Compare
Choose a tag to compare

Automates the process of deploying new releases to PyPi from Travis CI.

Also adds docstring documentation that was missing for a few parameters that were added to the public API in the previous release.

Text Encoding Improvements

05 Jun 02:08
Compare
Choose a tag to compare

This release adds improved handling for different text encodings on different Python versions resolving issue #9. A special thanks to @marnunez for his contributions in PR #10.