- scala 2.13 support 64 (from @avdv)
- update dependencies 54
- sbt 1.2.8 55
- sbt-sonatype 2.5 56
- play 2.7.3 60
- can define behaviour when no route are found 35
Fix issue #25
contribution from @SahilLone
- Remove colon after 'Basic' in basic auth 37
contribution from @mattrussell-sky
- Fix withHttpHeaders behavior for FakeWSRequestHolder 33
- Fix withQueryStringParameters behavior for FakeWSRequestHolder 34
contributions from @a-shkarupin
- Do not use a shutdown hook with helpers trait 31
- Stop using deprecated actions 27
contribution from @1gnition - Add helpers for users to avoid using deprecated
Action
29
contribution from @raphaelbauer
- compatibility with play 2.6.0
- update dependencies: https://github.com/leanovate/play-mockws/compare/v2.5.1...v2.5.2
- release compatible with play 2.5.0
-
Fix truncated response in FakeWSRequestHolder #15
contribution from @avdv -
release compatible with play 2.5.0-RC2
- release compatible with play 2.5.0-RC1
- first version compatible with play 2.4.y
- same release as 0.15 - use the same version number as play (2.3.x compatible with play 2.3.y)
- fix leanovate#6
-
support for
allHeaders
+getResponseBodyAsBytes
#2
contribution from @kwark -
support for
withMethod
inexecute
andstream
#3
contribution from @sebdotv -
Allow WS varargs to be passed as immutable Seqs #5
fix from @jdanbrown
- handle URL query parameters
- remove dependency to specs2 - retain only mockito
- add Route