Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 495 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 495 Bytes

0.2.0

  • 👮 Migrate to nullsafety

0.1.0+1

  • 👮 dispose() method is now async.

0.1.0

  • 💥 Breaking change: getMeta parameter is removed. Use transformBody parameter to update the body of the message.

0.0.6

  • ⚡ Change MetaGetter to return Future

0.0.5

  • 📺 Update Dart dependency

0.0.4

  • 🐛 Fix timeout increasing

0.0.3

  • ⚡ Add max timeout for backoff

0.0.2

  • ⚡ Add error catching and exponential backoff

0.0.1

  • Initial version