Skip to content

Releases: aldycool/NETCoreSync

v1.2.2

23 May 15:37
Compare
Choose a tag to compare

v1.2.2 Release Notes

Added Features

  • Fix GZip decompression into chunks

Breaking Changes

None

Flutter Version 1.0.2

30 Aug 12:19
Compare
Choose a tag to compare

Flutter Version 1.0.2 Release Notes

netcoresync_moor

  • Updated with latest netcoresync_moor_generator release.

netcoresync_moor_generator

  • Downgrade analyzer from 2.0.0 to 1.7.0 because flutter still depends on meta 1.3.0.

Flutter Version 1.0.1

28 Aug 13:54
Compare
Choose a tag to compare

Flutter Version 1.0.1 Release Notes

netcoresync_moor

  • Provide example and shorten pubspec.yaml description to increase pub points.

netcoresync_moor_generator

  • Fix generator to support multiple database classes code generation in a single project.
  • Provide example and update dependencies to increase pub points.
  • Fix wrong link description.

NETCoreSyncServer

  • Fix wrong link description.

Flutter Version 1.0.0

28 Aug 10:15
Compare
Choose a tag to compare

Flutter Version 1.0.0 Release Notes

  • Initial Release.

v1.2.1

08 Sep 16:41
Compare
Choose a tag to compare

v1.2.1 Release Notes

Added Features

  • Support custom HTTP Headers in SyncClient constructor

Breaking Changes

None

v1.2.0

09 Aug 07:50
Compare
Choose a tag to compare

v1.2.0 Release Notes

Added Features

  • Support conflict handling during DeserializeJsonToExistingData method
  • Support suppressing Exception during hook calls if updated with older time stamp (GlobalTimeStamp only)

Breaking Changes

  • DeserializeJsonToExistingData method signature change: adds conflictType parameter