@anglr/datetime 4.0.0-beta.20220525101044 → 4.0.0-beta.20220525105759
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 +18 -9
- package/package.json +1 -1
- package/version.bak +1 -1
package/changelog.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Version
|
|
3
|
+
## Version 4.0.0 (2022-05-25)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- new `DateApiObjectCtor` interface that, is definition of type, that is used for creating instance of DateApiObject
|
|
8
|
+
- new `DATE_API_OBJECT_TYPE` injection token used for injecting type that creates instance of DateApiObject
|
|
9
|
+
- *subpackage* `@anglr/datetime/moment`
|
|
10
|
+
- updated `MomentDateApi`
|
|
11
|
+
- now creates `DateApiObject` using `DATE_API_OBJECT_TYPE`
|
|
12
|
+
- new `momentDateApiObjectType` type that represents creation of DateApiObject for moment
|
|
13
|
+
- new `MOMENT_DATE_API_OBJECT_TYPE` injection token used for injecting type that creates instance of DateApiObject for moment
|
|
14
|
+
- *subpackage* `@anglr/datetime/date-fns`
|
|
15
|
+
- updated `DateFnsDateApi`
|
|
16
|
+
- now creates `DateApiObject` using `DATE_API_OBJECT_TYPE`
|
|
17
|
+
- new `dateFnsDateApiObjectType` type that represents creation of DateApiObject for date-fns
|
|
18
|
+
- new `DATE_FNS_DATE_API_OBJECT_TYPE` injection token used for injecting type that creates instance of DateApiObject for date-fns
|
|
19
|
+
|
|
20
|
+
## Version 3.0.0 (2022-05-04)
|
|
4
21
|
|
|
5
22
|
### Bug Fixes
|
|
6
23
|
|
|
@@ -73,26 +90,18 @@
|
|
|
73
90
|
- *inputs*
|
|
74
91
|
- `loopScrollData` data for loop
|
|
75
92
|
- `clone` indication that this node is clone
|
|
76
|
-
- new `DateApiObjectCtor` interface that, is definition of type, that is used for creating instance of DateApiObject
|
|
77
|
-
- new `DATE_API_OBJECT_TYPE` injection token used for injecting type that creates instance of DateApiObject
|
|
78
93
|
- updated `InputDateTimeSelectorComponent` now supports *hours* and *minutes*
|
|
79
94
|
- updated `DateValueProvider` now supports *hours* and *minutes*
|
|
80
95
|
- *subpackage* `@anglr/datetime/moment`
|
|
81
96
|
- updated `MomentDateApi`
|
|
82
97
|
- to correspond with `DateApi` interface
|
|
83
|
-
- now creates `DateApiObject` using `DATE_API_OBJECT_TYPE`
|
|
84
98
|
- updated `MomentDateApiObject` to correspond with `DateApiObject` interface
|
|
85
99
|
- updated `MOMENT_FORMAT_PROVIDER` to correspond with `FormatProvider` interface
|
|
86
|
-
- new `momentDateApiObjectType` type that represents creation of DateApiObject for moment
|
|
87
|
-
- new `MOMENT_DATE_API_OBJECT_TYPE` injection token used for injecting type that creates instance of DateApiObject for moment
|
|
88
100
|
- *subpackage* `@anglr/datetime/date-fns`
|
|
89
101
|
- updated `DateFnsDateApi`
|
|
90
102
|
- to correspond with `DateApi` interface
|
|
91
|
-
- now creates `DateApiObject` using `DATE_API_OBJECT_TYPE`
|
|
92
103
|
- updated `DateFnsDateApiObject` to correspond with `DateApiObject` interface
|
|
93
104
|
- updated `DATEFNS_FORMAT_PROVIDER` to correspond with `FormatProvider` interface
|
|
94
|
-
- new `dateFnsDateApiObjectType` type that represents creation of DateApiObject for date-fns
|
|
95
|
-
- new `DATE_FNS_DATE_API_OBJECT_TYPE` injection token used for injecting type that creates instance of DateApiObject for date-fns
|
|
96
105
|
|
|
97
106
|
### BREAKING CHANGES
|
|
98
107
|
|
package/package.json
CHANGED
package/version.bak
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.0.0-beta.
|
|
1
|
+
4.0.0-beta.20220525105759
|