summaryrefslogtreecommitdiff
path: root/example
Commit message (Collapse)AuthorAgeFilesLines
* 0.2.80.2.8Li Haoyi2019-09-166-9/+116
|
* 0.2.60.2.6Li Haoyi2019-09-161-1/+0
|
* Sketch out a standard `cask.Logger` interface and standardize dependency ↵Li Haoyi2019-09-1522-27/+39
| | | | injection via case class implicits
* First pass at providing a convenient API for handling websocketsLi Haoyi2019-09-144-17/+175
|
* Rename `BaseDecorator` -> `Decorator`, `Decorator` -> `RawDecorator`, ↵Li Haoyi2019-09-143-5/+5
| | | | `BaseEndpoint` -> `Endpoint`, `Endpoint` -> `HttpEndpoint`
* Make `Input` a type param tooLi Haoyi2019-09-141-3/+2
|
* `InnerResponse` is now a type param instead of member, allowing better error ↵Li Haoyi2019-09-142-6/+2
| | | | | | | | messages through `cask.internal.Conversion`: ``` Cannot return java.io.ByteArrayInputStream as a cask.model.Response[cask.endpoints.JsonData] ```
* `cask.Response` is now covariantLi Haoyi2019-09-141-0/+3
|
* .Li Haoyi2019-09-1445-75/+76
|
* tweak example generationLi Haoyi2019-06-3020-23/+36
|
* upgrade Mill to latest versionLi Haoyi2019-06-3020-52/+4
|
* 0.2.1: support for Scala 2.13.0. Some tests using Quill disabled until they ↵0.2.1Li Haoyi2019-06-1522-67/+67
| | | | | | | | | | get on 2.13 as well Small typos There were pair of really inconsequential typos in the documentation. .
* 0.1.90.1.9Li Haoyi2018-08-2620-40/+40
|
* 0.1.80.1.8Li Haoyi2018-08-2620-20/+20
|
* 0.1.7: micro-optimizations to remove trivially unnecessary bottlenecks0.1.7Li Haoyi2018-08-2620-20/+20
|
* bump to latest version of MillLi Haoyi2018-08-261-1/+1
|
* 0.1.50.1.5Li Haoyi2018-08-252-0/+8
|
* 0.1.40.1.4Li Haoyi2018-08-221-1/+1
|
* 0.1.30.1.3Li Haoyi2018-08-2223-19/+87
|
* Robustify, speed up and scale up the websocket example testsLi Haoyi2018-08-181-20/+26
|
* 0.1.10.1.1Li Haoyi2018-08-1825-28/+28
|
* 0.1.00.1.0Li Haoyi2018-08-1323-24/+40
|
* 0.0.90.0.9Li Haoyi2018-08-1319-19/+19
|
* 0.0.80.0.8Li Haoyi2018-08-1319-19/+19
|
* 0.0.70.0.7Li Haoyi2018-08-1319-19/+19
|
* 0.0.60.0.6Li Haoyi2018-08-1319-19/+19
|
* 0.0.50.0.5Li Haoyi2018-08-1319-19/+19
|
* 0.0.40.0.4Li Haoyi2018-08-1319-19/+19
|
* 0.0.30.0.3Li Haoyi2018-08-1320-20/+20
|
* 0.0.20.0.2Li Haoyi2018-08-1319-19/+19
|
* Tweak websocket tests, example and docsLi Haoyi2018-08-133-10/+6
|
* Add test case for 1000 concurrent websocket connections (can't go higher due ↵Li Haoyi2018-08-132-20/+90
| | | | to client limitations)
* Basic websocket support worksLi Haoyi2018-08-134-1/+99
|
* trim unnecessary dependenciesLi Haoyi2018-08-131-1/+2
|
* Add `Router.Result#map` to DRY up repetitive pattern matchesLi Haoyi2018-08-131-7/+2
|
* add docs on writing custom endpointsLi Haoyi2018-08-133-0/+77
|
* Add scalatags exampleLi Haoyi2018-08-1320-17/+80
|
* tweak docgenLi Haoyi2018-08-122-0/+1
|
* support for java <9Li Haoyi2018-08-125-5/+5
|
* auto-upload examplesLi Haoyi2018-08-1250-2/+1184
|
* add full stack todomvc example to readmeLi Haoyi2018-08-081-2/+0
|
* Full TodoMVC example basically worksLi Haoyi2018-08-083-231/+201
|
* WIP get a todo example workingLi Haoyi2018-07-274-0/+659