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.
- Ran code through
dartfmt
as per analysis bypana
- Added unit tests for Images
- Updated dependencies
- Added upper limit of Dart version to 2.0.1
- Added Support for Dart 2.0
- A publish step in the travis deploy
- EnumFromString no longer uses the
mirrors
package to make this Flutter compatible by @MostafaAyesh
- This Changelog!
- Author email
- Dependencies were updated to more permissive versions by @jarontai
- Example by @jarontai
- More Entities and types are exported by @jarontai
- Issue with case sensitivity in switch statements from @jarontai
- Issue with Async Loops from @jarontai
- Made code in line with Dart styleguide