-
-
Notifications
You must be signed in to change notification settings - Fork 1
Change Log Published
James Gascoigne - Taylor edited this page Aug 9, 2019
·
16 revisions
Have a look at the Roadmap for an idea of what's coming up in next.
Version 0.2.2
- Cleaned resource generation
- fixed indentation in config file
- added happy path feature tests
- added dev dependencies so specs actually pass
Version 0.2.1
- Working resource generations
- Rails resource generation with fields
- Flutter resource generation with fields
- Implement basic block pattern in Flutter
- Connect Flutter to Rails
Version 0.2.0
Important Release notes:
Version 0.2.0 was released ASAP as a rework for the original directory structure which was proving to be convoluted. The new structure is to allow developers the opportunity to implement their own more advanced structure if the prefer that. The structure used was taken from numerous examples from the official flutter examples.
- Refactored generators and classes
- Changed directory and file structure for Flutter UI.
- Added Routing to UI
- Added pages in PopupMenuButton
- added success information after app creation
- Added Rails resource generation
- UI page transition animations
Version 0.1.1
- Excluded docs folder to make gem 13kb (instead of 3mb 😱)
Version 0.1.0 (YANKED: GEM was 2.99MB due to Jekyll for gh pages)
- Removed
slidydependency- Created ERB templates for flutter setup
- Handle file adding and removal using Thor
- Refactored CreateApp class a bit
- Added
frap --versioncommand
Version 0.0.5 (YANKED: GEM was 2.99MB due to Jekyll for gh pages)
- Added Thor - http://whatisthor.com/
- Add some specs
- Added a config file for the app using ERB templates (will be used for validation in upcoming releases)
- generator skeleton and proposed usage
Version 0.0.3
- Add another test
- Use
rails new app_name --api -Tto allow people to choose specific tests - extract CreateApp class
- Update Ruby version to 2.6.1
Version 0.0.2
- Rename gem due to typo-protected gem: grape
- Implement
frapp newusing Rails, Flutter and Slidy
Version 0.0.1 (Yanked due to error)
- Basic implementation using rails, flutter and slidy to generate skeleton