Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

69 lines (52 loc) · 1.89 KB

1.6.0

  • chore: downgrade project to v1.6.0
  • chore: update project to v1.6.1
  • chore: bump dependencies
  • chore: update descriptions
  • chore: add logo and screenshot
  • chore: removed unused test class
  • feat: override debugFillProperties
  • docs: add missing comma to listener
  • chore: update copyright year
  • chore: add topics to pubspec
  • chore: update sdk constraints
  • chore: update to Dart 2.19
  • refactor: remove unnecessary single child widget mixins
  • refactor(example): migrated deprecated headline1 style

1.5.1

  • chore: add pub links

1.5.0

  • doc: fix badges links and add twitter link
  • doc: rename valueNotifier references in README
  • doc: add code snippets do api docs
  • doc: remove unneeded comment space
  • fix: add missing ci coverage steps
  • ci: move upload coverage to run block
  • ci: add Codecov step name
  • doc: update README header
  • ci: add main workflow
  • chore: add pull request template
  • chore: add code owners
  • refactor: rename valueNotifier to notifier

BREAKING: when specifying ValueNotifier instances, use notifier instead of valueNotifier

1.4.0

  • doc: refactor 1.0.0 changelog
  • refactor: change example notifiers order
  • doc: add example api documentations
  • style: add rules from very_good_analysis 3.1.0
  • feat: add Flutter 3.0.x compatibility
  • chore: update provider to 6.0.5
  • chore: rename project description

1.3.0

  • doc: add widgets api documentation
  • style: enable rule public_member_api_docs

1.2.0

  • style: fix test lints and missing names
  • feat: add example project
  • refactor: fix package name and imports

1.1.0

  • docs: add usage and widgets documentation

1.0.0

Thanks to @felangel and all bloc library contributors.