Skip to content

Releases: yukinarit/pyserde

v0.30.0

06 Feb 17:12
40998d7

Choose a tag to compare

What's Changed

New features

Build

  • Bump pre-commit from 4.1.0 to 4.5.1 by @dependabot[bot] in #706
  • Bump coverage from 7.6.8 to 7.13.2 by @dependabot[bot] in #704
  • Update msgpack-types requirement from <0.6,>=0.5 to >=0.5,<0.8 by @dependabot[bot] in #711
  • Update more-itertools requirement from <10.6,>=10.5.0 to >=10.5.0,<10.9 by @dependabot[bot] in #705
  • Bump black from 25.12.0 to 26.1.0 by @dependabot[bot] in #710

Documentation

Full Changelog: v0.29.1...v0.30.0

v0.29.1

25 Jan 17:03
91db473

Choose a tag to compare

What's Changed

Bug fixes

New Contributors

Full Changelog: v0.29.0...v0.29.1

v0.29.0

24 Jan 12:14
421772d

Choose a tag to compare

What's Changed

New features

  • Add flatten dict support to capture additional fields by @yukinarit in #696

Bug fixes

Build

  • Update mypy requirement from ==1.14.0 to ==1.15.0 by @dependabot[bot] in #633

Documentation

Other changes

Full Changelog: v0.28.0...v0.29.0

v0.28.0

08 Jan 11:35
761aca7

Choose a tag to compare

What's Changed

New features

Test

Other changes

  • Fix iter_literals adding dataclass to result set by @yukinarit in #689

Full Changelog: v0.27.0...v0.28.0

v0.27.0

14 Dec 15:18
c72cd5c

Choose a tag to compare

What's Changed

New features

Build

Other changes

Full Changelog: v0.26.2...v0.27.0

v0.26.2

12 Dec 13:16
6face4a

Choose a tag to compare

What's Changed

Bug fixes

CI

Full Changelog: v0.26.1...v0.26.2

v0.26.1

09 Dec 18:40
f4a0109

Choose a tag to compare

What's Changed

Bug fixes

Documentation

  • Fix the guide destination dir as per mdbook v0.5 change by @yukinarit in #680

New Contributors

Full Changelog: v0.26.0...v0.26.1

v0.26.0

08 Dec 10:02
27e48fc

Choose a tag to compare

What's Changed

New features

CI

Build

Documentation

Full Changelog: v0.25.1...v0.26.0

v0.25.1

10 Sep 10:42
2bc7445

Choose a tag to compare

What's Changed

Bug fixes

Refactoring

Other changes

New Contributors

Full Changelog: v0.25.0...v0.25.1

v0.25.0

22 Aug 03:40
02b617f

Choose a tag to compare

What's Changed

New features

  • Fix skip_none parameter propagation to nested objects by @yukinarit in #657

Build

Refactoring

  • Rework bench script, update deps and add pydantic by @yukinarit in #659

Test

Performance improvements

  • Implement lazy imports for numpy and beartype to improve startup time by @yukinarit in #658

Other changes

Full Changelog: v0.24.0...v0.25.0