All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- incorrect library import prefix handling (#68) (d0ce5c7)
- deps-dev: bump lints (f2185cf)
- deps-dev: remove build_test (c687886)
- deps: bump analyzer, build, source_gen (0f6b3e7)
- deps: bump analyzer (b219c33)
- resolve analyzer no_wildcard_variable_uses (42ca666)
- resolve analyzer override_on_non_overriding_member (6a5b8f3)
- resolve analyzer overridden_fields (ca6f6ad)
- resolve analyzer subtype_of_sealed_class (65715f5)
- ignore analyzer deprecated_member_use_from_same_package (2312f8c)
- ignore analyzer unused_field (327d6e1)
- nullable converter types include if null (#62) (273ead3)
- escape strings containing reserved characters (#60) (0cf42f8)
- add xml converter and update fakes (#57) (0615769)
- add support for serializing xml cdata (#48) (8a11d9e)
- add support for fields in superclasses (#39) (8679f1c)
- add support for import prefixes (#40) (ca0e835)
- use build_test and source_gen_test packages (#41) (f35d018)
- publicise generated enum maps to enable reuse (#29) (ab66a66)
- only deserialize fields with an annotation (#30) (1b96d2d)
- enum iterable duplicate variable declaration (#26) (f429e84)
- add support for serializing enums (#20) (c827cce)
- add support for renaming fields in a class (#24) (d2aefbe)
- mixin support for classes without root element (#18) (731babb)
- add support for serializing additional types (#15) (0186617)
- add create mixin to reduce boilerplate (#17) (47c7a7b)