@dereekb/date 10.0.5 → 10.0.7

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.
Files changed (134) hide show
  1. package/index.cjs.d.ts +1 -0
  2. package/index.cjs.js +9264 -0
  3. package/index.esm.js +9957 -0
  4. package/package.json +17 -3
  5. package/src/lib/date/date.calendar.d.ts +1 -1
  6. package/src/lib/date/date.cell.d.ts +3 -3
  7. package/src/lib/date/date.cell.factory.d.ts +5 -5
  8. package/src/lib/date/date.cell.filter.d.ts +3 -3
  9. package/src/lib/date/date.cell.index.d.ts +4 -3
  10. package/src/lib/date/date.cell.schedule.d.ts +7 -7
  11. package/src/lib/date/date.cell.schedule.day.d.ts +2 -2
  12. package/src/lib/date/date.cell.validator.d.ts +2 -2
  13. package/src/lib/date/date.cell.week.d.ts +3 -3
  14. package/src/lib/date/date.d.ts +1 -1
  15. package/src/lib/date/date.day.d.ts +3 -3
  16. package/src/lib/date/date.duration.d.ts +2 -2
  17. package/src/lib/date/date.format.d.ts +3 -4
  18. package/src/lib/date/date.logical.d.ts +1 -1
  19. package/src/lib/date/date.range.d.ts +1 -1
  20. package/src/lib/date/date.range.string.d.ts +2 -2
  21. package/src/lib/date/date.range.timezone.d.ts +2 -2
  22. package/src/lib/date/date.rxjs.d.ts +3 -3
  23. package/src/lib/date/date.sort.d.ts +2 -2
  24. package/src/lib/date/date.time.d.ts +3 -3
  25. package/src/lib/date/date.time.limit.d.ts +3 -3
  26. package/src/lib/date/date.time.minute.d.ts +4 -4
  27. package/src/lib/date/date.timezone.d.ts +2 -2
  28. package/src/lib/date/date.unix.d.ts +1 -1
  29. package/src/lib/date/date.week.d.ts +3 -3
  30. package/src/lib/expires/expires.d.ts +1 -1
  31. package/src/lib/expires/expires.rxjs.d.ts +3 -3
  32. package/src/lib/query/query.builder.d.ts +2 -2
  33. package/src/lib/query/query.builder.mongo.d.ts +2 -2
  34. package/src/lib/query/query.filter.d.ts +2 -2
  35. package/src/lib/query/query.request.d.ts +2 -2
  36. package/src/lib/rrule/date.recurrence.d.ts +4 -4
  37. package/src/lib/rrule/date.rrule.d.ts +5 -5
  38. package/src/lib/rrule/date.rrule.extension.d.ts +1 -1
  39. package/src/lib/rrule/date.rrule.parse.d.ts +2 -2
  40. package/src/lib/timezone/timezone.d.ts +1 -1
  41. package/src/lib/timezone/timezone.validator.d.ts +2 -2
  42. package/CHANGELOG.md +0 -1488
  43. package/src/index.js +0 -5
  44. package/src/index.js.map +0 -1
  45. package/src/lib/date/date.calendar.js +0 -65
  46. package/src/lib/date/date.calendar.js.map +0 -1
  47. package/src/lib/date/date.cell.factory.js +0 -493
  48. package/src/lib/date/date.cell.factory.js.map +0 -1
  49. package/src/lib/date/date.cell.filter.js +0 -65
  50. package/src/lib/date/date.cell.filter.js.map +0 -1
  51. package/src/lib/date/date.cell.index.js +0 -731
  52. package/src/lib/date/date.cell.index.js.map +0 -1
  53. package/src/lib/date/date.cell.js +0 -574
  54. package/src/lib/date/date.cell.js.map +0 -1
  55. package/src/lib/date/date.cell.schedule.day.js +0 -15
  56. package/src/lib/date/date.cell.schedule.day.js.map +0 -1
  57. package/src/lib/date/date.cell.schedule.js +0 -711
  58. package/src/lib/date/date.cell.schedule.js.map +0 -1
  59. package/src/lib/date/date.cell.validator.js +0 -67
  60. package/src/lib/date/date.cell.validator.js.map +0 -1
  61. package/src/lib/date/date.cell.week.js +0 -40
  62. package/src/lib/date/date.cell.week.js.map +0 -1
  63. package/src/lib/date/date.day.js +0 -207
  64. package/src/lib/date/date.day.js.map +0 -1
  65. package/src/lib/date/date.duration.js +0 -56
  66. package/src/lib/date/date.duration.js.map +0 -1
  67. package/src/lib/date/date.format.js +0 -231
  68. package/src/lib/date/date.format.js.map +0 -1
  69. package/src/lib/date/date.hashset.js +0 -11
  70. package/src/lib/date/date.hashset.js.map +0 -1
  71. package/src/lib/date/date.js +0 -267
  72. package/src/lib/date/date.js.map +0 -1
  73. package/src/lib/date/date.logical.js +0 -61
  74. package/src/lib/date/date.logical.js.map +0 -1
  75. package/src/lib/date/date.range.js +0 -643
  76. package/src/lib/date/date.range.js.map +0 -1
  77. package/src/lib/date/date.range.string.js +0 -19
  78. package/src/lib/date/date.range.string.js.map +0 -1
  79. package/src/lib/date/date.range.timezone.js +0 -29
  80. package/src/lib/date/date.range.timezone.js.map +0 -1
  81. package/src/lib/date/date.round.js +0 -49
  82. package/src/lib/date/date.round.js.map +0 -1
  83. package/src/lib/date/date.rxjs.js +0 -40
  84. package/src/lib/date/date.rxjs.js.map +0 -1
  85. package/src/lib/date/date.sort.js +0 -43
  86. package/src/lib/date/date.sort.js.map +0 -1
  87. package/src/lib/date/date.time.js +0 -240
  88. package/src/lib/date/date.time.js.map +0 -1
  89. package/src/lib/date/date.time.limit.js +0 -99
  90. package/src/lib/date/date.time.limit.js.map +0 -1
  91. package/src/lib/date/date.time.minute.js +0 -144
  92. package/src/lib/date/date.time.minute.js.map +0 -1
  93. package/src/lib/date/date.timezone.js +0 -494
  94. package/src/lib/date/date.timezone.js.map +0 -1
  95. package/src/lib/date/date.unix.js +0 -41
  96. package/src/lib/date/date.unix.js.map +0 -1
  97. package/src/lib/date/date.week.js +0 -263
  98. package/src/lib/date/date.week.js.map +0 -1
  99. package/src/lib/date/index.js +0 -30
  100. package/src/lib/date/index.js.map +0 -1
  101. package/src/lib/expires/expires.js +0 -81
  102. package/src/lib/expires/expires.js.map +0 -1
  103. package/src/lib/expires/expires.rxjs.js +0 -61
  104. package/src/lib/expires/expires.rxjs.js.map +0 -1
  105. package/src/lib/expires/index.js +0 -6
  106. package/src/lib/expires/index.js.map +0 -1
  107. package/src/lib/index.js +0 -9
  108. package/src/lib/index.js.map +0 -1
  109. package/src/lib/query/index.js +0 -8
  110. package/src/lib/query/index.js.map +0 -1
  111. package/src/lib/query/query.builder.js +0 -85
  112. package/src/lib/query/query.builder.js.map +0 -1
  113. package/src/lib/query/query.builder.mongo.js +0 -41
  114. package/src/lib/query/query.builder.mongo.js.map +0 -1
  115. package/src/lib/query/query.filter.js +0 -3
  116. package/src/lib/query/query.filter.js.map +0 -1
  117. package/src/lib/query/query.request.js +0 -3
  118. package/src/lib/query/query.request.js.map +0 -1
  119. package/src/lib/rrule/date.recurrence.js +0 -93
  120. package/src/lib/rrule/date.recurrence.js.map +0 -1
  121. package/src/lib/rrule/date.rrule.extension.js +0 -151
  122. package/src/lib/rrule/date.rrule.extension.js.map +0 -1
  123. package/src/lib/rrule/date.rrule.js +0 -187
  124. package/src/lib/rrule/date.rrule.js.map +0 -1
  125. package/src/lib/rrule/date.rrule.parse.js +0 -135
  126. package/src/lib/rrule/date.rrule.parse.js.map +0 -1
  127. package/src/lib/rrule/index.js +0 -8
  128. package/src/lib/rrule/index.js.map +0 -1
  129. package/src/lib/timezone/index.js +0 -6
  130. package/src/lib/timezone/index.js.map +0 -1
  131. package/src/lib/timezone/timezone.js +0 -66
  132. package/src/lib/timezone/timezone.js.map +0 -1
  133. package/src/lib/timezone/timezone.validator.js +0 -26
  134. package/src/lib/timezone/timezone.validator.js.map +0 -1
package/CHANGELOG.md DELETED
@@ -1,1488 +0,0 @@
1
- # Changelog
2
-
3
- This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
-
5
- ## [10.0.5](https://github.com/dereekb/dbx-components/compare/v10.0.4-dev...v10.0.5) (2024-01-12)
6
-
7
-
8
-
9
- ## [10.0.4](https://github.com/dereekb/dbx-components/compare/v10.0.3-dev...v10.0.4) (2024-01-12)
10
-
11
-
12
-
13
- ## [10.0.3](https://github.com/dereekb/dbx-components/compare/v10.0.2-dev...v10.0.3) (2024-01-12)
14
-
15
-
16
-
17
- ## [10.0.2](https://github.com/dereekb/dbx-components/compare/v10.0.1-dev...v10.0.2) (2024-01-11)
18
-
19
-
20
-
21
- ## [10.0.1](https://github.com/dereekb/dbx-components/compare/v10.0.0-dev...v10.0.1) (2024-01-11)
22
-
23
-
24
-
25
- # [10.0.0](https://github.com/dereekb/dbx-components/compare/v9.25.17...v10.0.0) (2024-01-10)
26
-
27
-
28
-
29
- ## [9.25.17](https://github.com/dereekb/dbx-components/compare/v10.0.0-pre...v9.25.17) (2024-01-10)
30
-
31
-
32
-
33
- ## [9.25.16](https://github.com/dereekb/dbx-components/compare/v9.25.15-dev...v9.25.16) (2023-12-01)
34
-
35
-
36
-
37
- ## [9.25.15](https://github.com/dereekb/dbx-components/compare/v9.25.14-dev...v9.25.15) (2023-11-27)
38
-
39
-
40
-
41
- ## [9.25.14](https://github.com/dereekb/dbx-components/compare/v9.25.13-dev...v9.25.14) (2023-11-23)
42
-
43
-
44
-
45
- ## [9.25.13](https://github.com/dereekb/dbx-components/compare/v9.25.12-dev...v9.25.13) (2023-11-15)
46
-
47
-
48
-
49
- ## [9.25.12](https://github.com/dereekb/dbx-components/compare/v9.25.11-dev...v9.25.12) (2023-11-14)
50
-
51
-
52
-
53
- ## [9.25.11](https://github.com/dereekb/dbx-components/compare/v9.25.10-dev...v9.25.11) (2023-11-11)
54
-
55
-
56
-
57
- ## [9.25.10](https://github.com/dereekb/dbx-components/compare/v9.25.9-dev...v9.25.10) (2023-11-01)
58
-
59
-
60
-
61
- ## [9.25.9](https://github.com/dereekb/dbx-components/compare/v9.25.8-dev...v9.25.9) (2023-10-31)
62
-
63
-
64
-
65
- ## [9.25.8](https://github.com/dereekb/dbx-components/compare/v9.25.7-dev...v9.25.8) (2023-10-31)
66
-
67
-
68
-
69
- ## [9.25.7](https://github.com/dereekb/dbx-components/compare/v9.25.6-dev...v9.25.7) (2023-10-26)
70
-
71
-
72
-
73
- ## [9.25.6](https://github.com/dereekb/dbx-components/compare/v9.25.5-dev...v9.25.6) (2023-10-17)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * fixed issue with min/max range in DbxCalendarScheduleSelectionStore ([871fc20](https://github.com/dereekb/dbx-components/commit/871fc2041b98c86c4da03eac6e2a6aaa84c54f70))
79
-
80
-
81
-
82
- ## [9.25.5](https://github.com/dereekb/dbx-components/compare/v9.25.4-dev...v9.25.5) (2023-10-16)
83
-
84
-
85
-
86
- ## [9.25.4](https://github.com/dereekb/dbx-components/compare/v9.25.3-dev...v9.25.4) (2023-10-16)
87
-
88
-
89
-
90
- ## [9.25.3](https://github.com/dereekb/dbx-components/compare/v9.25.2-dev...v9.25.3) (2023-10-15)
91
-
92
-
93
- ### Bug Fixes
94
-
95
- * fixed DbxCalendarScheduleSelectionStore ([14014af](https://github.com/dereekb/dbx-components/commit/14014af43034173a4dc09d983a88b9228182a88b))
96
-
97
-
98
-
99
- ## [9.25.2](https://github.com/dereekb/dbx-components/compare/v9.25.1-dev...v9.25.2) (2023-10-14)
100
-
101
-
102
- ### Bug Fixes
103
-
104
- * fixed yearWeekCodeDateFactory() timezone issue ([c4a8514](https://github.com/dereekb/dbx-components/commit/c4a8514c60414e7448f27ff4b5146508ac7baa0f))
105
-
106
-
107
-
108
- ## [9.25.1](https://github.com/dereekb/dbx-components/compare/v9.25.0-dev...v9.25.1) (2023-10-13)
109
-
110
-
111
-
112
- # [9.25.0](https://github.com/dereekb/dbx-components/compare/v9.24.47-dev...v9.25.0) (2023-10-10)
113
-
114
-
115
- ### Features
116
-
117
- * DateCellTiming ([#24](https://github.com/dereekb/dbx-components/issues/24)) ([aed9ef5](https://github.com/dereekb/dbx-components/commit/aed9ef56fdd0438a7a4ba90da79d6a20465bbdfd))
118
-
119
-
120
-
121
- ## [9.24.47](https://github.com/dereekb/dbx-components/compare/v9.24.46-dev...v9.24.47) (2023-10-08)
122
-
123
-
124
-
125
- ## [9.24.46](https://github.com/dereekb/dbx-components/compare/v9.24.45-dev...v9.24.46) (2023-09-21)
126
-
127
-
128
-
129
- ## [9.24.45](https://github.com/dereekb/dbx-components/compare/v9.24.44-dev...v9.24.45) (2023-09-20)
130
-
131
-
132
-
133
- ## [9.24.44](https://github.com/dereekb/dbx-components/compare/v9.24.43-dev...v9.24.44) (2023-09-14)
134
-
135
-
136
-
137
- ## [9.24.43](https://github.com/dereekb/dbx-components/compare/v9.24.42-dev...v9.24.43) (2023-09-06)
138
-
139
-
140
-
141
- ## [9.24.42](https://github.com/dereekb/dbx-components/compare/v9.24.41-dev...v9.24.42) (2023-08-31)
142
-
143
-
144
-
145
- ## [9.24.41](https://github.com/dereekb/dbx-components/compare/v9.24.40-dev...v9.24.41) (2023-08-30)
146
-
147
-
148
-
149
- ## [9.24.40](https://github.com/dereekb/dbx-components/compare/v9.24.39-dev...v9.24.40) (2023-08-30)
150
-
151
-
152
-
153
- ## [9.24.39](https://github.com/dereekb/dbx-components/compare/v9.24.38-dev...v9.24.39) (2023-08-30)
154
-
155
-
156
-
157
- ## [9.24.38](https://github.com/dereekb/dbx-components/compare/v9.24.37-dev...v9.24.38) (2023-08-26)
158
-
159
-
160
-
161
- ## [9.24.37](https://github.com/dereekb/dbx-components/compare/v9.24.36-dev...v9.24.37) (2023-08-26)
162
-
163
-
164
-
165
- ## [9.24.36](https://github.com/dereekb/dbx-components/compare/v9.24.35-dev...v9.24.36) (2023-08-25)
166
-
167
-
168
-
169
- ## [9.24.35](https://github.com/dereekb/dbx-components/compare/v9.24.34-dev...v9.24.35) (2023-08-24)
170
-
171
-
172
-
173
- ## [9.24.34](https://github.com/dereekb/dbx-components/compare/v9.24.33-dev...v9.24.34) (2023-08-23)
174
-
175
-
176
-
177
- ## [9.24.33](https://github.com/dereekb/dbx-components/compare/v9.24.32-dev...v9.24.33) (2023-08-23)
178
-
179
-
180
-
181
- ## [9.24.32](https://github.com/dereekb/dbx-components/compare/v9.24.31-dev...v9.24.32) (2023-08-18)
182
-
183
-
184
-
185
- ## [9.24.31](https://github.com/dereekb/dbx-components/compare/v9.24.30-dev...v9.24.31) (2023-08-17)
186
-
187
-
188
-
189
- ## [9.24.30](https://github.com/dereekb/dbx-components/compare/v9.24.29-dev...v9.24.30) (2023-08-16)
190
-
191
-
192
-
193
- ## [9.24.29](https://github.com/dereekb/dbx-components/compare/v9.24.28-dev...v9.24.29) (2023-08-15)
194
-
195
-
196
-
197
- ## [9.24.28](https://github.com/dereekb/dbx-components/compare/v9.24.27-dev...v9.24.28) (2023-08-15)
198
-
199
-
200
-
201
- ## [9.24.27](https://github.com/dereekb/dbx-components/compare/v9.24.26-dev...v9.24.27) (2023-08-15)
202
-
203
-
204
-
205
- ## [9.24.26](https://github.com/dereekb/dbx-components/compare/v9.24.25-dev...v9.24.26) (2023-08-10)
206
-
207
-
208
-
209
- ## [9.24.25](https://github.com/dereekb/dbx-components/compare/v9.24.24-dev...v9.24.25) (2023-08-07)
210
-
211
-
212
-
213
- ## [9.24.24](https://github.com/dereekb/dbx-components/compare/v9.24.23-dev...v9.24.24) (2023-08-05)
214
-
215
-
216
- ### Bug Fixes
217
-
218
- * fixed dateScheduleDateFilter() timezone usage ([85bf021](https://github.com/dereekb/dbx-components/commit/85bf0219d92e9806657df3cf2c1ad0f58504c138))
219
-
220
-
221
-
222
- ## [9.24.23](https://github.com/dereekb/dbx-components/compare/v9.24.22-dev...v9.24.23) (2023-08-05)
223
-
224
-
225
- ### Bug Fixes
226
-
227
- * fixed dateBlockTimingInTimezoneFunction() ([6d1bd8a](https://github.com/dereekb/dbx-components/commit/6d1bd8abb3f79a4407c0bb4f62fa6e3e4c4a9604))
228
- * fixed expandDateScheduleRange, dateBlockTimingForDateScheduleRange ([b758918](https://github.com/dereekb/dbx-components/commit/b758918c140011392ceb69e42a78e40b2f55cc35))
229
-
230
-
231
-
232
- ## [9.24.22](https://github.com/dereekb/dbx-components/compare/v9.24.21-dev...v9.24.22) (2023-08-04)
233
-
234
-
235
-
236
- ## [9.24.21](https://github.com/dereekb/dbx-components/compare/v9.24.20-dev...v9.24.21) (2023-08-03)
237
-
238
-
239
-
240
- ## [9.24.20](https://github.com/dereekb/dbx-components/compare/v9.24.19-dev...v9.24.20) (2023-08-01)
241
-
242
-
243
-
244
- ## [9.24.19](https://github.com/dereekb/dbx-components/compare/v9.24.18-dev...v9.24.19) (2023-07-30)
245
-
246
-
247
-
248
- ## [9.24.18](https://github.com/dereekb/dbx-components/compare/v9.24.17-dev...v9.24.18) (2023-07-30)
249
-
250
-
251
-
252
- ## [9.24.17](https://github.com/dereekb/dbx-components/compare/v9.24.16-dev...v9.24.17) (2023-07-24)
253
-
254
-
255
-
256
- ## [9.24.16](https://github.com/dereekb/dbx-components/compare/v9.24.15-dev...v9.24.16) (2023-07-14)
257
-
258
-
259
-
260
- ## [9.24.15](https://github.com/dereekb/dbx-components/compare/v9.24.14-dev...v9.24.15) (2023-07-13)
261
-
262
-
263
-
264
- ## [9.24.14](https://github.com/dereekb/dbx-components/compare/v9.24.13-dev...v9.24.14) (2023-07-10)
265
-
266
-
267
-
268
- ## [9.24.13](https://github.com/dereekb/dbx-components/compare/v9.24.12-dev...v9.24.13) (2023-07-08)
269
-
270
-
271
-
272
- ## [9.24.12](https://github.com/dereekb/dbx-components/compare/v9.24.11-dev...v9.24.12) (2023-07-04)
273
-
274
-
275
-
276
- ## [9.24.11](https://github.com/dereekb/dbx-components/compare/v9.24.10-dev...v9.24.11) (2023-07-03)
277
-
278
-
279
-
280
- ## [9.24.10](https://github.com/dereekb/dbx-components/compare/v9.24.9-dev...v9.24.10) (2023-07-02)
281
-
282
-
283
-
284
- ## [9.24.9](https://github.com/dereekb/dbx-components/compare/v9.24.8-dev...v9.24.9) (2023-06-30)
285
-
286
-
287
-
288
- ## [9.24.8](https://github.com/dereekb/dbx-components/compare/v9.24.7-dev...v9.24.8) (2023-06-30)
289
-
290
-
291
-
292
- ## [9.24.7](https://github.com/dereekb/dbx-components/compare/v9.24.6-dev...v9.24.7) (2023-06-29)
293
-
294
-
295
-
296
- ## [9.24.6](https://github.com/dereekb/dbx-components/compare/v9.24.5-dev...v9.24.6) (2023-06-27)
297
-
298
-
299
-
300
- ## [9.24.5](https://github.com/dereekb/dbx-components/compare/v9.24.4-dev...v9.24.5) (2023-06-27)
301
-
302
-
303
-
304
- ## [9.24.4](https://github.com/dereekb/dbx-components/compare/v9.24.3-dev...v9.24.4) (2023-06-26)
305
-
306
-
307
-
308
- ## [9.24.3](https://github.com/dereekb/dbx-components/compare/v9.24.2-dev...v9.24.3) (2023-06-20)
309
-
310
-
311
-
312
- ## [9.24.2](https://github.com/dereekb/dbx-components/compare/v9.24.1-dev...v9.24.2) (2023-06-19)
313
-
314
-
315
-
316
- ## [9.24.1](https://github.com/dereekb/dbx-components/compare/v9.24.0-dev...v9.24.1) (2023-06-16)
317
-
318
-
319
- ### Bug Fixes
320
-
321
- * fixed LimitDateTimeInstance min value ([dc0c1b7](https://github.com/dereekb/dbx-components/commit/dc0c1b7ce7977803d327ae9edbe76e3a7701ba36))
322
-
323
-
324
-
325
- # [9.24.0](https://github.com/dereekb/dbx-components/compare/v9.23.28-dev...v9.24.0) (2023-06-15)
326
-
327
-
328
- ### Features
329
-
330
- * added fixedDateRangeField() ([ff214ee](https://github.com/dereekb/dbx-components/commit/ff214ee066c524fb0a6f5b1638ecbffdee53e985))
331
-
332
-
333
-
334
- ## [9.23.28](https://github.com/dereekb/dbx-components/compare/v9.23.27-dev...v9.23.28) (2023-06-08)
335
-
336
-
337
-
338
- ## [9.23.27](https://github.com/dereekb/dbx-components/compare/v9.23.26-dev...v9.23.27) (2023-06-06)
339
-
340
-
341
-
342
- ## [9.23.26](https://github.com/dereekb/dbx-components/compare/v9.23.25-dev...v9.23.26) (2023-06-05)
343
-
344
-
345
-
346
- ## [9.23.25](https://github.com/dereekb/dbx-components/compare/v9.23.24-dev...v9.23.25) (2023-05-31)
347
-
348
-
349
- ### Bug Fixes
350
-
351
- * fixed isValidDateBlockIndex() ([0cdf4f8](https://github.com/dereekb/dbx-components/commit/0cdf4f8734a827ad77ab308512eacce61997c699))
352
-
353
-
354
-
355
- ## [9.23.24](https://github.com/dereekb/dbx-components/compare/v9.23.23-dev...v9.23.24) (2023-05-30)
356
-
357
-
358
-
359
- ## [9.23.23](https://github.com/dereekb/dbx-components/compare/v9.23.22-dev...v9.23.23) (2023-05-30)
360
-
361
-
362
-
363
- ## [9.23.22](https://github.com/dereekb/dbx-components/compare/v9.23.21-dev...v9.23.22) (2023-05-29)
364
-
365
-
366
-
367
- ## [9.23.21](https://github.com/dereekb/dbx-components/compare/v9.23.20-dev...v9.23.21) (2023-05-27)
368
-
369
-
370
-
371
- ## [9.23.20](https://github.com/dereekb/dbx-components/compare/v9.23.19-dev...v9.23.20) (2023-05-19)
372
-
373
-
374
- ### Bug Fixes
375
-
376
- * calendar selection store min/max range with filter fix ([865ef18](https://github.com/dereekb/dbx-components/commit/865ef18d2456a6be4f040c485196a3d6eef2386b))
377
-
378
-
379
-
380
- ## [9.23.19](https://github.com/dereekb/dbx-components/compare/v9.23.18-dev...v9.23.19) (2023-05-11)
381
-
382
-
383
-
384
- ## [9.23.18](https://github.com/dereekb/dbx-components/compare/v9.23.17-dev...v9.23.18) (2023-05-10)
385
-
386
-
387
-
388
- ## [9.23.17](https://github.com/dereekb/dbx-components/compare/v9.23.16-dev...v9.23.17) (2023-05-04)
389
-
390
-
391
-
392
- ## [9.23.16](https://github.com/dereekb/dbx-components/compare/v9.23.15-dev...v9.23.16) (2023-05-02)
393
-
394
-
395
-
396
- ## [9.23.15](https://github.com/dereekb/dbx-components/compare/v9.23.14-dev...v9.23.15) (2023-05-01)
397
-
398
-
399
-
400
- ## [9.23.14](https://github.com/dereekb/dbx-components/compare/v9.23.13-dev...v9.23.14) (2023-04-30)
401
-
402
-
403
- ### Bug Fixes
404
-
405
- * fixed dateScheduleDateFilter() not handling a 0-0 range properly ([bb33a36](https://github.com/dereekb/dbx-components/commit/bb33a362ebe03bcfa55c2277c7f0faae05ba34b2))
406
-
407
-
408
-
409
- ## [9.23.13](https://github.com/dereekb/dbx-components/compare/v9.23.12-dev...v9.23.13) (2023-04-25)
410
-
411
-
412
-
413
- ## [9.23.12](https://github.com/dereekb/dbx-components/compare/v9.23.11-dev...v9.23.12) (2023-04-23)
414
-
415
-
416
-
417
- ## [9.23.11](https://github.com/dereekb/dbx-components/compare/v9.23.10-dev...v9.23.11) (2023-04-21)
418
-
419
-
420
-
421
- ## [9.23.10](https://github.com/dereekb/dbx-components/compare/v9.23.9-dev...v9.23.10) (2023-04-20)
422
-
423
-
424
- ### Bug Fixes
425
-
426
- * fixed modifyDateBlocksToFitRange() to fit to 0-0 range ([4803132](https://github.com/dereekb/dbx-components/commit/4803132951c34a8661425d2d4d7a89fc9b86e476))
427
-
428
-
429
-
430
- ## [9.23.9](https://github.com/dereekb/dbx-components/compare/v9.23.8-dev...v9.23.9) (2023-04-13)
431
-
432
-
433
-
434
- ## [9.23.8](https://github.com/dereekb/dbx-components/compare/v9.23.7-dev...v9.23.8) (2023-04-12)
435
-
436
-
437
-
438
- ## [9.23.7](https://github.com/dereekb/dbx-components/compare/v9.23.6-dev...v9.23.7) (2023-04-10)
439
-
440
-
441
-
442
- ## [9.23.6](https://github.com/dereekb/dbx-components/compare/v9.23.5-dev...v9.23.6) (2023-04-09)
443
-
444
-
445
-
446
- ## [9.23.5](https://github.com/dereekb/dbx-components/compare/v9.23.4-dev...v9.23.5) (2023-04-04)
447
-
448
-
449
-
450
- ## [9.23.4](https://github.com/dereekb/dbx-components/compare/v9.23.3-dev...v9.23.4) (2023-04-01)
451
-
452
-
453
-
454
- ## [9.23.3](https://github.com/dereekb/dbx-components/compare/v9.23.2-dev...v9.23.3) (2023-03-30)
455
-
456
-
457
-
458
- ## [9.23.2](https://github.com/dereekb/dbx-components/compare/v9.23.1-dev...v9.23.2) (2023-03-30)
459
-
460
-
461
-
462
- ## [9.23.1](https://github.com/dereekb/dbx-components/compare/v9.23.0-dev...v9.23.1) (2023-03-30)
463
-
464
-
465
-
466
- # [9.23.0](https://github.com/dereekb/dbx-components/compare/v9.22.11-dev...v9.23.0) (2023-03-28)
467
-
468
-
469
-
470
- ## [9.22.11](https://github.com/dereekb/dbx-components/compare/v9.22.10-dev...v9.22.11) (2023-03-26)
471
-
472
-
473
-
474
- ## [9.22.10](https://github.com/dereekb/dbx-components/compare/v9.22.9-dev...v9.22.10) (2023-03-22)
475
-
476
-
477
-
478
- ## [9.22.9](https://github.com/dereekb/dbx-components/compare/v9.22.8-dev...v9.22.9) (2023-03-21)
479
-
480
-
481
-
482
- ## [9.22.8](https://github.com/dereekb/dbx-components/compare/v9.22.7-dev...v9.22.8) (2023-03-06)
483
-
484
-
485
- ### Bug Fixes
486
-
487
- * added daylight savings handling for isValidDateBlockTiming() ([1955016](https://github.com/dereekb/dbx-components/commit/1955016cb715934d0b86246dbee3b754bb7e9cfd))
488
-
489
-
490
-
491
- ## [9.22.7](https://github.com/dereekb/dbx-components/compare/v9.22.6-dev...v9.22.7) (2023-03-03)
492
-
493
-
494
-
495
- ## [9.22.6](https://github.com/dereekb/dbx-components/compare/v9.22.5-dev...v9.22.6) (2023-03-02)
496
-
497
-
498
-
499
- ## [9.22.5](https://github.com/dereekb/dbx-components/compare/v9.22.4-dev...v9.22.5) (2023-02-28)
500
-
501
-
502
-
503
- ## [9.22.4](https://github.com/dereekb/dbx-components/compare/v9.22.3-dev...v9.22.4) (2023-02-27)
504
-
505
-
506
-
507
- ## [9.22.3](https://github.com/dereekb/dbx-components/compare/v9.22.2-dev...v9.22.3) (2023-02-27)
508
-
509
-
510
-
511
- ## [9.22.2](https://github.com/dereekb/dbx-components/compare/v9.22.1-dev...v9.22.2) (2023-02-25)
512
-
513
-
514
-
515
- ## [9.22.1](https://github.com/dereekb/dbx-components/compare/v9.22.0-dev...v9.22.1) (2023-02-24)
516
-
517
-
518
-
519
- # [9.22.0](https://github.com/dereekb/dbx-components/compare/v9.21.0-dev...v9.22.0) (2023-02-20)
520
-
521
-
522
-
523
- # [9.21.0](https://github.com/dereekb/dbx-components/compare/v9.20.20-dev...v9.21.0) (2023-01-31)
524
-
525
-
526
- ### Features
527
-
528
- * dbx-table ([#23](https://github.com/dereekb/dbx-components/issues/23)) ([4661508](https://github.com/dereekb/dbx-components/commit/466150895b5bdc6e9e5289ef38ef5dd3e0ae67f9))
529
-
530
-
531
-
532
- ## [9.20.20](https://github.com/dereekb/dbx-components/compare/v9.20.19-dev...v9.20.20) (2023-01-23)
533
-
534
-
535
-
536
- ## [9.20.19](https://github.com/dereekb/dbx-components/compare/v9.20.18-dev...v9.20.19) (2023-01-17)
537
-
538
-
539
-
540
- ## [9.20.18](https://github.com/dereekb/dbx-components/compare/v9.20.17-dev...v9.20.18) (2023-01-08)
541
-
542
-
543
-
544
- ## [9.20.17](https://github.com/dereekb/dbx-components/compare/v9.20.16-dev...v9.20.17) (2023-01-05)
545
-
546
-
547
-
548
- ## [9.20.16](https://github.com/dereekb/dbx-components/compare/v9.20.15-dev...v9.20.16) (2023-01-05)
549
-
550
-
551
-
552
- ## [9.20.15](https://github.com/dereekb/dbx-components/compare/v9.20.14-dev...v9.20.15) (2023-01-05)
553
-
554
-
555
-
556
- ## [9.20.14](https://github.com/dereekb/dbx-components/compare/v9.20.13-dev...v9.20.14) (2023-01-04)
557
-
558
-
559
-
560
- ## [9.20.13](https://github.com/dereekb/dbx-components/compare/v9.20.12-dev...v9.20.13) (2023-01-04)
561
-
562
-
563
-
564
- ## [9.20.12](https://github.com/dereekb/dbx-components/compare/v9.20.11-dev...v9.20.12) (2023-01-04)
565
-
566
-
567
-
568
- ## [9.20.11](https://github.com/dereekb/dbx-components/compare/v9.20.10-dev...v9.20.11) (2023-01-03)
569
-
570
-
571
-
572
- ## [9.20.10](https://github.com/dereekb/dbx-components/compare/v9.20.9-dev...v9.20.10) (2023-01-03)
573
-
574
-
575
-
576
- ## [9.20.9](https://github.com/dereekb/dbx-components/compare/v9.20.8-dev...v9.20.9) (2023-01-01)
577
-
578
-
579
-
580
- ## [9.20.8](https://github.com/dereekb/dbx-components/compare/v9.20.7-dev...v9.20.8) (2022-12-31)
581
-
582
-
583
-
584
- ## [9.20.7](https://github.com/dereekb/dbx-components/compare/v9.20.6-dev...v9.20.7) (2022-12-31)
585
-
586
-
587
-
588
- ## [9.20.6](https://github.com/dereekb/dbx-components/compare/v9.20.5-dev...v9.20.6) (2022-12-26)
589
-
590
-
591
-
592
- ## [9.20.5](https://github.com/dereekb/dbx-components/compare/v9.20.4-dev...v9.20.5) (2022-12-26)
593
-
594
-
595
-
596
- ## [9.20.4](https://github.com/dereekb/dbx-components/compare/v9.20.3-dev...v9.20.4) (2022-12-24)
597
-
598
-
599
-
600
- ## [9.20.3](https://github.com/dereekb/dbx-components/compare/v9.20.2-dev...v9.20.3) (2022-12-22)
601
-
602
-
603
-
604
- ## [9.20.2](https://github.com/dereekb/dbx-components/compare/v9.20.1-dev...v9.20.2) (2022-12-21)
605
-
606
-
607
-
608
- ## [9.20.1](https://github.com/dereekb/dbx-components/compare/v9.20.0-dev...v9.20.1) (2022-12-19)
609
-
610
-
611
-
612
- # [9.20.0](https://github.com/dereekb/dbx-components/compare/v9.19.5-dev...v9.20.0) (2022-12-19)
613
-
614
-
615
-
616
- ## [9.19.5](https://github.com/dereekb/dbx-components/compare/v9.19.4-dev...v9.19.5) (2022-12-17)
617
-
618
-
619
-
620
- ## [9.19.4](https://github.com/dereekb/dbx-components/compare/v9.19.3-dev...v9.19.4) (2022-12-17)
621
-
622
-
623
-
624
- ## [9.19.3](https://github.com/dereekb/dbx-components/compare/v9.19.2-dev...v9.19.3) (2022-12-13)
625
-
626
-
627
-
628
- ## [9.19.2](https://github.com/dereekb/dbx-components/compare/v9.19.1-dev...v9.19.2) (2022-12-13)
629
-
630
-
631
-
632
- ## [9.19.1](https://github.com/dereekb/dbx-components/compare/v9.19.0-dev...v9.19.1) (2022-12-12)
633
-
634
-
635
- ### Bug Fixes
636
-
637
- * fixed DateBlockTiming class-validator validation/parsing ([23596cb](https://github.com/dereekb/dbx-components/commit/23596cba31818f16891e8105fa9f371a27b5ffd9))
638
-
639
-
640
-
641
- # [9.19.0](https://github.com/dereekb/dbx-components/compare/v9.18.6-dev...v9.19.0) (2022-12-11)
642
-
643
-
644
-
645
- ## [9.18.6](https://github.com/dereekb/dbx-components/compare/v9.18.5-dev...v9.18.6) (2022-12-10)
646
-
647
-
648
-
649
- ## [9.18.5](https://github.com/dereekb/dbx-components/compare/v9.18.4-dev...v9.18.5) (2022-12-10)
650
-
651
-
652
-
653
- ## [9.18.4](https://github.com/dereekb/dbx-components/compare/v9.18.3-dev...v9.18.4) (2022-12-09)
654
-
655
-
656
-
657
- ## [9.18.3](https://github.com/dereekb/dbx-components/compare/v9.18.2-dev...v9.18.3) (2022-12-09)
658
-
659
-
660
-
661
- ## [9.18.2](https://github.com/dereekb/dbx-components/compare/v9.18.1-dev...v9.18.2) (2022-12-08)
662
-
663
-
664
-
665
- ## [9.18.1](https://github.com/dereekb/dbx-components/compare/v9.18.0-dev...v9.18.1) (2022-12-07)
666
-
667
-
668
-
669
- # [9.18.0](https://github.com/dereekb/dbx-components/compare/v9.17.3-dev...v9.18.0) (2022-12-07)
670
-
671
-
672
- ### Bug Fixes
673
-
674
- * updated types for @Export() types due to jest issue ([24b2b65](https://github.com/dereekb/dbx-components/commit/24b2b65b6067aafd3133f88d23f16f62a20e6068))
675
-
676
-
677
- ### Features
678
-
679
- * added dateScheduleDateFilter() ([ab0e381](https://github.com/dereekb/dbx-components/commit/ab0e3810f3fc74695dc558a27e9c9d6d45302e1f))
680
- * added DateScheduleDayCode ([0984e33](https://github.com/dereekb/dbx-components/commit/0984e3314d922886c0fbb3cbdc54c306e2577113))
681
- * added dateScheduleRangeField() ([#22](https://github.com/dereekb/dbx-components/issues/22)) ([1979f3b](https://github.com/dereekb/dbx-components/commit/1979f3b4573315ff4a2b289cc2e645718f33a29c))
682
- * added IsDateWithinDateBlockRangeFunction ([994c6b1](https://github.com/dereekb/dbx-components/commit/994c6b1a018bfb81801775b2901c565aab1d52c8))
683
-
684
-
685
-
686
- ## [9.17.3](https://github.com/dereekb/dbx-components/compare/v9.17.2-dev...v9.17.3) (2022-12-01)
687
-
688
-
689
-
690
- ## [9.17.2](https://github.com/dereekb/dbx-components/compare/v9.17.1-dev...v9.17.2) (2022-11-28)
691
-
692
-
693
-
694
- ## [9.17.1](https://github.com/dereekb/dbx-components/compare/v9.17.0-dev...v9.17.1) (2022-11-27)
695
-
696
-
697
-
698
- # [9.17.0](https://github.com/dereekb/dbx-components/compare/v9.16.4-dev...v9.17.0) (2022-11-25)
699
-
700
-
701
-
702
- ## [9.16.4](https://github.com/dereekb/dbx-components/compare/v9.16.3-dev...v9.16.4) (2022-11-23)
703
-
704
-
705
-
706
- ## [9.16.3](https://github.com/dereekb/dbx-components/compare/v9.16.2-dev...v9.16.3) (2022-11-23)
707
-
708
-
709
-
710
- ## [9.16.2](https://github.com/dereekb/dbx-components/compare/v9.16.1-dev...v9.16.2) (2022-11-22)
711
-
712
-
713
-
714
- ## [9.16.1](https://github.com/dereekb/dbx-components/compare/v9.16.0-dev...v9.16.1) (2022-11-20)
715
-
716
-
717
-
718
- # [9.16.0](https://github.com/dereekb/dbx-components/compare/v9.15.8-dev...v9.16.0) (2022-11-20)
719
-
720
-
721
-
722
- ## [9.15.8](https://github.com/dereekb/dbx-components/compare/v9.15.7-dev...v9.15.8) (2022-11-19)
723
-
724
-
725
-
726
- ## [9.15.7](https://github.com/dereekb/dbx-components/compare/v9.15.6-dev...v9.15.7) (2022-11-17)
727
-
728
-
729
-
730
- ## [9.15.6](https://github.com/dereekb/dbx-components/compare/v9.15.5-dev...v9.15.6) (2022-11-17)
731
-
732
-
733
-
734
- ## [9.15.5](https://github.com/dereekb/dbx-components/compare/v9.15.4-dev...v9.15.5) (2022-11-14)
735
-
736
-
737
-
738
- ## [9.15.4](https://github.com/dereekb/dbx-components/compare/v9.15.3-dev...v9.15.4) (2022-11-13)
739
-
740
-
741
-
742
- ## [9.15.3](https://github.com/dereekb/dbx-components/compare/v9.15.2-dev...v9.15.3) (2022-11-13)
743
-
744
-
745
-
746
- ## [9.15.2](https://github.com/dereekb/dbx-components/compare/v9.15.1-dev...v9.15.2) (2022-11-12)
747
-
748
-
749
-
750
- ## [9.15.1](https://github.com/dereekb/dbx-components/compare/v9.15.0-dev...v9.15.1) (2022-11-11)
751
-
752
-
753
-
754
- # [9.15.0](https://github.com/dereekb/dbx-components/compare/v9.14.2-dev...v9.15.0) (2022-11-10)
755
-
756
-
757
-
758
- ## [9.14.2](https://github.com/dereekb/dbx-components/compare/v9.14.1-dev...v9.14.2) (2022-11-09)
759
-
760
-
761
-
762
- ## [9.14.1](https://github.com/dereekb/dbx-components/compare/v9.14.0-dev...v9.14.1) (2022-11-09)
763
-
764
-
765
-
766
- # [9.14.0](https://github.com/dereekb/dbx-components/compare/v9.13.0-dev...v9.14.0) (2022-11-09)
767
-
768
-
769
-
770
- # [9.13.0](https://github.com/dereekb/dbx-components/compare/v9.12.4-dev...v9.13.0) (2022-11-08)
771
-
772
-
773
-
774
- ## [9.12.4](https://github.com/dereekb/dbx-components/compare/v9.12.3-dev...v9.12.4) (2022-11-08)
775
-
776
-
777
-
778
- ## [9.12.3](https://github.com/dereekb/dbx-components/compare/v9.12.2-dev...v9.12.3) (2022-11-07)
779
-
780
-
781
-
782
- ## [9.12.2](https://github.com/dereekb/dbx-components/compare/v9.12.1-dev...v9.12.2) (2022-11-07)
783
-
784
-
785
-
786
- ## [9.12.1](https://github.com/dereekb/dbx-components/compare/v9.12.0-dev...v9.12.1) (2022-11-07)
787
-
788
-
789
-
790
- # [9.12.0](https://github.com/dereekb/dbx-components/compare/v9.11.13-dev...v9.12.0) (2022-11-07)
791
-
792
-
793
- ### Bug Fixes
794
-
795
- * fixed dateBlockTiming() with 1 day distance ([5399706](https://github.com/dereekb/dbx-components/commit/5399706860274dfe005fb5939bd38468d4a4d7bf))
796
-
797
-
798
-
799
- ## [9.11.13](https://github.com/dereekb/dbx-components/compare/v9.11.12-dev...v9.11.13) (2022-11-05)
800
-
801
-
802
-
803
- ## [9.11.12](https://github.com/dereekb/dbx-components/compare/v9.11.11-dev...v9.11.12) (2022-11-04)
804
-
805
-
806
-
807
- ## [9.11.11](https://github.com/dereekb/dbx-components/compare/v9.11.10-dev...v9.11.11) (2022-11-01)
808
-
809
-
810
-
811
- ## [9.11.10](https://github.com/dereekb/dbx-components/compare/v9.11.9-dev...v9.11.10) (2022-10-28)
812
-
813
-
814
-
815
- ## [9.11.9](https://github.com/dereekb/dbx-components/compare/v9.11.8-dev...v9.11.9) (2022-10-28)
816
-
817
-
818
-
819
- ## [9.11.8](https://github.com/dereekb/dbx-components/compare/v9.11.7-dev...v9.11.8) (2022-10-26)
820
-
821
-
822
-
823
- ## [9.11.7](https://github.com/dereekb/dbx-components/compare/v9.11.6-dev...v9.11.7) (2022-10-20)
824
-
825
-
826
-
827
- ## [9.11.6](https://github.com/dereekb/dbx-components/compare/v9.11.5-dev...v9.11.6) (2022-10-13)
828
-
829
-
830
-
831
- ## [9.11.5](https://github.com/dereekb/dbx-components/compare/v9.11.4-dev...v9.11.5) (2022-10-13)
832
-
833
-
834
-
835
- ## [9.11.4](https://github.com/dereekb/dbx-components/compare/v9.11.3-dev...v9.11.4) (2022-10-10)
836
-
837
-
838
-
839
- ## [9.11.3](https://github.com/dereekb/dbx-components/compare/v9.11.2-dev...v9.11.3) (2022-10-10)
840
-
841
-
842
-
843
- ## [9.11.2](https://github.com/dereekb/dbx-components/compare/v9.11.1-dev...v9.11.2) (2022-10-09)
844
-
845
-
846
-
847
- ## [9.11.1](https://github.com/dereekb/dbx-components/compare/v9.11.0-dev...v9.11.1) (2022-10-09)
848
-
849
-
850
-
851
- # [9.11.0](https://github.com/dereekb/dbx-components/compare/v9.10.4-dev...v9.11.0) (2022-10-09)
852
-
853
-
854
-
855
- ## [9.10.4](https://github.com/dereekb/dbx-components/compare/v9.10.3-dev...v9.10.4) (2022-10-07)
856
-
857
-
858
-
859
- ## [9.10.3](https://github.com/dereekb/dbx-components/compare/v9.10.2-dev...v9.10.3) (2022-10-07)
860
-
861
-
862
-
863
- ## [9.10.2](https://github.com/dereekb/dbx-components/compare/v9.10.1-dev...v9.10.2) (2022-10-06)
864
-
865
-
866
-
867
- ## [9.10.1](https://github.com/dereekb/dbx-components/compare/v9.10.0-dev...v9.10.1) (2022-10-06)
868
-
869
-
870
-
871
- # [9.10.0](https://github.com/dereekb/dbx-components/compare/v9.9.5-dev...v9.10.0) (2022-10-05)
872
-
873
-
874
-
875
- ## [9.9.5](https://github.com/dereekb/dbx-components/compare/v9.9.4-dev...v9.9.5) (2022-09-19)
876
-
877
-
878
-
879
- ## [9.9.4](https://github.com/dereekb/dbx-components/compare/v9.9.3-dev...v9.9.4) (2022-09-19)
880
-
881
-
882
-
883
- ## [9.9.3](https://github.com/dereekb/dbx-components/compare/v9.9.2-dev...v9.9.3) (2022-09-19)
884
-
885
-
886
-
887
- ## [9.9.2](https://github.com/dereekb/dbx-components/compare/v9.9.1-dev...v9.9.2) (2022-09-19)
888
-
889
-
890
-
891
- ## [9.9.1](https://github.com/dereekb/dbx-components/compare/v9.9.0-dev...v9.9.1) (2022-09-18)
892
-
893
-
894
-
895
- # [9.9.0](https://github.com/dereekb/dbx-components/compare/v9.8.0-dev...v9.9.0) (2022-09-17)
896
-
897
-
898
-
899
- # [9.8.0](https://github.com/dereekb/dbx-components/compare/v9.7.7-dev...v9.8.0) (2022-09-15)
900
-
901
-
902
-
903
- ## [9.7.7](https://github.com/dereekb/dbx-components/compare/v9.7.6-dev...v9.7.7) (2022-09-12)
904
-
905
-
906
-
907
- ## [9.7.6](https://github.com/dereekb/dbx-components/compare/v9.7.5-dev...v9.7.6) (2022-09-12)
908
-
909
-
910
-
911
- ## [9.7.5](https://github.com/dereekb/dbx-components/compare/v9.7.4-dev...v9.7.5) (2022-09-10)
912
-
913
-
914
-
915
- ## [9.7.4](https://github.com/dereekb/dbx-components/compare/v9.7.3-dev...v9.7.4) (2022-09-08)
916
-
917
-
918
-
919
- ## [9.7.3](https://github.com/dereekb/dbx-components/compare/v9.7.2-dev...v9.7.3) (2022-09-06)
920
-
921
-
922
-
923
- ## [9.7.2](https://github.com/dereekb/dbx-components/compare/v9.7.1-dev...v9.7.2) (2022-09-06)
924
-
925
-
926
-
927
- ## [9.7.1](https://github.com/dereekb/dbx-components/compare/v9.7.0-dev...v9.7.1) (2022-09-06)
928
-
929
-
930
-
931
- # [9.7.0](https://github.com/dereekb/dbx-components/compare/v9.6.5-dev...v9.7.0) (2022-09-05)
932
-
933
-
934
-
935
- ## [9.6.5](https://github.com/dereekb/dbx-components/compare/v9.6.4-dev...v9.6.5) (2022-09-04)
936
-
937
-
938
-
939
- ## [9.6.4](https://github.com/dereekb/dbx-components/compare/v9.6.3-dev...v9.6.4) (2022-09-03)
940
-
941
-
942
-
943
- ## [9.6.3](https://github.com/dereekb/dbx-components/compare/v9.6.2-dev...v9.6.3) (2022-09-02)
944
-
945
-
946
-
947
- ## [9.6.2](https://github.com/dereekb/dbx-components/compare/v9.6.1-dev...v9.6.2) (2022-09-02)
948
-
949
-
950
-
951
- ## [9.6.1](https://github.com/dereekb/dbx-components/compare/v9.6.0-dev...v9.6.1) (2022-08-31)
952
-
953
-
954
-
955
- # [9.6.0](https://github.com/dereekb/dbx-components/compare/v9.5.5-dev...v9.6.0) (2022-08-31)
956
-
957
-
958
-
959
- ## [9.5.5](https://github.com/dereekb/dbx-components/compare/v9.5.4-dev...v9.5.5) (2022-08-30)
960
-
961
-
962
-
963
- ## [9.5.4](https://github.com/dereekb/dbx-components/compare/v9.5.3-dev...v9.5.4) (2022-08-30)
964
-
965
-
966
-
967
- ## [9.5.3](https://github.com/dereekb/dbx-components/compare/v9.5.2-dev...v9.5.3) (2022-08-29)
968
-
969
-
970
-
971
- ## [9.5.2](https://github.com/dereekb/dbx-components/compare/v9.5.1-dev...v9.5.2) (2022-08-29)
972
-
973
-
974
-
975
- ## [9.5.1](https://github.com/dereekb/dbx-components/compare/v9.5.0-dev...v9.5.1) (2022-08-26)
976
-
977
-
978
-
979
- # [9.5.0](https://github.com/dereekb/dbx-components/compare/v9.4.0-dev...v9.5.0) (2022-08-24)
980
-
981
-
982
-
983
- # [9.4.0](https://github.com/dereekb/dbx-components/compare/v9.3.3-dev...v9.4.0) (2022-08-24)
984
-
985
-
986
-
987
- ## [9.3.3](https://github.com/dereekb/dbx-components/compare/v9.3.2-dev...v9.3.3) (2022-08-23)
988
-
989
-
990
-
991
- ## [9.3.2](https://github.com/dereekb/dbx-components/compare/v9.3.1-dev...v9.3.2) (2022-08-22)
992
-
993
-
994
-
995
- ## [9.3.1](https://github.com/dereekb/dbx-components/compare/v9.3.0-dev...v9.3.1) (2022-08-21)
996
-
997
-
998
-
999
- # [9.3.0](https://github.com/dereekb/dbx-components/compare/v9.2.0-dev...v9.3.0) (2022-08-20)
1000
-
1001
-
1002
- ### Features
1003
-
1004
- * added IsWithinLatLngBoundFunction() ([c986e5b](https://github.com/dereekb/dbx-components/commit/c986e5bfe1742319526f0d1ec62e3c3a09c47d2d))
1005
-
1006
-
1007
-
1008
- # [9.2.0](https://github.com/dereekb/dbx-components/compare/v9.1.2-dev...v9.2.0) (2022-08-18)
1009
-
1010
-
1011
- ### Features
1012
-
1013
- * added timezonePicker() ([a1b23c0](https://github.com/dereekb/dbx-components/commit/a1b23c03f742b20c3f8b631ee9a17730d16b9335))
1014
-
1015
-
1016
-
1017
- ## [9.1.2](https://github.com/dereekb/dbx-components/compare/v9.1.1-dev...v9.1.2) (2022-08-16)
1018
-
1019
-
1020
- ### Bug Fixes
1021
-
1022
- * fixed expandUniqueDateBlocksFunction() scenario ([2341c24](https://github.com/dereekb/dbx-components/commit/2341c246c8c95c360501b2cf2166dfc65eab9122))
1023
-
1024
-
1025
-
1026
- ## [9.1.1](https://github.com/dereekb/dbx-components/compare/v9.1.0-dev...v9.1.1) (2022-08-16)
1027
-
1028
-
1029
-
1030
- # [9.1.0](https://github.com/dereekb/dbx-components/compare/v9.0.0-dev...v9.1.0) (2022-08-15)
1031
-
1032
-
1033
-
1034
- # [9.0.0](https://github.com/dereekb/dbx-components/compare/v8.15.2-dev...v9.0.0) (2022-08-13)
1035
-
1036
-
1037
- ### Code Refactoring
1038
-
1039
- * lint-fix ([50b09dc](https://github.com/dereekb/dbx-components/commit/50b09dc8907de951335249fcad654901f44348be))
1040
-
1041
-
1042
- ### Features
1043
-
1044
- * updated to angular 14 ([#15](https://github.com/dereekb/dbx-components/issues/15)) ([739726e](https://github.com/dereekb/dbx-components/commit/739726eabdf49007b096dbb892054887268c7732))
1045
-
1046
-
1047
- ### BREAKING CHANGES
1048
-
1049
- * prepare major version
1050
-
1051
-
1052
-
1053
- ## [8.15.2](https://github.com/dereekb/dbx-components/compare/v8.15.1-dev...v8.15.2) (2022-08-11)
1054
-
1055
-
1056
-
1057
- ## [8.15.1](https://github.com/dereekb/dbx-components/compare/v8.15.0-dev...v8.15.1) (2022-08-11)
1058
-
1059
-
1060
- ### Bug Fixes
1061
-
1062
- * fixed infinite loop in expandUniqueDateBlocks() ([7464f2d](https://github.com/dereekb/dbx-components/commit/7464f2d33cb2f424a44cbfd3b8aa4a04a7304af6))
1063
-
1064
-
1065
-
1066
- # [8.15.0](https://github.com/dereekb/dbx-components/compare/v8.14.0-dev...v8.15.0) (2022-08-09)
1067
-
1068
-
1069
-
1070
- # [8.14.0](https://github.com/dereekb/dbx-components/compare/v8.13.9-dev...v8.14.0) (2022-08-08)
1071
-
1072
-
1073
- ### Features
1074
-
1075
- * added WebsiteUrl and functions ([ed3430f](https://github.com/dereekb/dbx-components/commit/ed3430f7caba109fbcb9fc02764c22d3ee686fc4))
1076
-
1077
-
1078
-
1079
- ## [8.13.9](https://github.com/dereekb/dbx-components/compare/v8.13.8-dev...v8.13.9) (2022-08-05)
1080
-
1081
-
1082
-
1083
- ## [8.13.8](https://github.com/dereekb/dbx-components/compare/v8.13.7-dev...v8.13.8) (2022-08-03)
1084
-
1085
-
1086
-
1087
- ## [8.13.7](https://github.com/dereekb/dbx-components/compare/v8.13.6-dev...v8.13.7) (2022-08-03)
1088
-
1089
-
1090
-
1091
- ## [8.13.6](https://github.com/dereekb/dbx-components/compare/v8.13.5-dev...v8.13.6) (2022-08-01)
1092
-
1093
-
1094
-
1095
- ## [8.13.5](https://github.com/dereekb/dbx-components/compare/v8.13.4-dev...v8.13.5) (2022-07-29)
1096
-
1097
-
1098
-
1099
- ## [8.13.4](https://github.com/dereekb/dbx-components/compare/v8.13.3-dev...v8.13.4) (2022-07-23)
1100
-
1101
-
1102
-
1103
- ## [8.13.3](https://github.com/dereekb/dbx-components/compare/v8.13.2-dev...v8.13.3) (2022-07-21)
1104
-
1105
-
1106
-
1107
- ## [8.13.2](https://github.com/dereekb/dbx-components/compare/v8.13.1-dev...v8.13.2) (2022-07-20)
1108
-
1109
-
1110
-
1111
- ## [8.13.1](https://github.com/dereekb/dbx-components/compare/v8.13.0-dev...v8.13.1) (2022-07-19)
1112
-
1113
-
1114
-
1115
- # [8.13.0](https://github.com/dereekb/dbx-components/compare/v8.12.13-dev...v8.13.0) (2022-07-16)
1116
-
1117
-
1118
-
1119
- ## [8.12.13](https://github.com/dereekb/dbx-components/compare/v8.12.12-dev...v8.12.13) (2022-07-16)
1120
-
1121
-
1122
-
1123
- ## [8.12.12](https://github.com/dereekb/dbx-components/compare/v8.12.11-dev...v8.12.12) (2022-07-15)
1124
-
1125
-
1126
-
1127
- ## [8.12.11](https://github.com/dereekb/dbx-components/compare/v8.12.10-dev...v8.12.11) (2022-07-14)
1128
-
1129
-
1130
-
1131
- ## [8.12.10](https://github.com/dereekb/dbx-components/compare/v8.12.9-dev...v8.12.10) (2022-07-13)
1132
-
1133
-
1134
-
1135
- ## [8.12.9](https://github.com/dereekb/dbx-components/compare/v8.12.8-dev...v8.12.9) (2022-07-12)
1136
-
1137
-
1138
-
1139
- ## [8.12.8](https://github.com/dereekb/dbx-components/compare/v8.12.7-dev...v8.12.8) (2022-07-12)
1140
-
1141
-
1142
-
1143
- ## [8.12.7](https://github.com/dereekb/dbx-components/compare/v8.12.6-dev...v8.12.7) (2022-07-11)
1144
-
1145
-
1146
-
1147
- ## [8.12.6](https://github.com/dereekb/dbx-components/compare/v8.12.5-dev...v8.12.6) (2022-07-11)
1148
-
1149
-
1150
-
1151
- ## [8.12.5](https://github.com/dereekb/dbx-components/compare/v8.12.4-dev...v8.12.5) (2022-07-10)
1152
-
1153
-
1154
-
1155
- ## [8.12.4](https://github.com/dereekb/dbx-components/compare/v8.12.3-dev...v8.12.4) (2022-07-10)
1156
-
1157
-
1158
-
1159
- ## [8.12.3](https://github.com/dereekb/dbx-components/compare/v8.12.2-dev...v8.12.3) (2022-07-09)
1160
-
1161
-
1162
-
1163
- ## [8.12.2](https://github.com/dereekb/dbx-components/compare/v8.12.1-dev...v8.12.2) (2022-07-08)
1164
-
1165
-
1166
-
1167
- ## [8.12.1](https://github.com/dereekb/dbx-components/compare/v8.12.0-dev...v8.12.1) (2022-07-08)
1168
-
1169
-
1170
-
1171
- # [8.12.0](https://github.com/dereekb/dbx-components/compare/v8.11.2-dev...v8.12.0) (2022-07-07)
1172
-
1173
-
1174
- ### Features
1175
-
1176
- * added DateBlock ([b424dc0](https://github.com/dereekb/dbx-components/commit/b424dc09ada622b2c5a85335ce755516eb1fb767))
1177
- * added dbxCalendar ([88750cb](https://github.com/dereekb/dbx-components/commit/88750cb4302b8e67dcaadb4813979a8e73d1d7b7))
1178
-
1179
-
1180
-
1181
- ## [8.11.2](https://github.com/dereekb/dbx-components/compare/v8.11.1-dev...v8.11.2) (2022-07-05)
1182
-
1183
-
1184
-
1185
- ## [8.11.1](https://github.com/dereekb/dbx-components/compare/v8.11.0-dev...v8.11.1) (2022-07-05)
1186
-
1187
-
1188
-
1189
- # [8.11.0](https://github.com/dereekb/dbx-components/compare/v8.10.0-dev...v8.11.0) (2022-07-05)
1190
-
1191
-
1192
-
1193
- # [8.10.0](https://github.com/dereekb/dbx-components/compare/v8.9.1-dev...v8.10.0) (2022-07-04)
1194
-
1195
-
1196
-
1197
- ## [8.9.1](https://github.com/dereekb/dbx-components/compare/v8.9.0-dev...v8.9.1) (2022-06-30)
1198
-
1199
-
1200
-
1201
- # [8.9.0](https://github.com/dereekb/dbx-components/compare/v8.8.1-dev...v8.9.0) (2022-06-30)
1202
-
1203
-
1204
-
1205
- ## [8.8.1](https://github.com/dereekb/dbx-components/compare/v8.8.0-dev...v8.8.1) (2022-06-29)
1206
-
1207
-
1208
-
1209
- # [8.8.0](https://github.com/dereekb/dbx-components/compare/v8.7.6-dev...v8.8.0) (2022-06-29)
1210
-
1211
-
1212
-
1213
- ## [8.7.6](https://github.com/dereekb/dbx-components/compare/v8.7.5-dev...v8.7.6) (2022-06-29)
1214
-
1215
-
1216
-
1217
- ## [8.7.5](https://github.com/dereekb/dbx-components/compare/v8.7.4-dev...v8.7.5) (2022-06-28)
1218
-
1219
-
1220
-
1221
- ## [8.7.4](https://github.com/dereekb/dbx-components/compare/v8.7.3-dev...v8.7.4) (2022-06-26)
1222
-
1223
-
1224
-
1225
- ## [8.7.3](https://github.com/dereekb/dbx-components/compare/v8.7.2-dev...v8.7.3) (2022-06-25)
1226
-
1227
-
1228
-
1229
- ## [8.7.2](https://github.com/dereekb/dbx-components/compare/v8.7.1-dev...v8.7.2) (2022-06-24)
1230
-
1231
-
1232
-
1233
- ## [8.7.1](https://github.com/dereekb/dbx-components/compare/v8.7.0-dev...v8.7.1) (2022-06-24)
1234
-
1235
-
1236
-
1237
- # [8.7.0](https://github.com/dereekb/dbx-components/compare/v8.6.1-dev...v8.7.0) (2022-06-23)
1238
-
1239
-
1240
-
1241
- ## [8.6.1](https://github.com/dereekb/dbx-components/compare/v8.6.0-dev...v8.6.1) (2022-06-23)
1242
-
1243
-
1244
-
1245
- # [8.6.0](https://github.com/dereekb/dbx-components/compare/v8.5.3-dev...v8.6.0) (2022-06-22)
1246
-
1247
-
1248
-
1249
- ## [8.5.3](https://github.com/dereekb/dbx-components/compare/v8.5.2-dev...v8.5.3) (2022-06-22)
1250
-
1251
-
1252
-
1253
- ## [8.5.2](https://github.com/dereekb/dbx-components/compare/v8.5.1-dev...v8.5.2) (2022-06-22)
1254
-
1255
-
1256
-
1257
- ## [8.5.1](https://github.com/dereekb/dbx-components/compare/v8.5.0-dev...v8.5.1) (2022-06-22)
1258
-
1259
-
1260
-
1261
- # [8.5.0](https://github.com/dereekb/dbx-components/compare/v8.4.0-dev...v8.5.0) (2022-06-22)
1262
-
1263
-
1264
-
1265
- # [8.4.0](https://github.com/dereekb/dbx-components/compare/v8.3.0-dev...v8.4.0) (2022-06-21)
1266
-
1267
-
1268
-
1269
- # [8.3.0](https://github.com/dereekb/dbx-components/compare/v8.2.0-dev...v8.3.0) (2022-06-20)
1270
-
1271
-
1272
-
1273
- # [8.2.0](https://github.com/dereekb/dbx-components/compare/v8.1.2-dev...v8.2.0) (2022-06-20)
1274
-
1275
-
1276
-
1277
- ## [8.1.2](https://github.com/dereekb/dbx-components/compare/v8.1.1-dev...v8.1.2) (2022-06-19)
1278
-
1279
-
1280
-
1281
- ## [8.1.1](https://github.com/dereekb/dbx-components/compare/v8.1.0-dev...v8.1.1) (2022-06-18)
1282
-
1283
-
1284
-
1285
- # [8.1.0](https://github.com/dereekb/dbx-components/compare/v8.0.1-dev...v8.1.0) (2022-06-18)
1286
-
1287
-
1288
-
1289
- ## [8.0.1](https://github.com/dereekb/dbx-components/compare/v8.0.0-dev...v8.0.1) (2022-06-17)
1290
-
1291
-
1292
-
1293
- # [8.0.0](https://github.com/dereekb/dbx-components/compare/v7.16.0-dev...v8.0.0) (2022-06-17)
1294
-
1295
-
1296
-
1297
- # [7.16.0](https://github.com/dereekb/dbx-components/compare/v7.15.2-dev...v7.16.0) (2022-06-17)
1298
-
1299
-
1300
-
1301
- ## [7.15.2](https://github.com/dereekb/dbx-components/compare/v7.15.1-dev...v7.15.2) (2022-06-17)
1302
-
1303
-
1304
-
1305
- ## [7.15.1](https://github.com/dereekb/dbx-components/compare/v7.15.0-dev...v7.15.1) (2022-06-16)
1306
-
1307
-
1308
-
1309
- # [7.15.0](https://github.com/dereekb/dbx-components/compare/v7.14.0-dev...v7.15.0) (2022-06-16)
1310
-
1311
-
1312
-
1313
- # [7.14.0](https://github.com/dereekb/dbx-components/compare/v7.13.1-dev...v7.14.0) (2022-06-15)
1314
-
1315
-
1316
-
1317
- ## [7.13.1](https://github.com/dereekb/dbx-components/compare/v7.13.0-dev...v7.13.1) (2022-06-15)
1318
-
1319
-
1320
-
1321
- # [7.13.0](https://github.com/dereekb/dbx-components/compare/v7.12.0-dev...v7.13.0) (2022-06-14)
1322
-
1323
-
1324
-
1325
- # [7.12.0](https://github.com/dereekb/dbx-components/compare/v7.11.2-dev...v7.12.0) (2022-06-14)
1326
-
1327
-
1328
-
1329
- ## [7.11.2](https://github.com/dereekb/dbx-components/compare/v7.11.1-dev...v7.11.2) (2022-06-13)
1330
-
1331
-
1332
-
1333
- ## [7.11.1](https://github.com/dereekb/dbx-components/compare/v7.11.0-dev...v7.11.1) (2022-06-13)
1334
-
1335
-
1336
-
1337
- # [7.11.0](https://github.com/dereekb/dbx-components/compare/v7.10.0-dev...v7.11.0) (2022-06-13)
1338
-
1339
-
1340
-
1341
- # [7.10.0](https://github.com/dereekb/dbx-components/compare/v7.9.0-dev...v7.10.0) (2022-06-11)
1342
-
1343
-
1344
-
1345
- # [7.9.0](https://github.com/dereekb/dbx-components/compare/v7.8.1-dev...v7.9.0) (2022-06-11)
1346
-
1347
-
1348
-
1349
- ## [7.8.1](https://github.com/dereekb/dbx-components/compare/v7.8.0-dev...v7.8.1) (2022-06-10)
1350
-
1351
-
1352
-
1353
- # [7.8.0](https://github.com/dereekb/dbx-components/compare/v7.7.0-dev...v7.8.0) (2022-06-09)
1354
-
1355
-
1356
- ### Bug Fixes
1357
-
1358
- * import path fixes ([0b72558](https://github.com/dereekb/dbx-components/commit/0b7255845e2502ed28d7f6b81711765acd72b452))
1359
-
1360
-
1361
-
1362
- # [7.7.0](https://github.com/dereekb/dbx-components/compare/v7.6.0-dev...v7.7.0) (2022-06-09)
1363
-
1364
-
1365
-
1366
- # [7.6.0](https://github.com/dereekb/dbx-components/compare/v7.5.0-dev...v7.6.0) (2022-06-09)
1367
-
1368
-
1369
-
1370
- # [7.5.0](https://github.com/dereekb/dbx-components/compare/v7.4.0-dev...v7.5.0) (2022-06-08)
1371
-
1372
-
1373
-
1374
- # [7.4.0](https://github.com/dereekb/dbx-components/compare/v7.3.0-dev...v7.4.0) (2022-06-08)
1375
-
1376
-
1377
-
1378
- # [7.3.0](https://github.com/dereekb/dbx-components/compare/v7.2.0-dev...v7.3.0) (2022-06-08)
1379
-
1380
-
1381
-
1382
- # [7.2.0](https://github.com/dereekb/dbx-components/compare/v7.1.0-dev...v7.2.0) (2022-06-06)
1383
-
1384
-
1385
-
1386
- # [7.1.0](https://github.com/dereekb/dbx-components/compare/v7.0.1-dev...v7.1.0) (2022-06-06)
1387
-
1388
-
1389
-
1390
- ## [7.0.1](https://github.com/dereekb/dbx-components/compare/v7.0.0-dev...v7.0.1) (2022-06-05)
1391
-
1392
-
1393
-
1394
- # [7.0.0](https://github.com/dereekb/dbx-components/compare/v6.0.0-dev...v7.0.0) (2022-06-05)
1395
-
1396
-
1397
-
1398
- # [6.0.0](https://github.com/dereekb/dbx-components/compare/v5.3.0-dev...v6.0.0) (2022-06-03)
1399
-
1400
-
1401
-
1402
- # [5.3.0](https://github.com/dereekb/dbx-components/compare/v5.2.1-dev...v5.3.0) (2022-05-30)
1403
-
1404
-
1405
-
1406
- ## [5.2.1](https://github.com/dereekb/dbx-components/compare/v5.2.0-dev...v5.2.1) (2022-05-29)
1407
-
1408
-
1409
-
1410
- # [5.2.0](https://github.com/dereekb/dbx-components/compare/v5.1.0-dev...v5.2.0) (2022-05-29)
1411
-
1412
-
1413
-
1414
- # [5.1.0](https://github.com/dereekb/dbx-components/compare/v5.0.1-dev...v5.1.0) (2022-05-27)
1415
-
1416
-
1417
-
1418
- ## [5.0.1](https://github.com/dereekb/dbx-components/compare/v5.0.0-dev...v5.0.1) (2022-05-26)
1419
-
1420
-
1421
-
1422
- # [5.0.0](https://github.com/dereekb/dbx-components/compare/v4.1.0-dev...v5.0.0) (2022-05-25)
1423
-
1424
-
1425
- ### Code Refactoring
1426
-
1427
- * refactored @dereekb/firebase snapshot field ([c88d278](https://github.com/dereekb/dbx-components/commit/c88d2780d66f965a41ae299e013109f6860e9496))
1428
-
1429
-
1430
- ### BREAKING CHANGES
1431
-
1432
- * refactored @dereekb/firebase SnapshotConverterFunction and related components and @dereekb/util model conversion components to have better type safety and inference
1433
-
1434
-
1435
-
1436
- # [4.1.0](https://github.com/dereekb/dbx-components/compare/v4.0.1-dev...v4.1.0) (2022-05-17)
1437
-
1438
-
1439
-
1440
- ## [4.0.1](https://github.com/dereekb/dbx-components/compare/v4.0.0-dev...v4.0.1) (2022-05-14)
1441
-
1442
-
1443
-
1444
- # [4.0.0](https://github.com/dereekb/dbx-components/compare/v3.0.0...v4.0.0) (2022-05-14)
1445
-
1446
-
1447
-
1448
- # [3.0.0](https://github.com/dereekb/dbx-components/compare/v2.1.0...v3.0.0) (2022-05-13)
1449
-
1450
-
1451
-
1452
- # [2.1.0](https://github.com/dereekb/dbx-components/compare/v2.0.0...v2.1.0) (2022-03-17)
1453
-
1454
-
1455
- ### Features
1456
-
1457
- * date query builder ([9adfe56](https://github.com/dereekb/dbx-components/commit/9adfe56b15ae2ebd1e938ec33d971f410d7ec373))
1458
-
1459
-
1460
-
1461
- # [2.0.0](https://github.com/dereekb/dbx-components/compare/v1.2.0...v2.0.0) (2022-03-13)
1462
-
1463
-
1464
- ### Features
1465
-
1466
- * added now to dbxDateTimeFieldComponent ([812e704](https://github.com/dereekb/dbx-components/commit/812e704b9bf44daa7441f236d6fe1e2c499ec7dd))
1467
-
1468
-
1469
-
1470
- # [1.2.0](https://github.com/dereekb/dbx-components/compare/v1.1.0...v1.2.0) (2022-03-04)
1471
-
1472
-
1473
-
1474
- # [1.1.0](https://github.com/dereekb/dbx-components/compare/v1.0.0...v1.1.0) (2022-03-02)
1475
-
1476
-
1477
-
1478
- # 1.0.0 (2022-02-23)
1479
-
1480
-
1481
- ### Features
1482
-
1483
- * added dbxSearchableTextFieldComponent ([42ae14c](https://github.com/dereekb/dbx-components/commit/42ae14c7709f6603db676c94f1df2017fdad59ca))
1484
- * added dbxTextEditorFieldComponent ([9146403](https://github.com/dereekb/dbx-components/commit/9146403e26e7647181f66435db3597f0f64853ec))
1485
-
1486
-
1487
-
1488
- # 0.1.0 (2022-01-29)