SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
714 stars 108 forks source link

Handle shortID and shortGUID format params recently added in Giraffe #138

Closed rmunn closed 5 years ago

rmunn commented 5 years ago

Now that https://github.com/giraffe-fsharp/Giraffe/issues/282 has been implemented and will probably make it into Giraffe's next release, Saturn probably needs to handle those as well. There are two aspects that need to be considered:

I'm excited about the possibility of the shortGuid and/or shortId formats being available for use in URLs, and with these two tweaks to Saturn, I think it will be possible to use Giraffe's soon-to-be-released new feature.

rmunn commented 5 years ago

Update: Giraffe 3.0 has just been released, and the ShortGUID and ShortID (%O and %u) code is in that release. So this is now a necessity before Saturn moves to use Giraffe 3.0.

Krzysztof-Cieslak commented 5 years ago

Should be fixed in 0.8.0 (#153)