From 0a32398637816773406a08d2a201ef3be5836cb2 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 11 Oct 2018 03:58:47 -0700 Subject: Add a changelog (also consists of the migration guide for 2) [skip ci] closes #121 closes #217 --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'README.md') 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‑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!** These components and their internal dependencies can be represented with the following graph. -- cgit v1.2.3