blob: cfbb0bad53f88f18504f2b3e80cb9ae768c9ecdb [file] [log] [blame] [view]
# 0.20.2
- Fix generated code syntax error when defining fields containing the dollar sign `$` by using raw strings.
- Remove vendored package workaround, require ^3.5.0-154 Dart SDK.
# 0.20.1
- Vendor macro packages as workaround for analyzer issue.
# 0.20.0
- Initial preview of JSON encoding and decoding with a JsonCodable macro.