Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 14, 2024
1 parent 9df52fc commit 1cb3535
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/1 - Cask: a Scala HTTP micro-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ via the following coordinates:
```scala
// Mill
ivy"com.lihaoyi::cask:0.9.1"
ivy"com.lihaoyi::cask:0.9.2"
// SBT
"com.lihaoyi" %% "cask" % "0.9.1"
"com.lihaoyi" %% "cask" % "0.9.2"
```
The `./mill` command is just a wrapper around the
Expand Down
14 changes: 13 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cask 0.9.1: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
Cask 0.9.2: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
===========================================================================================================================================================================

[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg
Expand Down Expand Up @@ -44,6 +44,18 @@ courtesy of EJ Technologies

## Changelog

### 0.9.2

- Properly decode URL parameters when passed as path segments or query params [#114](https://github.com/com-lihaoyi/cask/pull/114)

- Preserve leading slash when resolving static paths [#111](https://github.com/com-lihaoyi/cask/pull/111)

- Add `cask.QueryParams` type to allow route methods to take arbitrary query parameters,
add `cask.RemainingPathSegments` as replacement for `subpath = true`
[#108](https://github.com/com-lihaoyi/cask/pull/108)
[#109](https://github.com/com-lihaoyi/cask/pull/109)
[#110](https://github.com/com-lihaoyi/cask/pull/110)

### 0.9.1

- Update `org.xerial:sqlite-jdbc` library in examples to version `3.41.2.1` to
Expand Down

0 comments on commit 1cb3535

Please sign in to comment.