What's Changed * Fixes bug related to Tuples defined with ellipsis by matt035343 in https://github.com/lidatong/dataclasses-json/pull/440 * Revert type hint in annotation call by george-zubrienko in https://github.com/lidatong/dataclasses-json/pull/441
What's Changed * Fix: default_factory returned without being called when filling default value in schema by jamesbw in https://github.com/lidatong/dataclasses-json/pull/406 * Add mypy pipeline by s-vitaliy in https://github.com/lidatong/dataclasses-json/pull/424 * 395: fields with no default value/factory should be marked as required when generating schema by deansg in https://github.com/lidatong/dataclasses-json/pull/397 * fix: surface nested mapping errors by skeggse in https://github.com/lidatong/dataclasses-json/pull/426 * Fixes bug in string case serialization not taking numbers into account by matt035343 in https://github.com/lidatong/dataclasses-json/pull/420 * Fix mypy issues on python 3.11 by george-zubrienko in https://github.com/lidatong/dataclasses-json/pull/430 * Fix config(exclude=…) type annotations by andersk in https://github.com/lidatong/dataclasses-json/pull/368 * Drop marshmallow-enum dependency by a-was in https://github.com/lidatong/dataclasses-json/pull/384 * Fixes heterogeneous tuple decoding by matt035343 in https://github.com/lidatong/dataclasses-json/pull/435 * Use Poetry for dependency management by george-zubrienko in https://github.com/lidatong/dataclasses-json/pull/431 * Fix branch name filter in prepare-release.yaml by george-zubrienko in https://github.com/lidatong/dataclasses-json/pull/436
New Contributors * jamesbw made their first contribution in https://github.com/lidatong/dataclasses-json/pull/406 * deansg made their first contribution in https://github.com/lidatong/dataclasses-json/pull/397 * skeggse made their first contribution in https://github.com/lidatong/dataclasses-json/pull/426 * a-was made their first contribution in https://github.com/lidatong/dataclasses-json/pull/384
What's Changed * feat: add formalized issue template by s-vitaliy in https://github.com/lidatong/dataclasses-json/pull/417 * Fixing bug in decoder eval for optional fields by rpmcginty in https://github.com/lidatong/dataclasses-json/pull/354 * Fix type order relevance for union wrapping 2 types by george-zubrienko in https://github.com/lidatong/dataclasses-json/pull/419 * Fix autocomplete when using annotation by george-zubrienko in https://github.com/lidatong/dataclasses-json/pull/411 * Add support for enhanced builtin instantiation by rpmcginty in https://github.com/lidatong/dataclasses-json/pull/375 * Restore `schema()` type safety by fixing generic type alias misuse by andersk in https://github.com/lidatong/dataclasses-json/pull/371
New Contributors * s-vitaliy made their first contribution in https://github.com/lidatong/dataclasses-json/pull/417 * george-zubrienko made their first contribution in https://github.com/lidatong/dataclasses-json/pull/419 * andersk made their first contribution in https://github.com/lidatong/dataclasses-json/pull/371
What's Changed * 341: Fixes for type-parameters without arguments by USSX-Hares in https://github.com/lidatong/dataclasses-json/pull/346 * ci: disable 3.6 by lidatong in https://github.com/lidatong/dataclasses-json/pull/400 * ci: bump gh action by lidatong in https://github.com/lidatong/dataclasses-json/pull/403 * Update usage of mypy.main in test following updates to mypy package by rpmcginty in https://github.com/lidatong/dataclasses-json/pull/374 * Fixes recursive dict encoding by matt035343 in https://github.com/lidatong/dataclasses-json/pull/394 * Removes unused type variables in api.py by matt035343 in https://github.com/lidatong/dataclasses-json/pull/415 * Documentation: added example of global_config by nr23 in https://github.com/lidatong/dataclasses-json/pull/189 * ci: add publish to gh action workflow by lidatong in https://github.com/lidatong/dataclasses-json/pull/421
New Contributors * rpmcginty made their first contribution in https://github.com/lidatong/dataclasses-json/pull/374 * matt035343 made their first contribution in https://github.com/lidatong/dataclasses-json/pull/394 * nr23 made their first contribution in https://github.com/lidatong/dataclasses-json/pull/189