# Changelog

## 2.0.0
  * Publish null safe version as stable release.

## 2.0.0-nullsafety.0

  * Enable null safety for this package.

## 1.1.0

  * Migrate from deprecated InheritedWidget methods to new implementations
    * `inheritFromWidgetOfExactType` > `dependOnInheritedWidgetOfExactType`  
    * `ancestorInheritedElementForWidgetOfExactType` > `getElementForInheritedWidgetOfExactType`  
    * Thanks to Kate Lovett and Kevin Moore!

## 1.0.1

  * Fix changelog

## 1.0.0

  * Deprecated the `ModelBuilder` class. Use `AnimatedBuilder` instead, which works with any listenable.
  * Ship 1.0, since core functionality has been stable for quite some time.

## 0.3.0

  * Add constraint for Dart SDK (>=2.0.0-dev-28.0 <3.0.0)
  * Update / add lots of docs
  * Expose the `ModelLister` publicly, renamed to `ModelBuilder`
  * Add helpful error message if model could not be found

## 0.2.0

  * Thanks to @passsy for the contributions!
  * Model cannot be null
  * Model now implements Listenable
  * Improve Docs
  * Improve tests

## 0.1.1

  * Move to github

## 0.1.0

  * Initial version
