Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1 KB

1.0.0

  • Moved to stable release.
  • Generated path now includes the missing backslash "/" at the end.
  • Using backslash "/" as the path separater for all platforms. Earlier using the default path on windows platforms resulted in compilation errors. This update fixes that issue.

0.1.3-dev.2+5

  • Latest version string updated in version file.

0.1.3-dev.2+4

  • Improved handling of assets directory paths.

0.1.3-dev.1+4

  • Removed hardcoded forward slash while adding assets directory paths. Resolves an issue which resulted in the path being invalid on windows.

0.1.3-dev.0+4

  • Check added to check if fonts dir exists or not before traversing it for code generation.

0.1.2-dev.0+4

  • Assets code removed from pubspec.

0.1.2-dev.0+3

  • Bug fix in update logic.

0.1.1-dev.0+3

  • Support for update check added and some refactoring. Documentation updated.

0.1.0-dev.0+2

  • Fixed typo in repository name in pubspec.yaml.

0.1.0-dev.0+1

  • Documentation update.

0.1.0-dev.0

  • Initial dev release.