Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into cross-file-null-safe
  • Loading branch information
ditman committed Jan 26, 2021
commit 393b8ce6b97348b7dba34db66326f85027630b5f
8 changes: 6 additions & 2 deletions packages/cross_file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 0.3.0-nullsafety

* Migrated package to null-safety.
* **breaking change** According to our unit tests, the API should be backwards-compatible. However, some changes were made:
* Web: `lastModified` returns the epoch time as a default value, to maintain the `Future<DateTime>` return type.
* **breaking change** According to our unit tests, the API should be backwards-compatible. Some relevant changes were made, however:
* Web: `lastModified` returns the epoch time as a default value, to maintain the `Future<DateTime>` return type (and not `null`)

## 0.2.1

* Prepare for breaking `package:http` change.

## 0.2.0

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.