We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48baa89 commit 83ac18aCopy full SHA for 83ac18a
CHANGELOG.md
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
14
- core: initialization throws if mandatory configuration `fallbackValue` is `undefined` (missing) or `null` (always
15
invalid).
16
17
-- core: initialization throws if mandatory configuration `type` is not in `["number", "string", "boolean"]` (invalid).
+- core: initialization throws if mandatory configuration `type` is not in `["boolean", "number", "string"]` (invalid).
18
19
- core: initialization throws if its invoked more than once. the reason is that the options passed in subsequent calls
20
were always ignored.
0 commit comments