@axinom/mosaic-service-common 0.17.0-rc.6 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.17.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-service-common@0.16.0&targetVersion=GT@axinom/mosaic-service-common@0.17.0) (2022-04-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* helper functions added that help with JSON schema validation errors formatting ([7b5693c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/7b5693c838223fd3075189261d6236a3c5151dca)), closes [#34889](https://dev.azure.com/axinom/CMS/_workitems/edit/34889)
|
|
12
|
+
* logging adjusted to support global log middleware for all Logger instances ([51f9b83](https://dev.azure.com/axinom/CMS/_git/Navy/commit/51f9b832d77fbbbe3b66c28e8b600ef63a4f46dc)), closes [#34945](https://dev.azure.com/axinom/CMS/_workitems/edit/34945)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* fix test failure and circular dependency ([3e44923](https://dev.azure.com/axinom/CMS/_git/Navy/commit/3e4492377d36943009f59c6526523e8d8bf650a8)), closes [#34954](https://dev.azure.com/axinom/CMS/_workitems/edit/34954)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
6
21
|
### [0.16.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-service-common@0.16.0&targetVersion=GT@axinom/mosaic-service-common@0.16.1) (2022-04-14)
|
|
7
22
|
|
|
8
23
|
**Note:** Version bump only for package @axinom/mosaic-service-common
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-service-common",
|
|
3
|
-
"version": "0.17.0
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "Common helpers and PostgreSQL-related functionality",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "38d267412cd7146a51364c4f3a0a98ba08289232"
|
|
66
66
|
}
|