Giraffe v0.1.0 Release Notes

  • 💥 Breaking changes

    • ✅ Renamed portRoute to routePorts to be more consistent with other routing functions (route, routef, routeStartsWith, etc.)

    🆕 New features

    • 👍 routef and routeCif both support %O for matching System.Guid values now
    • ➕ Added HTML attributes helper functions to the GiraffeViewEngine.

    Example:

    let html = p [ _class "someCssClass"; _id "greetingsText" ] [ encodedText "Hello World" ]