[go: nahoru, domu]

Skip to content

Commit

Permalink
bloc v5.0.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jun 21, 2020
1 parent d1b1c4a commit 6fab62a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions packages/bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 5.0.0-dev
# 5.0.0-dev.1

- refactor: bloc to extend `Cubit` rather than `Stream`
- **BREAKING**: remove `initialState` override in favor of providing the initial state via super
- **BREAKING**: remove `initialState` override in favor of providing the initial state via super ([#1304](https://github.com/felangel/bloc/issues/1304)).
- feat: support `null` states ([#1312](https://github.com/felangel/bloc/issues/1312)).
- refactor: bloc to extend [cubit](https://pub.dev/packages/cubit) rather than `Stream`.

# 4.0.0

Expand Down
2 changes: 1 addition & 1 deletion packages/bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bloc
description: A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
version: 5.0.0-dev
version: 5.0.0-dev.1
repository: https://github.com/felangel/bloc/tree/master/packages/bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://bloclibrary.dev
Expand Down

0 comments on commit 6fab62a

Please sign in to comment.