Skip to content

Releases: madpah/serializable

v1.0.3

04 Apr 11:42
Compare
Choose a tag to compare

v1.0.3 (2024-04-04)

Chore

  • chore(deps-dev): update autopep8 requirement from 2.0.4 to 2.1.0 (#86)

Updates the requirements on autopep8 to permit the latest version.


updated-dependencies:

  • dependency-name: autopep8
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (1577157)

  • chore(deps-dev): update flake8-logging requirement from 1.5.0 to 1.6.0 (#87)

Updates the requirements on flake8-logging to permit the latest version.


updated-dependencies:

  • dependency-name: flake8-logging
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (7d64241)

  • chore(deps-dev): update coverage requirement from 7.4.3 to 7.4.4 (#84)

Updates the requirements on coverage to permit the latest version.


updated-dependencies:

  • dependency-name: coverage
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (425f05e)

  • chore(deps-dev): update mypy requirement from 1.8.0 to 1.9.0 (#83)

Updates the requirements on mypy to permit the latest version.


updated-dependencies:

  • dependency-name: mypy
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9fa5297)

Fix

  • fix: support deserialization of XML flat arrays where child_name does not conform to current formatter #89 (#90)

Signed-off-by: Paul Horton <paul.horton@owasp.org> (ade5bd7)

v1.0.2

01 Mar 08:21
Compare
Choose a tag to compare

v1.0.2 (2024-03-01)

Maintenance release.

Build

  • build: use poetry v1.8.1 (#81)

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> (46a8d9e)

Chore

  • chore(deps-dev): update coverage requirement from 7.4.1 to 7.4.3 (#79)

Updates the requirements on coverage to permit the latest version.


updated-dependencies:

  • dependency-name: coverage
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (fbf9b06)

  • chore(deps): bump Gr1N/setup-poetry from 8 to 9 (#80)

Bumps Gr1N/setup-poetry from 8 to 9.


updated-dependencies:

  • dependency-name: Gr1N/setup-poetry
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3264bc6)

  • chore(deps-dev): update flake8-quotes requirement from 3.3.2 to 3.4.0 (#77)

Updates the requirements on flake8-quotes to permit the latest version.


updated-dependencies:

  • dependency-name: flake8-quotes
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (8a5460a)

  • chore: typo in SECURITY.md (06f557d)

v1.0.1

13 Feb 23:24
Compare
Choose a tag to compare

v1.0.1 (2024-02-13)

Chore

  • chore(deps-dev): update coverage requirement from 7.4.0 to 7.4.1 (#69)

Updates the requirements on coverage to permit the latest version.


updated-dependencies:

  • dependency-name: coverage
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (447e6b8)

  • chore(deps-dev): update flake8-bugbear requirement (#71)

Updates the requirements on flake8-bugbear to permit the latest version.


updated-dependencies:

  • dependency-name: flake8-bugbear
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (e3e51a4)

  • chore(deps-dev): update flake8-logging requirement from 1.4.0 to 1.5.0 (#70)

Updates the requirements on flake8-logging to permit the latest version.


updated-dependencies:

  • dependency-name: flake8-logging
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (aeca110)

  • chore(deps-dev): update flake8-bugbear requirement (#68)

Updates the requirements on flake8-bugbear to permit the latest version.


updated-dependencies:

  • dependency-name: flake8-bugbear
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (1727d78)

Fix

  • fix: serialization of datetime without timezone with local time offset (#76)

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> (06776ba)

Refactor

  • refactor: usage of typing.Literal as non-string (#73)

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> (32fbe2a)

v1.0.0

22 Jan 11:54
Compare
Choose a tag to compare

v1.0.0 (2024-01-22)

Release of first major version 🎉

BREAKING Changes

  • Dropped support for python <3.8

What's Changed

Full Changelog: v0.17.1...v1.0.0

v1.0.0-rc.1

18 Jan 18:25
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

v1.0.0-rc.1 (2024-01-18)

BREAKING changes

  • Dropped support for python <3.8

Read the docs: https://py-serializable.readthedocs.io/en/dev-1.0.0/


install a Release Candidate:

$ pip install py-serializable==1.0.0rc1
$ poetry add py-serializable==1.0.0rc1
# you get the idea ...

What's Changed

Full Changelog: v0.17.1...v1.0.0-rc.1

v0.17.1

07 Jan 15:33
Compare
Choose a tag to compare

Fix

Documentation

  • Add "documentation" url to project meta (bf864d7)
  • Add "documentation" url to project meta (d3bcc42)

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.17.1

v0.17.0

06 Jan 22:38
Compare
Choose a tag to compare

Feature

Documentation


What's Changed

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0

29 Nov 16:36
Compare
Choose a tag to compare

Feature

  • More controll over XML attribute serialization (#34) (38f42d6)

What's Changed

  • feat: more controll over XML attribute serialization by @jkowalleck in #34

Full Changelog: v0.15.0...v0.16.0

v0.15.0

10 Oct 07:12
Compare
Choose a tag to compare

Feature


What's Changed

Full Changelog: v0.14.1...v0.15.0

v0.14.1

08 Oct 20:41
Compare
Choose a tag to compare

Fix


What's Changed

Full Changelog: v0.14.0...v0.14.1