Skip to content

Latest commit

History

History
74 lines (59 loc) 路 1.77 KB

CHANGELOG.md

File metadata and controls

74 lines (59 loc) 路 1.77 KB

0.1.3

  • 馃煩 Added error message when inherited ViewModel cannot be found above ModelWidget
  • 馃煥 Lowered minimum Dart SDK version to 2.19.0
  • Date: 9-14-2023

0.1.2

  • 馃煩 Added an example showing how to reuse ViewModel logic
  • Date: 9-03-2023

0.1.1

  • 馃煥 Made ModelBuilder TypeDef private
  • 馃煩 Added useful error message when inherited ViewModel cannot be found
  • Date: 8-25-2023

0.1.0

  • 馃煩 Added ModelWidget class
  • 馃煥 Updated readme to show ModelWidget usage
  • Date: 8-23-2023

0.0.9

  • 馃煪 Readme formatting
  • Date: 8-22-2023

0.0.8

  • 馃煩 Class and method documentation
  • Date: 8-22-2023

0.0.7

  • 馃煪 Broken image links in readme
  • Date: 8-22-2023

0.0.6

  • 馃煥 Added Simple MVVM architecture diagram
  • 馃煩 Basic package tests
  • 馃煩 Future Data example
  • Date: 8-22-2023

0.0.5

  • 馃煥 Updated readme to show additional ways to access ViewModels
  • Date: 8-14-2023

0.0.4

  • 馃煩 Flutter Counter example
  • 馃煩 getModel helper function
  • 馃煥 Updated ViewModelBuilder Live Template to use getModel
  • Date: 8-14-2023

0.0.3

  • 馃煥 Minor updates to readme
  • Date: 8-13-2023

0.0.2

  • 馃煥 Migrated to ViewModelBuilder, ViewModel, and ViewModelProvider classes
  • 馃煩Added Live Templates for IntelliJ
  • 馃煡 Removed dependency on get_it
  • 馃煥 Updated example to illustrate new usage
  • Date: 8-13-2023

0.0.1

  • 馃煩Initial pre-release
  • Date: 7-14-2023

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of Changes

  • 馃煩 Added
  • 馃煥 Changed
  • 馃煣 Deprecated
  • 馃煡 Removed
  • 馃煪 Fixed
  • 馃煢 Security