@feature-hub/logger
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0
@@ -6,2 +6,25 @@ # Change Log | ||
# [2.0.0](https://github.com/sinnerschrader/feature-hub/compare/v1.7.0...v2.0.0) (2019-06-20) | ||
### Features | ||
* **core:** remove ability to provide configs via FeatureServiceRegistry ([#500](https://github.com/sinnerschrader/feature-hub/issues/500)) ([388b9f0](https://github.com/sinnerschrader/feature-hub/commit/388b9f0)) | ||
### BREAKING CHANGES | ||
* **core:** The option `featureServiceConfigs` has been removed | ||
from the options of `createFeatureHub` and from the options of the | ||
`FeatureServiceRegistry` constructor. The `env` that is passed to a | ||
Feature Service's `create` method does not include a `config` property | ||
anymore. If a Feature Service must be configured, a factory function | ||
that accepts options, and that returns a Feature Service definition, | ||
should be used instead, see `@feature-hub/async-ssr-manager` for an | ||
example. | ||
# [1.7.0](https://github.com/sinnerschrader/feature-hub/compare/v1.6.0...v1.7.0) (2019-05-10) | ||
@@ -8,0 +31,0 @@ |
{ | ||
"name": "@feature-hub/logger", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0", | ||
"description": "A Feature Service for providing a common logging integration to all Feature Hub consumers.", | ||
@@ -24,3 +24,3 @@ "homepage": "https://feature-hub.io/", | ||
"dependencies": { | ||
"@feature-hub/core": "^2.0.0-alpha.1" | ||
"@feature-hub/core": "^2.0.0" | ||
}, | ||
@@ -30,3 +30,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "571af5d84b6093167dd58f82da08b597e55f8b62" | ||
"gitHead": "cf1067bd72b796b82c85c5f0842848851fd128be" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8430
0
Updated@feature-hub/core@^2.0.0