@anglr/common 18.1.0-beta.20231011084354 → 18.1.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 +3 -10
- package/package.json +1 -1
- package/version.bak +1 -1
package/changelog.md
CHANGED
|
@@ -21,13 +21,6 @@
|
|
|
21
21
|
- updated `NgComponentOutletEx` directive
|
|
22
22
|
- is now standalone
|
|
23
23
|
|
|
24
|
-
## Version 18.0.1 (2023-08-23)
|
|
25
|
-
|
|
26
|
-
### Bug Fixes
|
|
27
|
-
|
|
28
|
-
- fixed `RestSink`
|
|
29
|
-
- now sends `LogLevel` in lowercase like before
|
|
30
|
-
|
|
31
24
|
## Version 18.0.0 (2023-08-23)
|
|
32
25
|
|
|
33
26
|
### Features
|
|
@@ -57,7 +50,7 @@
|
|
|
57
50
|
- new `loggerEnabled` function, that tests whether is logger sink enabled
|
|
58
51
|
- new `useEnrichers` function, that creates logger properties by using enrichers
|
|
59
52
|
- new `DeveloperConsoleSink` service, that is sink that is used for storing logs using browser developer console
|
|
60
|
-
- **implements**
|
|
53
|
+
- **implements**
|
|
61
54
|
- `LoggerSink`
|
|
62
55
|
- new `DefaultLogger` service, that is default implementation of `Logger`
|
|
63
56
|
- **implements**
|
|
@@ -277,7 +270,7 @@
|
|
|
277
270
|
- removed `PositionModule` module, use `PositionToSADirective` directly
|
|
278
271
|
- *subpackage* `@anglr/common/numeral`
|
|
279
272
|
- pipe `NumeralPipe` renamed to `NumeralSAPipe`
|
|
280
|
-
- removed `NumeralModule` module, use `NumeralSAPipe` directly
|
|
273
|
+
- removed `NumeralModule` module, use `NumeralSAPipe` directly
|
|
281
274
|
- *subpackage* `@anglr/common/structured-log`
|
|
282
275
|
- updated `ConsoleLogModule` module
|
|
283
276
|
- removed `forRoot` method, instead use new `provideConsoleComponentSink` function and you also have to provide logger using `provideLogger(StructuredLogLogger)`
|
|
@@ -379,7 +372,7 @@
|
|
|
379
372
|
|
|
380
373
|
### Bug Fixes
|
|
381
374
|
|
|
382
|
-
- updated `NumberInputControlValueAccessor` directive, which now correctly implements `setDisabledState`
|
|
375
|
+
- updated `NumberInputControlValueAccessor` directive, which now correctly implements `setDisabledState`
|
|
383
376
|
|
|
384
377
|
## Version 14.1.1 (2022-06-30)
|
|
385
378
|
|
package/package.json
CHANGED
package/version.bak
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
18.1.0
|
|
1
|
+
18.1.0
|