Releases: imclerran/roc-start
Releases · imclerran/roc-start
v0.4.1
What's Changed
- Update platform to basic-cli 0.15.0 by @imclerran in #59
Full Changelog: v0.4.0...v0.4.1
v0.4.0-pre-release-1
What's Changed
- Add package generatio by @imclerran in #37
- Add package generation to TUI app by @imclerran in #38
- Add exit code 1 when file exists or if no subcommands by @imclerran in #46
- Refactoring by @imclerran in #47
- Add additional tests by @imclerran in #48
- Add more tests by @imclerran in #49
- More tests by @imclerran in #50
- Add failure messages when the local repository fails to update by @imclerran in #54
Full Changelog: v0.3.4...v0.4.0
v0.3.4
What's Changed
- Add update command to enable updating by itself by @imclerran in #18
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Correct headers for platforms who require something besides
main
by @imclerran in #16
This means that that code gen is now correct for the Kingfisher platform.
Previous incorrect headers:
app [main] {
url: "https://..."
}
New correct headers:
app [main, Model] {
url: "https://..."
}
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Hotfix - fix bug which causes crash when wordwrapping 0 words by @imclerran in #15
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Fix bug in adaptive control prompt which caused it to require excess … by @imclerran in #13
- Add word wrapping for packages on confirmation screen by @imclerran in #14
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Add --fast flag to install script by @imclerran in #9
- Add platform app-stubs to enable building a runnable application by @imclerran in #10
- Fix broken app stubs (add imports) by @imclerran in #11
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Add documentation comments and tests by @imclerran in #6
- Change behavior of GoBack action on filtered menu by @imclerran in #7
- Add prompt indicating default app name by @imclerran in #8
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Add controller module by @imclerran in #5
- Fixed bugs introduced by pushing partially implemented controller code to main.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Print out usage message when app-name or platform missing from cli args. by @imclerran in #2
- Refactoring by @imclerran in #3
- Add TUI app [BIG UPDATE!] by @imclerran in #4
Full Changelog: v0.1.0...v0.2.0