aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-02-02 19:01:00 -0500
committervlad <vlad@driver.xyz>2017-02-02 19:01:00 -0500
commit191d34e55342cf2f1b8af0512f5358326693c780 (patch)
tree2dcde592ae37692c7e5dfbc049e3cda9c513d6a6 /README.md
parente77031444ab667cbb8e7c3f114349a67e6451eac (diff)
downloaddriver-core-191d34e55342cf2f1b8af0512f5358326693c780.tar.gz
driver-core-191d34e55342cf2f1b8af0512f5358326693c780.tar.bz2
driver-core-191d34e55342cf2f1b8af0512f5358326693c780.zip
Moved email and phone number to corev0.10.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c9e95a..f6229b1 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,11 @@ Core library is used to provide ways to implement practices established in [Driv
* `core package` provides `Id` and `Name` implementations (with equal and ordering) and also `make` and `using` functions,
* `time` Primitives to deal with time and receive current times in code,
* `config` Contains method `loadDefaultConfig` with default way of providing config to the application,
+ * `domain` Common generic domain objects,
* `messages` Localization messages supporting different locales and methods to read from config,
* `database` Method for database initialization from config, `Id` and `Name` mapping and schema lifecycle,
* `rest` Wrapper over call to external REST API, authorization, context headers, does logging and stats call,
- * `json` Json formats for `Id`, `Name`, `Time`, `Revision` and converters for enums and value classes,
+ * `json` Json formats for `Id`, `Name`, `Time`, `Revision`, `Email`, `PhoneNumber` and converters for enums and value classes,
* `file` Stub for file storage web-service and implementations for S3 and FS `FileStorage`,
* `app` Base class for Driver service, which initializes swagger, app modules and its routes.
* `generators` Set of functions to prototype APIs. Combine with `faker` package,