SaturnFramework Saturn Versions Save

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern

0.13.0

4 years ago

Allow all functions in a channel to see the socketId (by @robertpi) Add exception handler for site.map generation (by @Krzysztof-Cieslak) Fix edit action in controller (by @Krzysztof-Cieslak) Moves use_open_id_auth_with_config to the Saturn.Extensions.Authorization project, obsoletes the old member and forwards it to the new project. (by @ChrSteinert)) Channel improvements (typed handle action) (by @Krzysztof-Cieslak) Doc generation and infrastructure updates (by @Krzysztof-Cieslak)

0.12.1

4 years ago

Add support for AzureAD OAuth (by @ChrSteinert))

0.12.0

4 years ago

bump TFM to netcoreapp3.1 (by @baronfel) fully-qualify applicationbuilder type to use the saturn type instead of aspnetcore (by @baronfel) Fixed naming collision in Auth extensions (by @rusanov-vladimir )

0.11.0

4 years ago
  • Include .Net Core 3.0 version (by @baronfel)

0.10.1

4 years ago

Update Giraffe to 4.0.1 (by @mastoj)

0.10.0

4 years ago

add OpenId Saturn extension (by @gfritz) updated Giraffe to version 4 (by @brase) fix for signature of tryMatchInput (by @brase) renames AddAuthorization to AddAuthorizationCore (by @brase) Add more constraints for package dependencies (by @Krzysztof-Cieslak)

0.9.0

4 years ago

0.8.0

5 years ago
  • Updates Index and DeleteAll to not result in plugs fired twice. (by @jeremyabbott)
  • Upgrade of Giraffe to 3.4, fixes breaking compilation errors. (by @NinoFloris)
  • Fixes other spots that are related to #143, DeleteAll and Index, brings consistency, all plugs are now only run after route check (by @NinoFloris)
  • Removes stringConvert, we now completely rely on giraffe to convert our route segments, which means ShortID and ShortGuid automatically work as they should, also adds quite some tests for (sub) routing (by @NinoFloris)

0.7.6

5 years ago

Add extension for turbolinks Fix turbolinks header application (by @NinoFloris) Set 404 status code on not found handlers in sample return an IActionResult over HttpResponse in azure functions handler Fix for plugs firing twice (by @jeremyabbott)

0.7.5

5 years ago

Check state.Urls before running UseUrls (by @NinoFloris) fixes missing doctype in html controller actions (by @WalternativE) Add abstraction for hosting Saturn on Azure Functions (by @Krzysztof-Cieslak) Enable packaging for extensions (by @Krzysztof-Cieslak)