Skip to content

0.1.0-beta-700

Pre-release
Pre-release
Compare
Choose a tag to compare
@dustinmoris dustinmoris released this 22 Dec 11:57
· 850 commits to master since this release

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" ]