Version 1.1.0
CHANGELOG
Most of this release is matuella's directly and indirectly contributions. Many thanks!
- Add: a link to Medium article for "Migrating" section in README
- Add: lint rules
prefer_single_quotes
,always_use_package_imports
,omit_local_variable_types
,prefer_final_locals
andcomment_references
. - Fix: disposing histories on
beamBack
(#417) - Fix: updating history when setting
state
manually (#420) - Deprecate: unused
BeamerDelegate.preferUpdate
- Improve: tests setup (Thanks cedvdb)