Skip to content

Releases: google/dart-neats

โ€Žneat_cache-v2.0.5

17 Oct 09:44
50e7f54

Choose a tag to compare

What's Changed

  • Ignore StateError when closing sockets, and attempt multiple times. by @jonasfj in #270

Full Changelog: typed_sql-v0.1.3...โ€Žneat_cache-v2.0.5

typed_sql v0.1.3

22 May 13:46
2f1ac14

Choose a tag to compare

  • Added TransactionAbortedException.toString() to render the reason when
    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 / .delete for tables with composite primary keys.

typed_sql v0.1.2

09 May 10:47
8f7a578

Choose a tag to compare

  • Support for composite foreign keys using the @ForeignKey annotation.
  • Extension methods for joining table using foreign keys.

typed_sql v0.1.1

06 May 11:16
4f70278

Choose a tag to compare

  • Fixed build issues where it's unable to resolve CustomDataType.

typed_sql v0.1.0

29 Apr 19:49

Choose a tag to compare

  • Initial release of package:typed_sql.

vendor v0.9.7

04 Feb 09:26
7ebf589

Choose a tag to compare

  • Bump constraint on package:tar to ^2.0.0.

vendor v0.9.6

04 Feb 09:04
b844c2d

Choose a tag to compare

  • Bump package:analyzer to >= 2.7.0 <7.0.0.

acyclic_steps v0.11.2

04 Feb 09:24
c8695b3

Choose a tag to compare

  • Remove @sealed annotation in favor of final class modifier from Dart 3.
  • Bump SDK lower-bound constraint to Dart 3.0.0.

dartdoc_test 0.1.0

28 Aug 11:18

Choose a tag to compare

Initial release of dartdoc_test

neat_cache v2.0.4

11 Apr 12:47
716e3eb

Choose a tag to compare

  • Reconnect when a redis command fails.