Skip to content

Tags: friebetill/collection

Tags

1.15.0

Toggle 1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare to publish stable null safety (dart-archive#178)

1.15.0-nullsafety.5

Toggle 1.15.0-nullsafety.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump SDK constraints for pub (dart-archive#37) (dart-archive#164)

Use a 2.12.0 lower bound since pub does not understand allowed
experiments for earlier versions.

Use a 3.0.0 upper bound to avoid a warning in pub and to give some
flexibility in publishing for stable.

1.15.0-nullsafety.4

Toggle 1.15.0-nullsafety.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove git overrdies (dart-archive#163)

1.15.0-nullsafety.3

Toggle 1.15.0-nullsafety.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for the 2.11 dev SDKs (dart-archive#154)

Bump the upper bound to allow 2.10 stable and 2.11.0 dev SDK versions.

1.15.0-nullsafety.2

Toggle 1.15.0-nullsafety.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
depend on 2.10 branch for sdk packages (dart-archive#150)

1.15.0-nullsafety.1

Toggle 1.15.0-nullsafety.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prepare for the 2.9 stable sdk release of package:collection (dart-ar…

…chive#148)

Updates the sdk constraint to <=2.9.10

1.15.0-nullsafety

Toggle 1.15.0-nullsafety's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rename version to -nullsafety (dart-archive#146)

1.15.0-nnbd

Toggle 1.15.0-nnbd's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge the null_safety branch into master (dart-archive#143)

Migrates the package to null safety

1.14.13

Toggle 1.14.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare to publish (dart-archive#141)

v1.14.12

Toggle v1.14.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CombinedMapView.keys fix (dart-archive#110)

Fixes https://github.com/dart-lang/collection/issues/109

Adds a custom iterable/iterator that can filter out duplicates and use that for the `CombineMapView.keys` getter. 

Updates tests to contain duplicates in maps, and ensure the keys/values from the earlier maps are the ones that are returned.

Updates the changelog and docs to no longer claim `O(maps)` for the length getter. This now requires iteration of all items and is `O(total map entries)`.

Prepare to publish as 1.14.12