Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Mar 14, 2021
1 parent 693d5be commit 6d8bbbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 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.
- Undeprecate `firstOrNullWhere` until `dartx` can export `package:collection` itself
- New `Directory.file` and `Directory.directory` extensions to quickly create file/directory references
- Update `time` package

## 0.6.0

- [PR-120](https://github.com/leisim/dartx/pull/120) Migrate to nullsafety
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.6.1
version: 0.7.0
homepage: https://github.com/leisim/dartx

environment:
Expand Down

0 comments on commit 6d8bbbd

Please sign in to comment.