Skip to content

v2.3.0-beta2

Choose a tag to compare

@ademar ademar released this 27 Dec 05:25
· 631 commits to master since this release

Release notes

  • [travis] dotnet: 2.0.3
  • Merge pull request #675 from SuaveIO/datetime-form-fields
  • Merge pull request #674 from SuaveIO/target-netstandard2.0
  • Suave.Testing: debug type portable
  • correct xml documentation file name
  • tuples have been unified, solves compilation issue
  • all built vs netstandard2.0
  • enable nuget generation on ci build
  • dotnet core 2.0.3
  • add Suave.LibUv to net core solution
  • support date time form fields
  • target netstandard2.0
  • [build] generate portable PDB
  • Merge pull request #671 from alex-bogomaz/609-netcore-tests
  • Merge pull request #672 from alex-bogomaz/656-wrong-nuget-dependencies
  • pack net46 nugets in separate rake tasks
  • exclude HttpEmbedded.fs from netcore tests
  • run netcore linux tests only with libuv
  • 'slash' direction in netcore sln - for linux
  • reference 'libuv' instead of 'libuv.dll'
  • added 'examples' to global.json
  • upgrade .Net SDK to 2.0 for Travis
  • package netstandard "Suave.LibUv"
  • added NetCore stress test to Rakefile
  • Ported Pong example to NetCore
  • Add NetCore tests to CI
  • Port to NetCore 2.0 SDK. Run tests on NetCore
  • Merge pull request #670 from alex-bogomaz/646-suave-testing-netcore
  • build "Suave.Testing" for netstandard 1.6
  • Merge pull request #668 from lambdakris/add-case-insensitive-path-webparts
  • skip nuget on ci until albacore issue resolved
  • the build is waiting for user interaction
  • fail correctly inside socket workflow
  • Merge branch 'master' into add-case-insensitive-path-webparts
  • Add pathScanCi and urlScanCi combinators
  • Add the sscanfci function
  • Add pathStartsCi combinator
  • Add pathCi combinator
  • Merge pull request #661 from JacobChang/chunked-transfer
  • Merge pull request #658 from jimfoye/compression
  • Merge pull request #663 from jimfoye/jf-patch
  • Minor bug fix to error case in generateCookies()
  • implement chunked transfer encoding
  • Fixes #657
  • Merge pull request #654 from alexey-belous/master
  • Added handling of reset connections for mono.
  • Update README.md
  • Update build.cmd
  • Merge pull request #643 from JacobChang/websocket-subprotocol-support
  • Merge pull request #644 from dustinmoris/master
  • fix mismatch comment
  • fix typo
  • change the name of log message
  • Added an enhanced view engine based on Html.fs and Xml.fs
  • Support websocket subprotocols