Skip to content

Commit

Permalink
[bump] v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slovnicki committed Dec 13, 2021
1 parent 0d967e9 commit 44b245a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.1.0

Most of this release is [matuella](https://github.com/matuella)'s directly and indirectly contributions. Many thanks!
- **Add:** a link to [Medium article](https://medium.com/flutter-community/beamer-v1-0-0-is-out-whats-new-and-how-to-migrate-b251b3758e3c) for "Migrating" section in README
- **Add:** lint rules `prefer_single_quotes`, `always_use_package_imports`, `omit_local_variable_types`, `prefer_final_locals` and `comment_references`.
- **Fix:** disposing histories on `beamBack` ([#417](https://github.com/slovnicki/beamer/issues/417))
- **Fix:** updating history when setting `state` manually ([#420](https://github.com/slovnicki/beamer/issues/420))
- **Deprecate:** unused `BeamerDelegate.preferUpdate`
- **Improve:** tests setup (Thanks [cedvdb](https://github.com/cedvdb))

# 1.0.0

- **BREAKING:** "top-level state", the one in `BeamerDelegate` is now `RouteInformation` instead of `BeamState`
Expand Down
2 changes: 1 addition & 1 deletion package/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: beamer
description: A routing package that lets you navigate through guarded page stacks and URLs using the Router and Navigator's Pages API, aka "Navigator 2.0".
version: 1.0.0
version: 1.1.0
homepage: https://github.com/slovnicki/beamer
repository: https://github.com/slovnicki/beamer

Expand Down

0 comments on commit 44b245a

Please sign in to comment.