Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

65 lines (49 loc) · 3.61 KB

0.9.0

  • bump a lot of dependencies (thanks to @scala-steward)

    update sbt-tpolecat-0.1.4 #138 update simulacrum-0.14.0 #133 update sbt-crossproject-0.6.0 #141 update circe-core-0.11.1 #159 update circe-core-0.11.0 #154 update httpclient-4.5.6 #139 update akka-http-10.0.15 #135 update circe-core-0.10.1 #136 update scala-java-time-2.0.0-RC1 #137 update mockito-all-1.10.19 #140 update scalajs-dom-0.9.6 #143 update scalacheck-1.14.0 #144 update kind-projector-0.9.9 #145 update discipline-0.10.0 #149 update tut-plugin-0.6.10 #146 update alleycats-core-1.5.0 #147

  • split hammock-core #156 thanks to @ipsq

  • add automatic releasing from travis with sbt-ci-release

  • Support fetch api from browser, not just node #127 thanks to @triggerNZ

0.8.5

  • Enable posfix operators for docs #109
  • Add support for PATCH method #106
  • Replace Codec requirement for requests that include a body by an Encode requirement #107

0.8.4

  • add interpreter for NodeJS! #105

0.8.3

  • update dependencies in #103
  • implementing query parameters building methods #99
  • fix nullpointer in jvm.Interpreter #102
  • make default charset utf-8 for application/json content type #94

0.8.2

  • Make ExampleJS project compile and link correctly #92
  • Fix a MatchError bug in the JS interpreter. We introduced it in #69. #92

0.8.1

  • Bump version of cats-effect to 0.8 #88
  • Bump version of httpclient to 4.5.4 #88

0.8.0

  • Created a changelog #86
  • Update to cats 1.0.0 #80
  • Asynchttpclient interpreter. #73
  • New Entity datatype for representing Http[Request|Response] entites. #69
  • Create a new ByteArray entity #72
  • Refactoring in HttpRequestF. #69
  • Simplification of imports.#69
  • New Marshalling algebra.#74
  • Use stricter scalacOptions. #79
  • Restructure docs. #76