Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 872 Bytes

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.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