Skip to content

Commit

Permalink
Prepare 0.7.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Mar 22, 2021
1 parent ebef476 commit bc6ced2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.1

- [PR-126](https://github.com/leisim/dartx/pull/126) Improve runtime of `elementAtOrNull` for `List`
- [PR-125](https://github.com/leisim/dartx/pull/125) Fix `whereNotNull` to actually return non-null elements

## 0.7.0

- 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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dartx
description: Superpowers for Dart. Collection of useful static extension methods.
version: 0.7.0
version: 0.7.1
homepage: https://github.com/leisim/dartx

environment:
Expand Down

0 comments on commit bc6ced2

Please sign in to comment.