platform/packages/cache/CHANGELOG.md

12 lines
248 B
Markdown
Raw Normal View History

# 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
# 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
2018-11-10 16:59:07 +00:00
# 2.0.1
* Add `ignoreQueryAndFragment` to `ResponseCache`.
* Rename `CacheService.ignoreQuery` to `ignoreParams`.
2018-05-16 03:54:34 +00:00
# 1.0.0
* First version