aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-10-11 03:58:47 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-11 13:06:21 -0700
commit0a32398637816773406a08d2a201ef3be5836cb2 (patch)
tree93e316b076095cec8e15d7241b1a8d3cfbee1106 /README.md
parentce45a6b8239a729a64a65704ad24caa6e3d33f50 (diff)
downloaddriver-core-0a32398637816773406a08d2a201ef3be5836cb2.tar.gz
driver-core-0a32398637816773406a08d2a201ef3be5836cb2.tar.bz2
driver-core-0a32398637816773406a08d2a201ef3be5836cb2.zip
Add a changelog (also consists of the migration guide for 2)
[skip ci] closes #121 closes #217
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 22cecd0..ec0050a 100644
--- a/README.md
+++ b/README.md
@@ -42,16 +42,16 @@ specific functionality.
Project | Description
-----------------|------------
-`core` | *(deprecated)* Previous application initialization framework.
-`core-database` | Utilities for working with databases, slick in particular.
-`core-init` | Mini-framework that offers default instances of many utilities, configured for the current platform.
-`core-messaging` | Library for abstracting over message buses such as Google PubSub.
-`core-reporting` | Combined tracing and logging library.
-`core-rest` | Abstractions to represent RESTful services, discovery and client implementations.
-`core-storage` | Object storage utilities.
-`core-testkit` | Mixins for scalatest.
-`core-types` | Type definitions that are commonly used by applications.
-`core-util` | Other utilities that do not belong anywhere else. **Note that this is a staging place for code that does not have its own submodule yet. Do not depend on it externally!**
+core | *(deprecated)* Previous application initialization framework.
+core&#8209;database | Utilities for working with databases, slick in particular.
+core&#8209;init | Mini-framework that offers default instances of many utilities, configured for the current platform.
+core&#8209;messaging | Library for abstracting over message buses such as Google PubSub.
+core&#8209;reporting | Combined tracing and logging library.
+core&#8209;rest | Abstractions to represent RESTful services, discovery and client implementations.
+core&#8209;storage | Object storage utilities.
+core&#8209;testkit | Mixins for scalatest.
+core&#8209;types | Type definitions that are commonly used by applications.
+core&#8209;util | Other utilities that do not belong anywhere else. **Note that this is a staging place for code that does not have its own submodule yet. Do not depend on it externally!**
These components and their internal dependencies can be represented
with the following graph.