Skip to content

0.3.0

Compare
Choose a tag to compare
@Anton-4 Anton-4 released this 21 Feb 16:07
· 321 commits to main since this release
4d5ae53

⚠️ On linux, it's now necessary to use --linker=legacy when using this platform. For example: roc webApp.roc --linker=legacy. See roc-lang/roc#3609 for more info.

Roc syntax to use this platform:

packages { pf: "https://github.com/roc-lang/basic-webserver/releases/download/0.3.0/gJOTXTeR3CD4zCbRqK7olo4edxQvW5u3xGL-8SSxDcY.tar.br" }

What's Changed

  • Integrated Sqlite into platform #35
  • Added ROC_BASIC_WEBSERVER_HOST and ROC_BASIC_WEBSERVER_PORT variables #15
  • Simplified Request body, added parseFormUrlEncoded #41
  • Added Nix Flake #33
  • Several Utc functions now use I128 instead of U128 to be able to represent dates before 1970 #31
  • Nat was replaced by U64 #42

Bugfixes

  • Fix Utc.toMillisSinceEpoch function #20
  • Fix Utc.toIso8601Str #25 #28

New Contributors

Full Changelog: 0.2.0...0.3.0