Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

56 lines (42 loc) · 1.25 KB

Changelog

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.

[Unreleased]

[1.2.9] - 2018-03-13

Changed

  • Ran code through dartfmt as per analysis by pana

[1.2.8] - 2018-03-13

Added

  • Added unit tests for Images

Changed

  • Updated dependencies

[1.2.7] - 2018-03-13

Added

  • Added upper limit of Dart version to 2.0.1

[1.2.6] - 2018-03-12

Added

  • Added Support for Dart 2.0

[1.2.5] - 2018-02-20

Added

  • A publish step in the travis deploy

[1.2.4] - 2018-01-26

Changed

  • EnumFromString no longer uses the mirrors package to make this Flutter compatible by @MostafaAyesh

[1.2.3] - 2018-01-26

Added

  • This Changelog!

Changed

  • Author email

[1.2.2] - 2017-01-26

Changed

  • Dependencies were updated to more permissive versions by @jarontai

Added

  • Example by @jarontai
  • More Entities and types are exported by @jarontai

Fixed

  • Issue with case sensitivity in switch statements from @jarontai
  • Issue with Async Loops from @jarontai

[1.2.1] - 2017-05-28

Fixed

  • Made code in line with Dart styleguide