Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 540 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 540 Bytes

Changelog

2.0.0

  • Null safety release.

2.0.0-nullsafety.0

  • Pre-release version: updated library to null safety (Non-nullable by default).
  • Removed support for Dart 1.x.

1.1.0

  • Added protect, protectRead and protectWrite convenience methods.
  • Improved tests to not depend on timing.

1.0.3

  • Added an example.

1.0.2

  • Code clean up to satisfy pana 0.13.2 health checks.

1.0.1

  • Fixed dartanalyzer warnings.

1.0.0

  • Updated the upper bound of the SDK constraint to <3.0.0.

0.0.1

  • Initial version