Releases: google/dart-neats
Releases · google/dart-neats
pem-v2.0.6
chore(pem): update petitparser constraint to allow version 7 (#296)
typed_sql-v0.1.4
What's Changed
Full Changelog: neat_cache-v2.0.5...typed_sql-v0.1.4
neat_cache-v2.0.5
What's Changed
Full Changelog: typed_sql-v0.1.3...neat_cache-v2.0.5
typed_sql v0.1.3
- Added
TransactionAbortedException.toString()to render thereasonwhen
printing an exception. - Fix postgres support for
DateTime.utc(0), which must be encoded as 'BC'
suffixed date-time. - Escaping table names in queries.
- Fix
.update/.deletefor tables with composite primary keys.
typed_sql v0.1.2
- Support for composite foreign keys using the
@ForeignKeyannotation. - Extension methods for joining table using foreign keys.
typed_sql v0.1.1
- Fixed build issues where it's unable to resolve
CustomDataType.
typed_sql v0.1.0
- Initial release of
package:typed_sql.
vendor v0.9.7
- Bump constraint on
package:tarto^2.0.0.
vendor v0.9.6
- Bump
package:analyzerto>= 2.7.0 <7.0.0.
acyclic_steps v0.11.2
- Remove
@sealedannotation in favor offinal classmodifier from Dart 3. - Bump SDK lower-bound constraint to Dart
3.0.0.