Skip to content

Commit bc6ced2

Browse files
committed
Prepare 0.7.1 Release
1 parent ebef476 commit bc6ced2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.7.1
2+
3+
- [PR-126](https://github.com/leisim/dartx/pull/126) Improve runtime of `elementAtOrNull` for `List`
4+
- [PR-125](https://github.com/leisim/dartx/pull/125) Fix `whereNotNull` to actually return non-null elements
5+
16
## 0.7.0
27

38
- All extensions methods now have their own extension which can be imported explicitly with `show`/`hide`. This allows the usage of `package:collection` and `dartx` in the same file.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartx
22
description: Superpowers for Dart. Collection of useful static extension methods.
3-
version: 0.7.0
3+
version: 0.7.1
44
homepage: https://github.com/leisim/dartx
55

66
environment:

0 commit comments

Comments
 (0)