All Versions
54
Latest Version
Avg Release Cycle
66 days
Latest Release
212 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.1.0-alpha004 Changes
This version has some breaking changes
- Re-factored
bindto make it a true bind function - โ Added a new
composecombinator - ๐ The
>>=operator became>=>now and>>=is the newbindfunction (Fixes #5) - โฌ๏ธ Upgraded project to .NET Core SDK RC4
- Re-factored
-
v0.1.0-alpha003 Changes
- โฌ๏ธ Upgraded to FSharp.Core 4.1.0
- โ Added
subRouteandsubRouteCihandlers (Fixes #7 ) - ๐ Uses culture invariant parse functions for
routefandrouteCif(See #8)
-
v0.1.0-alpha002 Changes
- ๐ Changed the
HttpHandlerContextto include anIServiceProviderand removedIHostingEnvironmentandILoggerFactoryinstead - โ Added more default HttpHandlers:
challenge,signOff,requiresAuthentication,requiresRole,requiresRoleOf,clearResponseandxml - โ Added XML documentation to all default HttpHandlers
- โก๏ธ Updated to latest Microsoft.FSharp.Core.netcore NuGet package, which is in RC now
- ๐ Changed the name of the
ErrorHandlerMiddlewaretoLambdaErrorHandlerMiddlewareand changed theIApplicationBuilderextension method toUseLambdaErrorHandler
- ๐ Changed the
-
v0.1.0-alpha001 Changes
๐ First alpha release with a basic set of functionality.