aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/tagging/tagging.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move core types into core-types projectJakob Odersky2018-10-091-62/+0
| | | | | | | | | Note that xyz.driver.core.FutureExtensions was moved to xyz.driver.core.rest as it (only) contained logic that dealt with service exceptions, something that belongs into core-rest and must not be depended upon by core-types. This is a breaking change.
* Add `Trimmed` tag and its logic (revisited) (#215)v1.14.2Sergey Nastich2018-09-121-0/+62
* Add option and iterable converters for transparent `@@ Trimmed` creation. * Move tagging stuff to a separate package - relieve `core.scala` from some extra code. * Add Tagging stuff and publishing section to README.md