Skip to content

Commit

Permalink
chore(release): v0.4.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwan-seok authored Apr 6, 2023
1 parent d8813ed commit e0e8934
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.4.0

- feat: Add convenience methods
- feat: Add ability to emit additional state in the mutable methods
- Breaking feat!: Return null when no item is found.
```dart
Methods that find index of the item are now return null if there is no finding item located in the list.
The affecting methods are:
indexOf()
lastIndexOf()
indexWhere()
lastIndexWhere()
```

## 0.3.0

- chore(deps): Bump dio version to ^5
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bloc_infinite_list
description: Serves pre-made infinite list cubit and bloc to reduce boilerplate and provide concrete immutable bloc implementation.
version: 0.3.0
version: 0.4.0
homepage: https://github.com/Hwan-seok/flutter_infinite_list
issue_tracker: https://github.com/Hwan-seok/flutter_infinite_list/issues

Expand All @@ -21,8 +21,8 @@ dependencies:

dev_dependencies:
build_runner: ^2.3.0
flutter_lints: ^2.0.0
fake_async: ^1.3.0
flutter_lints: ^2.0.0
json_serializable: ^6.6.1
test: ^1.22.2
very_good_analysis: ^3.1.0

0 comments on commit e0e8934

Please sign in to comment.