@operato/utils 1.0.0-beta.0 → 1.0.0-beta.11
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 +146 -284
- package/dist/src/clipboard.d.ts +1 -0
- package/dist/src/clipboard.js +20 -0
- package/dist/src/clipboard.js.map +1 -0
- package/dist/src/format.d.ts +1 -0
- package/dist/src/format.js +82 -0
- package/dist/src/format.js.map +1 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.js +2 -0
- package/dist/src/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -2
- package/src/clipboard.ts +20 -0
- package/src/format.ts +108 -0
- package/src/index.ts +2 -0
package/CHANGELOG.md
CHANGED
@@ -3,24 +3,24 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
-
## [1.0.0-beta.
|
6
|
+
## [1.0.0-beta.11](https://github.com/hatiolab/operato/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-01)
|
7
7
|
|
8
|
+
**Note:** Version bump only for package @operato/utils
|
8
9
|
|
9
|
-
### :rocket: New Features
|
10
10
|
|
11
|
-
* support undo/redo for data-grist ([b7e6c1f](https://github.com/hatiolab/operato/commit/b7e6c1fb47910a3fc3acb0352472ad19cf4e13d2))
|
12
11
|
|
13
12
|
|
14
13
|
|
15
|
-
## [1.0.0-
|
14
|
+
## [1.0.0-beta.10](https://github.com/hatiolab/operato/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-04-28)
|
16
15
|
|
17
|
-
**Note:** Version bump only for package @operato/utils
|
18
16
|
|
17
|
+
### :rocket: New Features
|
19
18
|
|
19
|
+
* add format option for text-renderer ([c58375b](https://github.com/hatiolab/operato/commit/c58375b05fb69db03a9081c41ea4ff11437834b1))
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
-
## [1.0.0-
|
23
|
+
## [1.0.0-beta.9](https://github.com/hatiolab/operato/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2022-04-28)
|
24
24
|
|
25
25
|
**Note:** Version bump only for package @operato/utils
|
26
26
|
|
@@ -28,7 +28,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
28
28
|
|
29
29
|
|
30
30
|
|
31
|
-
## [1.0.0-
|
31
|
+
## [1.0.0-beta.8](https://github.com/hatiolab/operato/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-04-27)
|
32
32
|
|
33
33
|
**Note:** Version bump only for package @operato/utils
|
34
34
|
|
@@ -36,7 +36,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
-
## [1.0.0-
|
39
|
+
## [1.0.0-beta.7](https://github.com/hatiolab/operato/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-04-24)
|
40
40
|
|
41
41
|
**Note:** Version bump only for package @operato/utils
|
42
42
|
|
@@ -44,681 +44,543 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
44
44
|
|
45
45
|
|
46
46
|
|
47
|
-
## [1.0.0-
|
48
|
-
|
49
|
-
**Note:** Version bump only for package @operato/utils
|
50
|
-
|
51
|
-
|
47
|
+
## [1.0.0-beta.6](https://github.com/hatiolab/operato/compare/v0.4.5...v1.0.0-beta.6) (2022-04-22)
|
52
48
|
|
53
49
|
|
50
|
+
### :bug: Bug Fix
|
54
51
|
|
55
|
-
|
52
|
+
* clipboard fallback ([8d69c1f](https://github.com/hatiolab/operato/commit/8d69c1fd2113d5cd4ede9f60fa4b5ec7e06e9759))
|
56
53
|
|
57
|
-
|
54
|
+
## [1.0.0-beta.5](https://github.com/hatiolab/operato/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-18)
|
58
55
|
|
56
|
+
## [1.0.0-beta.4](https://github.com/hatiolab/operato/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-14)
|
59
57
|
|
58
|
+
## [1.0.0-beta.3](https://github.com/hatiolab/operato/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-12)
|
60
59
|
|
60
|
+
## [1.0.0-beta.2](https://github.com/hatiolab/operato/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-04-12)
|
61
61
|
|
62
|
+
## [1.0.0-beta.1](https://github.com/hatiolab/operato/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-04-11)
|
62
63
|
|
63
|
-
## [1.0.0-
|
64
|
+
## [1.0.0-beta.0](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.53...v1.0.0-beta.0) (2022-04-10)
|
64
65
|
|
65
|
-
**Note:** Version bump only for package @operato/utils
|
66
66
|
|
67
|
+
### :rocket: New Features
|
67
68
|
|
69
|
+
* support undo/redo for data-grist ([b7e6c1f](https://github.com/hatiolab/operato/commit/b7e6c1fb47910a3fc3acb0352472ad19cf4e13d2))
|
68
70
|
|
71
|
+
## [1.0.0-alpha.53](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2022-04-08)
|
69
72
|
|
73
|
+
## [1.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2022-04-08)
|
70
74
|
|
71
|
-
## [1.0.0-alpha.
|
75
|
+
## [1.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2022-04-05)
|
72
76
|
|
73
|
-
|
77
|
+
## [1.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2022-04-04)
|
74
78
|
|
79
|
+
## [1.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2022-04-04)
|
75
80
|
|
81
|
+
## [1.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2022-04-03)
|
76
82
|
|
83
|
+
## [1.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2022-04-02)
|
77
84
|
|
85
|
+
## [1.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2022-04-02)
|
78
86
|
|
79
87
|
## [1.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2022-03-31)
|
80
88
|
|
81
|
-
|
89
|
+
## [1.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2022-03-31)
|
82
90
|
|
91
|
+
## [1.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2022-03-30)
|
83
92
|
|
93
|
+
## [1.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2022-03-29)
|
84
94
|
|
95
|
+
## [1.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2022-03-27)
|
85
96
|
|
97
|
+
## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
|
86
98
|
|
87
|
-
## [1.0.0-alpha.
|
99
|
+
## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)
|
88
100
|
|
89
|
-
|
101
|
+
## [1.0.0-alpha.38](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-03-25)
|
90
102
|
|
103
|
+
## [1.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-03-25)
|
91
104
|
|
105
|
+
## [1.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-03-21)
|
92
106
|
|
107
|
+
## [1.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-03-21)
|
93
108
|
|
109
|
+
## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
|
94
110
|
|
95
|
-
## [1.0.0-alpha.
|
111
|
+
## [1.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-03-19)
|
96
112
|
|
97
|
-
|
113
|
+
## [1.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-03-19)
|
98
114
|
|
115
|
+
## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
|
99
116
|
|
100
117
|
|
118
|
+
### :bug: Bug Fix
|
101
119
|
|
120
|
+
* ox-grist-renderer support class type renderer (refer ox-grist-renderer-progress) ([ad7c8e1](https://github.com/hatiolab/operato/commit/ad7c8e1b453d19af9daa13ae4eb7c2059d85dfbb))
|
102
121
|
|
103
|
-
## [1.0.0-alpha.
|
122
|
+
## [1.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-03-18)
|
104
123
|
|
105
|
-
|
124
|
+
## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
|
106
125
|
|
126
|
+
## [1.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.28) (2022-03-17)
|
107
127
|
|
128
|
+
## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
|
108
129
|
|
130
|
+
## [1.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-03-17)
|
109
131
|
|
132
|
+
## [1.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-03-17)
|
110
133
|
|
111
|
-
## [1.0.0-alpha.
|
134
|
+
## [1.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-03-17)
|
112
135
|
|
113
|
-
|
136
|
+
## [1.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-03-17)
|
114
137
|
|
138
|
+
## [1.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-03-16)
|
115
139
|
|
140
|
+
## [1.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-03-15)
|
116
141
|
|
142
|
+
## [1.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-03-14)
|
117
143
|
|
144
|
+
## [1.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-03-14)
|
118
145
|
|
119
|
-
## [1.0.0-alpha.
|
146
|
+
## [1.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-03-13)
|
120
147
|
|
121
|
-
|
148
|
+
## [1.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-03-13)
|
122
149
|
|
150
|
+
## [1.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-03-13)
|
123
151
|
|
152
|
+
## [1.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-13)
|
124
153
|
|
154
|
+
## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
|
125
155
|
|
156
|
+
## [1.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-03-13)
|
126
157
|
|
127
|
-
## [1.0.0-alpha.
|
158
|
+
## [1.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-03-12)
|
128
159
|
|
129
|
-
|
160
|
+
## [1.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
|
130
161
|
|
162
|
+
## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
|
131
163
|
|
132
164
|
|
165
|
+
### :rocket: New Features
|
133
166
|
|
167
|
+
* settled concept for input, property-editor, grist-editor, so on ([0c9e1d0](https://github.com/hatiolab/operato/commit/0c9e1d054c7aef5d965868242cf471667af7a3c3))
|
134
168
|
|
135
|
-
## [1.0.0-alpha.
|
169
|
+
## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
|
136
170
|
|
137
|
-
|
171
|
+
## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
|
138
172
|
|
173
|
+
## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
|
139
174
|
|
175
|
+
## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
|
140
176
|
|
177
|
+
## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
|
141
178
|
|
179
|
+
## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
|
142
180
|
|
143
|
-
## [1.0.0-alpha.
|
181
|
+
## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
|
144
182
|
|
145
|
-
|
183
|
+
## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
|
146
184
|
|
147
185
|
|
148
186
|
|
187
|
+
## [1.0.0-beta.5](https://github.com/hatiolab/operato/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-18)
|
149
188
|
|
189
|
+
**Note:** Version bump only for package @operato/utils
|
150
190
|
|
151
|
-
## [1.0.0-
|
191
|
+
## [1.0.0-beta.4](https://github.com/hatiolab/operato/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-14)
|
152
192
|
|
153
193
|
**Note:** Version bump only for package @operato/utils
|
154
194
|
|
195
|
+
## [1.0.0-beta.3](https://github.com/hatiolab/operato/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-12)
|
155
196
|
|
197
|
+
**Note:** Version bump only for package @operato/utils
|
156
198
|
|
199
|
+
## [1.0.0-beta.2](https://github.com/hatiolab/operato/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-04-12)
|
157
200
|
|
201
|
+
**Note:** Version bump only for package @operato/utils
|
158
202
|
|
159
|
-
## [1.0.0-
|
203
|
+
## [1.0.0-beta.1](https://github.com/hatiolab/operato/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-04-11)
|
160
204
|
|
161
205
|
**Note:** Version bump only for package @operato/utils
|
162
206
|
|
207
|
+
## [1.0.0-beta.0](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.53...v1.0.0-beta.0) (2022-04-10)
|
163
208
|
|
209
|
+
### :rocket: New Features
|
164
210
|
|
211
|
+
- support undo/redo for data-grist ([b7e6c1f](https://github.com/hatiolab/operato/commit/b7e6c1fb47910a3fc3acb0352472ad19cf4e13d2))
|
165
212
|
|
166
|
-
|
167
|
-
## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
|
213
|
+
## [1.0.0-alpha.53](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2022-04-08)
|
168
214
|
|
169
215
|
**Note:** Version bump only for package @operato/utils
|
170
216
|
|
217
|
+
## [1.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2022-04-08)
|
171
218
|
|
219
|
+
**Note:** Version bump only for package @operato/utils
|
172
220
|
|
221
|
+
## [1.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2022-04-05)
|
173
222
|
|
223
|
+
**Note:** Version bump only for package @operato/utils
|
174
224
|
|
175
|
-
## [1.0.0-alpha.
|
225
|
+
## [1.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2022-04-04)
|
176
226
|
|
177
227
|
**Note:** Version bump only for package @operato/utils
|
178
228
|
|
229
|
+
## [1.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2022-04-04)
|
179
230
|
|
231
|
+
**Note:** Version bump only for package @operato/utils
|
180
232
|
|
233
|
+
## [1.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2022-04-03)
|
181
234
|
|
235
|
+
**Note:** Version bump only for package @operato/utils
|
182
236
|
|
183
|
-
## [1.0.0-alpha.
|
237
|
+
## [1.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2022-04-02)
|
184
238
|
|
185
239
|
**Note:** Version bump only for package @operato/utils
|
186
240
|
|
241
|
+
## [1.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2022-04-02)
|
187
242
|
|
243
|
+
**Note:** Version bump only for package @operato/utils
|
188
244
|
|
245
|
+
## [1.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2022-03-31)
|
189
246
|
|
247
|
+
**Note:** Version bump only for package @operato/utils
|
190
248
|
|
191
|
-
## [1.0.0-alpha.
|
249
|
+
## [1.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2022-03-31)
|
192
250
|
|
251
|
+
**Note:** Version bump only for package @operato/utils
|
193
252
|
|
194
|
-
|
253
|
+
## [1.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2022-03-30)
|
195
254
|
|
196
|
-
|
255
|
+
**Note:** Version bump only for package @operato/utils
|
197
256
|
|
257
|
+
## [1.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2022-03-29)
|
198
258
|
|
259
|
+
**Note:** Version bump only for package @operato/utils
|
199
260
|
|
200
|
-
## [1.0.0-alpha.
|
261
|
+
## [1.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2022-03-27)
|
201
262
|
|
202
263
|
**Note:** Version bump only for package @operato/utils
|
203
264
|
|
265
|
+
## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
|
204
266
|
|
267
|
+
**Note:** Version bump only for package @operato/utils
|
205
268
|
|
269
|
+
## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)
|
206
270
|
|
271
|
+
**Note:** Version bump only for package @operato/utils
|
207
272
|
|
208
|
-
## [1.0.0-alpha.
|
273
|
+
## [1.0.0-alpha.38](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-03-25)
|
209
274
|
|
210
275
|
**Note:** Version bump only for package @operato/utils
|
211
276
|
|
277
|
+
## [1.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-03-25)
|
212
278
|
|
279
|
+
**Note:** Version bump only for package @operato/utils
|
213
280
|
|
281
|
+
## [1.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-03-21)
|
214
282
|
|
283
|
+
**Note:** Version bump only for package @operato/utils
|
215
284
|
|
216
|
-
## [1.0.0-alpha.
|
285
|
+
## [1.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-03-21)
|
217
286
|
|
218
287
|
**Note:** Version bump only for package @operato/utils
|
219
288
|
|
289
|
+
## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
|
220
290
|
|
291
|
+
**Note:** Version bump only for package @operato/utils
|
221
292
|
|
293
|
+
## [1.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-03-19)
|
222
294
|
|
295
|
+
**Note:** Version bump only for package @operato/utils
|
223
296
|
|
224
|
-
## [1.0.0-alpha.
|
297
|
+
## [1.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-03-19)
|
225
298
|
|
226
299
|
**Note:** Version bump only for package @operato/utils
|
227
300
|
|
301
|
+
## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
|
228
302
|
|
303
|
+
### :bug: Bug Fix
|
229
304
|
|
305
|
+
- ox-grist-renderer support class type renderer (refer ox-grist-renderer-progress) ([ad7c8e1](https://github.com/hatiolab/operato/commit/ad7c8e1b453d19af9daa13ae4eb7c2059d85dfbb))
|
230
306
|
|
231
|
-
|
232
|
-
## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
|
307
|
+
## [1.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-03-18)
|
233
308
|
|
234
309
|
**Note:** Version bump only for package @operato/utils
|
235
310
|
|
311
|
+
## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
|
236
312
|
|
313
|
+
**Note:** Version bump only for package @operato/utils
|
237
314
|
|
315
|
+
## [1.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.28) (2022-03-17)
|
238
316
|
|
317
|
+
**Note:** Version bump only for package @operato/utils
|
239
318
|
|
240
|
-
## [1.0.0-alpha.
|
319
|
+
## [1.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2022-03-17)
|
241
320
|
|
242
321
|
**Note:** Version bump only for package @operato/utils
|
243
322
|
|
323
|
+
## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
|
244
324
|
|
325
|
+
**Note:** Version bump only for package @operato/utils
|
245
326
|
|
327
|
+
## [1.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-03-17)
|
246
328
|
|
329
|
+
**Note:** Version bump only for package @operato/utils
|
247
330
|
|
248
331
|
## [1.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-03-17)
|
249
332
|
|
250
333
|
**Note:** Version bump only for package @operato/utils
|
251
334
|
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
335
|
## [1.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-03-17)
|
257
336
|
|
258
337
|
**Note:** Version bump only for package @operato/utils
|
259
338
|
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
339
|
## [1.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-03-17)
|
265
340
|
|
266
341
|
**Note:** Version bump only for package @operato/utils
|
267
342
|
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
343
|
## [1.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-03-16)
|
273
344
|
|
274
345
|
**Note:** Version bump only for package @operato/utils
|
275
346
|
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
347
|
## [1.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-03-15)
|
281
348
|
|
282
349
|
**Note:** Version bump only for package @operato/utils
|
283
350
|
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
351
|
## [1.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-03-14)
|
289
352
|
|
290
353
|
**Note:** Version bump only for package @operato/utils
|
291
354
|
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
355
|
## [1.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-03-14)
|
297
356
|
|
298
357
|
**Note:** Version bump only for package @operato/utils
|
299
358
|
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
359
|
## [1.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-03-13)
|
305
360
|
|
306
361
|
**Note:** Version bump only for package @operato/utils
|
307
362
|
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
363
|
## [1.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-03-13)
|
313
364
|
|
314
365
|
**Note:** Version bump only for package @operato/utils
|
315
366
|
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
367
|
## [1.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-03-13)
|
321
368
|
|
322
369
|
**Note:** Version bump only for package @operato/utils
|
323
370
|
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
371
|
## [1.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-13)
|
329
372
|
|
330
373
|
**Note:** Version bump only for package @operato/utils
|
331
374
|
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
375
|
## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
|
337
376
|
|
338
377
|
**Note:** Version bump only for package @operato/utils
|
339
378
|
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
379
|
## [1.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-03-13)
|
345
380
|
|
346
381
|
**Note:** Version bump only for package @operato/utils
|
347
382
|
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
383
|
## [1.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-03-12)
|
353
384
|
|
354
385
|
**Note:** Version bump only for package @operato/utils
|
355
386
|
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
387
|
## [1.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
|
361
388
|
|
362
389
|
**Note:** Version bump only for package @operato/utils
|
363
390
|
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
391
|
## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
|
369
392
|
|
370
|
-
|
371
393
|
### :rocket: New Features
|
372
394
|
|
373
|
-
|
374
|
-
|
375
|
-
|
395
|
+
- settled concept for input, property-editor, grist-editor, so on ([0c9e1d0](https://github.com/hatiolab/operato/commit/0c9e1d054c7aef5d965868242cf471667af7a3c3))
|
376
396
|
|
377
397
|
## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
|
378
398
|
|
379
399
|
**Note:** Version bump only for package @operato/utils
|
380
400
|
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
401
|
## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
|
386
402
|
|
387
403
|
**Note:** Version bump only for package @operato/utils
|
388
404
|
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
405
|
## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
|
394
406
|
|
395
407
|
**Note:** Version bump only for package @operato/utils
|
396
408
|
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
409
|
## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
|
402
410
|
|
403
411
|
**Note:** Version bump only for package @operato/utils
|
404
412
|
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
413
|
## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
|
410
414
|
|
411
415
|
**Note:** Version bump only for package @operato/utils
|
412
416
|
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
417
|
## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
|
418
418
|
|
419
419
|
**Note:** Version bump only for package @operato/utils
|
420
420
|
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
421
|
## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
|
426
422
|
|
427
423
|
**Note:** Version bump only for package @operato/utils
|
428
424
|
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
425
|
## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
|
434
426
|
|
435
427
|
**Note:** Version bump only for package @operato/utils
|
436
428
|
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
429
|
### [0.4.3](https://github.com/hatiolab/operato/compare/v0.4.2...v0.4.3) (2022-03-06)
|
442
430
|
|
443
431
|
**Note:** Version bump only for package @operato/utils
|
444
432
|
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
433
|
### [0.4.2](https://github.com/hatiolab/operato/compare/v0.4.1...v0.4.2) (2022-03-06)
|
450
434
|
|
451
435
|
**Note:** Version bump only for package @operato/utils
|
452
436
|
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
437
|
### [0.4.1](https://github.com/hatiolab/operato/compare/v0.4.0...v0.4.1) (2022-03-02)
|
458
438
|
|
459
|
-
|
460
439
|
### :bug: Bug Fix
|
461
440
|
|
462
|
-
|
463
|
-
|
464
|
-
|
441
|
+
- lodash => lodash-es, remove underscore ([08cbef1](https://github.com/hatiolab/operato/commit/08cbef1e63e28c96e7341bce1910ae7baed889e2))
|
465
442
|
|
466
443
|
## [0.4.0](https://github.com/hatiolab/operato/compare/v0.3.28...v0.4.0) (2022-02-22)
|
467
444
|
|
468
|
-
|
469
445
|
### :bug: Bug Fix
|
470
446
|
|
471
|
-
|
472
|
-
|
473
|
-
|
447
|
+
- build problem because testing framework confilct with lit 2.2.0 ([596deda](https://github.com/hatiolab/operato/commit/596dedaa29a537c5ec92a2449e8cd08a0b11bfde))
|
474
448
|
|
475
449
|
### [0.3.28](https://github.com/hatiolab/operato/compare/v0.3.27...v0.3.28) (2022-02-08)
|
476
450
|
|
477
451
|
**Note:** Version bump only for package @operato/utils
|
478
452
|
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
453
|
### [0.3.27](https://github.com/hatiolab/operato/compare/v0.3.26...v0.3.27) (2022-02-01)
|
484
454
|
|
485
455
|
**Note:** Version bump only for package @operato/utils
|
486
456
|
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
457
|
### [0.3.26](https://github.com/hatiolab/operato/compare/v0.3.25...v0.3.26) (2022-01-31)
|
492
458
|
|
493
459
|
**Note:** Version bump only for package @operato/utils
|
494
460
|
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
461
|
### [0.3.25](https://github.com/hatiolab/operato/compare/v0.3.24...v0.3.25) (2022-01-31)
|
500
462
|
|
501
463
|
**Note:** Version bump only for package @operato/utils
|
502
464
|
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
465
|
### [0.3.24](https://github.com/hatiolab/operato/compare/v0.3.23...v0.3.24) (2022-01-30)
|
508
466
|
|
509
467
|
**Note:** Version bump only for package @operato/utils
|
510
468
|
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
469
|
### [0.3.23](https://github.com/hatiolab/operato/compare/v0.3.22...v0.3.23) (2022-01-30)
|
516
470
|
|
517
471
|
**Note:** Version bump only for package @operato/utils
|
518
472
|
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
473
|
### [0.3.22](https://github.com/hatiolab/operato/compare/v0.3.21...v0.3.22) (2022-01-30)
|
524
474
|
|
525
475
|
**Note:** Version bump only for package @operato/utils
|
526
476
|
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
477
|
### [0.3.21](https://github.com/hatiolab/operato/compare/v0.3.20...v0.3.21) (2022-01-29)
|
532
478
|
|
533
|
-
|
534
479
|
### :rocket: New Features
|
535
480
|
|
536
|
-
|
537
|
-
|
538
|
-
|
481
|
+
- i18n module added, shell module started to cover client core part ([a976dad](https://github.com/hatiolab/operato/commit/a976dad6353962e489d8e648af9598b6a51e5ec7))
|
539
482
|
|
540
483
|
### [0.3.20](https://github.com/hatiolab/operato/compare/v0.3.19...v0.3.20) (2022-01-28)
|
541
484
|
|
542
485
|
**Note:** Version bump only for package @operato/utils
|
543
486
|
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
487
|
### [0.3.19](https://github.com/hatiolab/operato/compare/v0.3.18...v0.3.19) (2022-01-25)
|
549
488
|
|
550
489
|
**Note:** Version bump only for package @operato/utils
|
551
490
|
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
491
|
### [0.3.18](https://github.com/hatiolab/operato/compare/v0.3.17...v0.3.18) (2022-01-23)
|
557
492
|
|
558
493
|
**Note:** Version bump only for package @operato/utils
|
559
494
|
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
495
|
### [0.3.17](https://github.com/hatiolab/operato/compare/v0.3.16...v0.3.17) (2022-01-20)
|
565
496
|
|
566
497
|
**Note:** Version bump only for package @operato/utils
|
567
498
|
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
499
|
### [0.3.16](https://github.com/hatiolab/operato/compare/v0.3.15...v0.3.16) (2022-01-19)
|
573
500
|
|
574
|
-
|
575
501
|
### :rocket: New Features
|
576
502
|
|
577
|
-
|
578
|
-
|
579
|
-
|
503
|
+
- closest-element in @operato/utils ([f517bde](https://github.com/hatiolab/operato/commit/f517bdea07de913a349da5cb99a25b5eab53548e))
|
580
504
|
|
581
505
|
### [0.3.15](https://github.com/hatiolab/operato/compare/v0.3.14...v0.3.15) (2022-01-17)
|
582
506
|
|
583
507
|
**Note:** Version bump only for package @operato/utils
|
584
508
|
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
509
|
### [0.3.14](https://github.com/hatiolab/operato/compare/v0.3.13...v0.3.14) (2022-01-16)
|
590
510
|
|
591
|
-
|
592
511
|
### :bug: Bug Fix
|
593
512
|
|
594
|
-
|
595
|
-
|
596
|
-
|
513
|
+
- support data-grist record view for thumbnail upload ([5c4f3d9](https://github.com/hatiolab/operato/commit/5c4f3d9e0e58c47619074a287bc6ada6519f11f7))
|
597
514
|
|
598
515
|
### [0.3.13](https://github.com/hatiolab/operato/compare/v0.3.12...v0.3.13) (2022-01-15)
|
599
516
|
|
600
517
|
**Note:** Version bump only for package @operato/utils
|
601
518
|
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
519
|
### [0.3.12](https://github.com/hatiolab/operato/compare/v0.3.11...v0.3.12) (2022-01-15)
|
607
520
|
|
608
521
|
**Note:** Version bump only for package @operato/utils
|
609
522
|
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
523
|
### [0.3.11](https://github.com/hatiolab/operato/compare/v0.3.10...v0.3.11) (2022-01-15)
|
615
524
|
|
616
525
|
**Note:** Version bump only for package @operato/utils
|
617
526
|
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
527
|
### [0.3.10](https://github.com/hatiolab/operato/compare/v0.3.9...v0.3.10) (2022-01-15)
|
623
528
|
|
624
|
-
|
625
529
|
### :bug: Bug Fix
|
626
530
|
|
627
|
-
|
628
|
-
|
629
|
-
|
531
|
+
- data-grist record-view ([aa71ec5](https://github.com/hatiolab/operato/commit/aa71ec5600f4dbccd05fcbc249445c73a41d2168))
|
630
532
|
|
631
533
|
### [0.3.9](https://github.com/hatiolab/operato/compare/v0.3.8...v0.3.9) (2022-01-15)
|
632
534
|
|
633
|
-
|
634
535
|
### :bug: Bug Fix
|
635
536
|
|
636
|
-
|
637
|
-
|
638
|
-
|
537
|
+
- move @operato/board/utils to @operato/utils ([06ba865](https://github.com/hatiolab/operato/commit/06ba865ac70bd65166fd20b6d23cc5241d9fca17))
|
639
538
|
|
640
539
|
### [0.3.8](https://github.com/hatiolab/operato/compare/v0.3.7...v0.3.8) (2022-01-14)
|
641
540
|
|
642
541
|
**Note:** Version bump only for package @operato/utils
|
643
542
|
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
543
|
### [0.3.7](https://github.com/hatiolab/operato/compare/v0.3.6...v0.3.7) (2022-01-09)
|
649
544
|
|
650
545
|
**Note:** Version bump only for package @operato/utils
|
651
546
|
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
547
|
### [0.3.6](https://github.com/hatiolab/operato/compare/v0.3.5...v0.3.6) (2022-01-09)
|
657
548
|
|
658
549
|
**Note:** Version bump only for package @operato/utils
|
659
550
|
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
551
|
### [0.3.5](https://github.com/hatiolab/operato/compare/v0.3.4...v0.3.5) (2022-01-09)
|
665
552
|
|
666
|
-
|
667
553
|
### :rocket: New Features
|
668
554
|
|
669
|
-
|
670
|
-
|
671
|
-
|
555
|
+
- data-grist filter-form support queryFilters property ([e477ede](https://github.com/hatiolab/operato/commit/e477ede184dac7bc6c40d4aab73c2f8156edaef6))
|
672
556
|
|
673
557
|
### [0.3.4](https://github.com/hatiolab/operato/compare/v0.3.3...v0.3.4) (2022-01-03)
|
674
558
|
|
675
559
|
**Note:** Version bump only for package @operato/utils
|
676
560
|
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
561
|
### [0.3.3](https://github.com/hatiolab/operato/compare/v0.3.2...v0.3.3) (2022-01-03)
|
682
562
|
|
683
563
|
**Note:** Version bump only for package @operato/utils
|
684
564
|
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
565
|
### [0.3.2](https://github.com/hatiolab/operato/compare/v0.3.1...v0.3.2) (2022-01-03)
|
690
566
|
|
691
567
|
**Note:** Version bump only for package @operato/utils
|
692
568
|
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
569
|
### [0.3.1](https://github.com/hatiolab/operato/compare/v0.3.0...v0.3.1) (2021-12-31)
|
698
570
|
|
699
571
|
**Note:** Version bump only for package @operato/utils
|
700
572
|
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
573
|
## [0.3.0](https://github.com/hatiolab/operato/compare/v0.2.52...v0.3.0) (2021-12-31)
|
706
574
|
|
707
|
-
|
708
575
|
### :rocket: New Features
|
709
576
|
|
710
|
-
|
711
|
-
|
712
|
-
|
577
|
+
- add tsconfig option useDefineForClassFields ([6291438](https://github.com/hatiolab/operato/commit/6291438571eee0f095064e7d2ada1c620832e092))
|
713
578
|
|
714
579
|
### [0.2.52](https://github.com/hatiolab/operato/compare/v0.2.51...v0.2.52) (2021-12-21)
|
715
580
|
|
716
|
-
|
717
581
|
### :rocket: New Features
|
718
582
|
|
719
|
-
|
720
|
-
|
721
|
-
|
583
|
+
- add @operato/utils and @operato/attachment ([15a9c19](https://github.com/hatiolab/operato/commit/15a9c19ff1237738abd3e3509ba9ede90280b766))
|
722
584
|
|
723
585
|
### [0.2.51](https://github.com/hatiolab/operato/compare/v0.2.50...v0.2.51) (2021-12-16)
|
724
586
|
|