Skip to content

Releases: imclerran/roc-start

v0.4.1

12 Sep 17:48
5b81a8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0-pre-release-1

08 Jul 21:14
1bfc23f
Compare
Choose a tag to compare
v0.4.0-pre-release-1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.4...v0.4.0

v0.3.4

07 Jun 00:31
52f7c57
Compare
Choose a tag to compare

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

06 Jun 17:45
1b4efe9
Compare
Choose a tag to compare

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

06 Jun 17:41
6ee5850
Compare
Choose a tag to compare

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

06 Jun 16:03
318351d
Compare
Choose a tag to compare

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

05 Jun 18:19
afd3bc6
Compare
Choose a tag to compare

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

05 Jun 15:19
8b2f43d
Compare
Choose a tag to compare

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

04 Jun 16:17
a186cf6
Compare
Choose a tag to compare

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

03 Jun 20:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0