Skip to content

Commit

Permalink
Remove methods that are incompatible with invariance (the methods fro…
Browse files Browse the repository at this point in the history
…m List/Set/Map/Iterable will then be "inherited", and their "softer" signature is more appropriate)
  • Loading branch information
eernstg committed Mar 8, 2024
1 parent d82356e commit ff14bd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.12

- Remove methods that are inherently incompatible with preservation of
invariance (only special cases for the values of type arguments would
not cause the invariance property to be violated).

## 1.0.11

- Improve README.md.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
Invariant versions of standard collection types using extension types.
As of version 1.0.11, the kinds which are implemented are `Iterable`,
`List`, `Set`, and `Map`.
version: 1.0.11
version: 1.0.12
repository: https://github.com/eernstg/invariant_collection

environment:
Expand Down

0 comments on commit ff14bd3

Please sign in to comment.