summaryrefslogtreecommitdiff
path: root/contrib/playlib/api
Commit message (Collapse)AuthorAgeFilesLines
* Reworks version specific keys and extractionJean Helou2019-03-111-2/+2
| | | | | | | Route compilation workers are specific to play minor version but still added a patch level version in the key. The playMinorVersion used to compute the version part of the key had to add a useless trailing `.0`, this is now fixed.
* Tightens visibility of the internal workersJean Helou2019-03-111-1/+1
|
* Adds individual modules to configure mill to playframework's defaultsJean Helou2019-03-111-0/+7
| | | | | | | | This adds : - version configuration - dependencies - directory layout - runtime server
* switch to T.sources for the routesFiles settingJean Helou2019-02-141-1/+1
|
* Adds the api submoduleJean Helou2019-02-141-0/+26
This is the second commit of a redesign of the play lib module. This module contains only the common `api` which is implemented by the actual workers. It also defines a specific ADT to configure the type of routes generator to be used for the project. The ADT feels cleaner than a simple string but may be too restrictive.