@iebh/tera-fy 1.13.4 → 1.14.1

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 CHANGED
@@ -1,112 +1,253 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.14.1](https://github.com/IEBH/TERA-fy/compare/v1.14.0...v1.14.1) (2024-10-17)
4
+
5
+
6
+ ### docs
7
+
8
+ * Stale docs for setProjectFileContents() ([e9e8867](https://github.com/IEBH/TERA-fy/commit/e9e8867db3d23415ecfa6f6daf7f15ed98ab5954))
9
+
10
+ # [1.14.0](https://github.com/IEBH/TERA-fy/compare/v1.13.4...v1.14.0) (2024-10-17)
11
+
12
+
13
+ ### devops
14
+
15
+ * Changed CHANGELOG format angular -> eslint ([9461445](https://github.com/IEBH/TERA-fy/commit/946144560893d9bb738f4aacb0b9f4c3cee5cf77))
16
+
17
+ ### docs
18
+
19
+ * Nicer TOC for the documentation structure ([5aa6088](https://github.com/IEBH/TERA-fy/commit/5aa6088bf720022dac134099c69b2e81a1c38dd2))
20
+ * Removed outdated Playground links ([cafe9a5](https://github.com/IEBH/TERA-fy/commit/cafe9a5699a6e67dfe992c642921cc562ccfe23c))
21
+
22
+ ### fix
23
+
24
+ * Typos and missing function headers ([34b1267](https://github.com/IEBH/TERA-fy/commit/34b1267735c2c1849a98ed11aca2c70c5bc9635e))
25
+
26
+ ### refactor
27
+
28
+ * setProjectFile() -> setProjectFileContents() inline with naming convention ([0a45f44](https://github.com/IEBH/TERA-fy/commit/0a45f44f02394c40e0d9d9a014431af5dcd55f13))
29
+
30
+ ## [1.13.5](https://github.com/IEBH/TERA-fy/compare/v1.13.4...v1.13.5) (2024-10-17)
31
+
32
+
33
+ ### devops
34
+
35
+ * Changed CHANGELOG format angular -> eslint ([9461445](https://github.com/IEBH/TERA-fy/commit/946144560893d9bb738f4aacb0b9f4c3cee5cf77))
36
+
37
+ ### docs
38
+
39
+ * Nicer TOC for the documentation structure ([5aa6088](https://github.com/IEBH/TERA-fy/commit/5aa6088bf720022dac134099c69b2e81a1c38dd2))
40
+ * Removed outdated Playground links ([cafe9a5](https://github.com/IEBH/TERA-fy/commit/cafe9a5699a6e67dfe992c642921cc562ccfe23c))
41
+
42
+ ### fix
43
+
44
+ * Typos and missing function headers ([34b1267](https://github.com/IEBH/TERA-fy/commit/34b1267735c2c1849a98ed11aca2c70c5bc9635e))
45
+
46
+ ### refactor
47
+
48
+ * setProjectFile() -> setProjectFileContents() inline with naming convention ([0a45f44](https://github.com/IEBH/TERA-fy/commit/0a45f44f02394c40e0d9d9a014431af5dcd55f13))
49
+
3
50
  ## [1.13.4](https://github.com/IEBH/TERA-fy/compare/v1.13.3...v1.13.4) (2024-07-24)
4
51
 
5
52
 
6
- ### Bug Fixes
53
+ ### chore
54
+
55
+ * Bump @mfdc/eslint-config ([57f2d4a](https://github.com/IEBH/TERA-fy/commit/57f2d4aa28f78b30effd18574488e782ca9eab5b))
56
+ * Bump various NPMs ([82dc091](https://github.com/IEBH/TERA-fy/commit/82dc0912217523d5acf36f3efe99642f92d606ca))
57
+ * release v1.13.4 ([07e3914](https://github.com/IEBH/TERA-fy/commit/07e3914ae9a11292c0cfc3a1070553bd0a45e041))
58
+
59
+ ### fix
7
60
 
8
61
  * ProjectFile.teraUrl should never assume we are using the base tera-tools.com domain - accept any source ([87f417b](https://github.com/IEBH/TERA-fy/commit/87f417ba9b186e822a0045911011ffd4eb15e171))
9
62
 
63
+ ### refactor
64
+
65
+ * Eslint comment level fixups ([7db5e3c](https://github.com/IEBH/TERA-fy/commit/7db5e3c030e26764bf91f9c8920805f81e579212))
66
+
67
+
68
+
10
69
  ## [1.13.3](https://github.com/IEBH/TERA-fy/compare/v1.13.2...v1.13.3) (2024-07-13)
11
70
 
71
+
72
+ ### chore
73
+
74
+ * release v1.13.3 ([952ef4d](https://github.com/IEBH/TERA-fy/commit/952ef4d01d4b93c062205de7612e73cef78a668e))
75
+
76
+ ### devops
77
+
78
+ * Move proxy destination to dev.tera-tools.com ([57eb2ad](https://github.com/IEBH/TERA-fy/commit/57eb2ad209e2d1cc28e3046f8f3d1229bbfb3f6a))
79
+
80
+ ### refactor
81
+
82
+ * $tera.setPage{Url,Title} -> .setPage({path:String, title:String}) ([4d4efc5](https://github.com/IEBH/TERA-fy/commit/4d4efc5df3ae07ef5da2867895dbb50d4de5022b))
83
+ * Redirect client-mode Tera instances to dev.tera-tools.com + allow restrictOrigin policy ([cac14eb](https://github.com/IEBH/TERA-fy/commit/cac14eb1f79000dedf27ea216b8b848ef012ff65))
84
+
85
+
86
+
12
87
  ## [1.13.2](https://github.com/IEBH/TERA-fy/compare/v1.13.1...v1.13.2) (2024-07-11)
13
88
 
89
+
90
+ ### chore
91
+
92
+ * release v1.13.2 ([8cbe700](https://github.com/IEBH/TERA-fy/commit/8cbe700b4c151cabad34107019f5d84e9415958e))
93
+
94
+ ### refactor
95
+
96
+ * Be less fussy when trying to emit to clients that dont exist ([b0f4d12](https://github.com/IEBH/TERA-fy/commit/b0f4d1264898133e58d025d2a3ae107869b560b6))
97
+
98
+
99
+
14
100
  ## [1.13.1](https://github.com/IEBH/TERA-fy/compare/v1.13.0...v1.13.1) (2024-07-10)
15
101
 
16
- # [1.13.0](https://github.com/IEBH/TERA-fy/compare/v1.12.0...v1.13.0) (2024-07-09)
17
102
 
103
+ ### chore
18
104
 
19
- ### Bug Fixes
105
+ * release v1.13.1 ([a029fd5](https://github.com/IEBH/TERA-fy/commit/a029fd5628edbfd1c65bd6b1abe587716169d686))
20
106
 
21
- * Issue where minimize/maximize screwed around with local dev mode focusRequest() state ([68d547c](https://github.com/IEBH/TERA-fy/commit/68d547c48c9cdee6aa2a018d8d8372c336ffdb69))
22
- * Stop trying to handshake after timeout has tripped ([cc11595](https://github.com/IEBH/TERA-fy/commit/cc11595b7a2e057b5bd8715dc762b0e7b56f3d86))
107
+ ### refactor
108
+
109
+ * More consistant argument pattern for ui* functions ([5faa0f2](https://github.com/IEBH/TERA-fy/commit/5faa0f2ede48f4ec87baf41cc7a604a9ee81030f))
110
+
111
+
112
+
113
+ # [1.13.0](https://github.com/IEBH/TERA-fy/compare/v1.12.0...v1.13.0) (2024-07-09)
23
114
 
24
115
 
25
- ### Features
116
+ ### chore
117
+
118
+ * Bump eslint to latest ([e864ff2](https://github.com/IEBH/TERA-fy/commit/e864ff21d7ba1b0a7489ca5288c4406961e07edc))
119
+ * release v1.13.0 ([08045a2](https://github.com/IEBH/TERA-fy/commit/08045a2463d1afbaf1eb124bee2e10119dcb8f74))
120
+ * Various NPM updates ([fa1ffc1](https://github.com/IEBH/TERA-fy/commit/fa1ffc12f50bb1c9741835be704c22e7be67089c))
121
+
122
+ ### feat
26
123
 
27
124
  * Debugging functionality to watch patch paths via `{debugPaths: Array<String|Array>}` ([23003bc](https://github.com/IEBH/TERA-fy/commit/23003bcbf248a72c872fc1c504b552df6868a3a3))
28
125
  * uiConfirm(), uiPrompt() & uiThrow() ([32f4378](https://github.com/IEBH/TERA-fy/commit/32f4378ea686cf89f2a36256bcc9d35d8ac2b23a))
29
126
 
30
- # [1.12.0](https://github.com/IEBH/TERA-fy/compare/v1.11.5...v1.12.0) (2024-07-04)
127
+ ### fix
128
+
129
+ * Issue where minimize/maximize screwed around with local dev mode focusRequest() state ([68d547c](https://github.com/IEBH/TERA-fy/commit/68d547c48c9cdee6aa2a018d8d8372c336ffdb69))
130
+ * Stop trying to handshake after timeout has tripped ([cc11595](https://github.com/IEBH/TERA-fy/commit/cc11595b7a2e057b5bd8715dc762b0e7b56f3d86))
31
131
 
32
132
 
33
- ### Bug Fixes
34
133
 
35
- * Better handling of TERA-fy server running in top-level mode and no iframes being present on the page ([31d2785](https://github.com/IEBH/TERA-fy/commit/31d2785344e525f4dd561cbc3e0b6b9696058f70))
36
- * Dead code ([6c84c51](https://github.com/IEBH/TERA-fy/commit/6c84c51292ee55d6896d5eb61809332f1924b08f))
37
- * Dont use the faulty jsonpatch.com standard as object keys dont get correctly escaped ([949cb14](https://github.com/IEBH/TERA-fy/commit/949cb14c01039c9c1e33baf9fd8742a14ee18a74))
134
+ # [1.12.0](https://github.com/IEBH/TERA-fy/compare/v1.11.5...v1.12.0) (2024-07-04)
38
135
 
39
- ## [1.11.6](https://github.com/IEBH/TERA-fy/compare/v1.11.5...v1.11.6) (2024-07-04)
40
136
 
137
+ ### chore
41
138
 
42
- ### Bug Fixes
139
+ * release v1.12.0 ([284ec76](https://github.com/IEBH/TERA-fy/commit/284ec76a5d12e7132c92f3e0990f892aac0f18ed))
140
+
141
+ ### fix
43
142
 
44
143
  * Better handling of TERA-fy server running in top-level mode and no iframes being present on the page ([31d2785](https://github.com/IEBH/TERA-fy/commit/31d2785344e525f4dd561cbc3e0b6b9696058f70))
45
144
  * Dead code ([6c84c51](https://github.com/IEBH/TERA-fy/commit/6c84c51292ee55d6896d5eb61809332f1924b08f))
46
145
  * Dont use the faulty jsonpatch.com standard as object keys dont get correctly escaped ([949cb14](https://github.com/IEBH/TERA-fy/commit/949cb14c01039c9c1e33baf9fd8742a14ee18a74))
47
146
 
147
+
148
+
48
149
  ## [1.11.5](https://github.com/IEBH/TERA-fy/compare/v1.11.4...v1.11.5) (2024-07-03)
49
150
 
50
151
 
51
- ### Bug Fixes
152
+ ### chore
153
+
154
+ * release v1.11.5 ([42e43b3](https://github.com/IEBH/TERA-fy/commit/42e43b38a921bbb90d85d29f1bd46eea16cd8ee7))
155
+
156
+ ### fix
52
157
 
53
158
  * Idiot level typo caused state to always revert back to baseline for Vue@3 plugins ([e237a68](https://github.com/IEBH/TERA-fy/commit/e237a680ade686efd0e1bdee930ce9e5d77690d6))
54
159
 
160
+
161
+
55
162
  ## [1.11.4](https://github.com/IEBH/TERA-fy/compare/v1.11.0...v1.11.4) (2024-07-02)
56
163
 
57
164
 
58
- ### Bug Fixes
165
+ ### chore
166
+
167
+ * Bump release-it to latest ([c9d947d](https://github.com/IEBH/TERA-fy/commit/c9d947db342547cdd1ee62e1fd460968d333b323))
168
+ * release v1.11.4 ([1fab0e5](https://github.com/IEBH/TERA-fy/commit/1fab0e5ccc60bc1adf62ff56211593803910c520))
169
+ * Version bump ([c54de66](https://github.com/IEBH/TERA-fy/commit/c54de6645fb2364820493f0f55f1e5a1862edfb9))
170
+ * Version bump ([099a1d4](https://github.com/IEBH/TERA-fy/commit/099a1d48a1ea48e30fdc6899d4dfc48e917f4412))
171
+
172
+ ### fix
59
173
 
60
174
  * Attempting to apply defaults to a path that doesnt exist resulted in a dangling-pointer ([b98aec8](https://github.com/IEBH/TERA-fy/commit/b98aec8f91d0f14899184d05fe7248d35e2b631b))
61
175
  * Typo ([cfbdc08](https://github.com/IEBH/TERA-fy/commit/cfbdc087267626d4ef70f0d976c9b4338d732d23))
62
- * **vite:** Dont boot the proxy system when in build mode ([c6af764](https://github.com/IEBH/TERA-fy/commit/c6af7640db9d9bba587f60ee57508d8ea848a28d))
63
- * **Vue3:** Fix for Vue@3 watchers not providing the old state when constructing patches ([d702d4e](https://github.com/IEBH/TERA-fy/commit/d702d4e44ea82f8a40a6c645b91b4f6ceca13264))
176
+
177
+ ### ux
178
+
179
+ * More patch information when debug mode is enabled ([c0508a6](https://github.com/IEBH/TERA-fy/commit/c0508a6d747c752a0f86322b8eabed7fbb69fa5c))
180
+ * Start tera debug mode minimized + provide toggle support ([d9ecdab](https://github.com/IEBH/TERA-fy/commit/d9ecdab196d721cc5a62bc2735bc3e7cd0e4aace))
181
+
182
+
64
183
 
65
184
  # [1.11.0](https://github.com/IEBH/TERA-fy/compare/v1.10.0...v1.11.0) (2024-06-25)
66
185
 
67
186
 
68
- ### Features
187
+ ### chore
188
+
189
+ * release v1.11.0 ([d8dbf6c](https://github.com/IEBH/TERA-fy/commit/d8dbf6c354d5de26e547976f8dae7c80aabbc399))
190
+
191
+ ### feat
69
192
 
70
193
  * Much better handshake handling for the various initComms() profiles ([6de5e9b](https://github.com/IEBH/TERA-fy/commit/6de5e9bc15b2df89942d82f782fc7123eea6fb13))
71
194
 
195
+
196
+
72
197
  # [1.10.0](https://github.com/IEBH/TERA-fy/compare/v1.9.1...v1.10.0) (2024-06-08)
73
198
 
74
199
 
75
- ### Bug Fixes
200
+ ### chore
201
+
202
+ * release v1.10.0 ([65a0ceb](https://github.com/IEBH/TERA-fy/commit/65a0cebd06595add2149d1b11b5e619efcdc2bde))
203
+
204
+ ### feat
205
+
206
+ * Added uiProgress() functionality ([371094d](https://github.com/IEBH/TERA-fy/commit/371094d598161b7eecbf61c4295d8c26d527d449))
207
+
208
+ ### fix
76
209
 
77
210
  * More file content handling functionality ([ca96f04](https://github.com/IEBH/TERA-fy/commit/ca96f045ecc4551f58ed6512485c97bc6a2f7878))
78
211
  * Use correct dialog title when handling files ([0d261e7](https://github.com/IEBH/TERA-fy/commit/0d261e72fc992a5d8e6a18ba9b024e8d1cf37984))
79
212
 
80
213
 
81
- ### Features
82
-
83
- * Added uiProgress() functionality ([371094d](https://github.com/IEBH/TERA-fy/commit/371094d598161b7eecbf61c4295d8c26d527d449))
84
214
 
85
215
  ## [1.9.1](https://github.com/IEBH/TERA-fy/compare/v1.9.0...v1.9.1) (2024-06-06)
86
216
 
87
217
 
88
- ### Bug Fixes
218
+ ### chore
219
+
220
+ * release v1.9.1 ([5fc37dd](https://github.com/IEBH/TERA-fy/commit/5fc37dd44fa96335779467d63b7942f132c5a4b8))
221
+
222
+ ### fix
89
223
 
90
224
  * Debugging artefacts ([5642606](https://github.com/IEBH/TERA-fy/commit/56426062d7184bfe898527adab75ecc71cf31ab8))
91
225
  * Spelling errors ([ce96424](https://github.com/IEBH/TERA-fy/commit/ce96424e83f689d5c5203a80140801c0115546e5))
92
226
 
227
+
228
+
93
229
  # [1.9.0](https://github.com/IEBH/TERA-fy/compare/v1.8.0...v1.9.0) (2024-06-06)
94
230
 
95
231
 
96
- ### Features
232
+ ### chore
233
+
234
+ * release v1.9.0 ([949cc61](https://github.com/IEBH/TERA-fy/commit/949cc618b1b0a88945d1722de0d555b70faada39))
235
+
97
236
 
98
- * **proxy:** Better in-use port detection + custom logging handler ([8bfa2d3](https://github.com/IEBH/TERA-fy/commit/8bfa2d3923ef8a71dff04983113eca0b8cff606f))
99
237
 
100
238
  # [1.8.0](https://github.com/IEBH/TERA-fy/compare/v1.7.4...v1.8.0) (2024-06-04)
101
239
 
102
240
 
103
- ### Bug Fixes
241
+ ### chore
104
242
 
105
- * Remove secondary /project path segment when computing ProjectFile.teraUrl ([18ad085](https://github.com/IEBH/TERA-fy/commit/18ad085e77df9e9c1e5deb4a84f5d888df6255c3))
106
- * Updated default port to match TERA proxy deployment ([6904dfc](https://github.com/IEBH/TERA-fy/commit/6904dfcf4505a2989733e5a46537ef140aedadea))
243
+ * release v1.8.0 ([34d4076](https://github.com/IEBH/TERA-fy/commit/34d40769da484ca381e86c8293a2f0807a6cea4a))
107
244
 
245
+ ### docs
108
246
 
109
- ### Features
247
+ * Added stubs for some plugins + vite config ([ca7cbeb](https://github.com/IEBH/TERA-fy/commit/ca7cbeba8ee36afd27925fcbab26a2a5e4cac760))
248
+ * Minor doc update for lazy file fetching ([3c8535d](https://github.com/IEBH/TERA-fy/commit/3c8535d23006bc264913eef11c3e6cad6e6f5ba0))
249
+
250
+ ### feat
110
251
 
111
252
  * Add stub for uiProgress (unfinished implementation) ([402d181](https://github.com/IEBH/TERA-fy/commit/402d1810fb679782088728958140304cb0eba9c9))
112
253
  * Added plugins/vite ([3d48f3b](https://github.com/IEBH/TERA-fy/commit/3d48f3b7a2c52648f5757d267606dec9800d08a0))
@@ -114,53 +255,127 @@
114
255
  * setServerVerbosity() ([a0f7f77](https://github.com/IEBH/TERA-fy/commit/a0f7f77d7c95e43a1cea0f73fb199a513a561b55))
115
256
  * toggleDevMode() now also accepts the "proxy" meta value to switch to local proxy-forwarding mode ([d2fa61d](https://github.com/IEBH/TERA-fy/commit/d2fa61d6c584a7489ea18b3f48d28e5ab91cf682))
116
257
 
258
+ ### fix
259
+
260
+ * Remove secondary /project path segment when computing ProjectFile.teraUrl ([18ad085](https://github.com/IEBH/TERA-fy/commit/18ad085e77df9e9c1e5deb4a84f5d888df6255c3))
261
+ * Updated default port to match TERA proxy deployment ([6904dfc](https://github.com/IEBH/TERA-fy/commit/6904dfcf4505a2989733e5a46537ef140aedadea))
262
+
263
+ ### refactor
264
+
265
+ * Change behaviour of set{,IfDev}() to ignore nullish values ([e24e4de](https://github.com/IEBH/TERA-fy/commit/e24e4defddf70e5b0d63418ee9204647364cd25e))
266
+ * Moved proxy functionality into a universal module ([0e80fbc](https://github.com/IEBH/TERA-fy/commit/0e80fbc66b06d58bd032150a66d60f2ac758cafa))
267
+
268
+ ### task
269
+
270
+ * Add export for proxy library ([0c891aa](https://github.com/IEBH/TERA-fy/commit/0c891aaf1a2d7d328a446f5d1d4b44346de8fd11))
271
+
272
+
273
+
117
274
  ## [1.7.4](https://github.com/IEBH/TERA-fy/compare/v1.7.3...v1.7.4) (2024-05-31)
118
275
 
119
276
 
120
- ### Bug Fixes
277
+ ### chore
278
+
279
+ * release v1.7.4 ([1dd8cce](https://github.com/IEBH/TERA-fy/commit/1dd8cce3562e4f49d2b7f40831dbd0af623c0407))
280
+
281
+ ### fix
121
282
 
122
283
  * Route file fetching through the TERA $project service instead of the raw $supabase feed ([2e0ef7f](https://github.com/IEBH/TERA-fy/commit/2e0ef7f254d7b46315447788104fd4b773c54507))
123
284
 
285
+ ### refactor
286
+
287
+ * Change from using private properties to old-style underscore + defineProperties to get non-enumerable functionality ([431a34b](https://github.com/IEBH/TERA-fy/commit/431a34b154b41ebdc83c64695e2eddb9cf1e6695))
288
+
289
+
290
+
124
291
  ## [1.7.3](https://github.com/IEBH/TERA-fy/compare/v1.7.2...v1.7.3) (2024-05-31)
125
292
 
126
293
 
127
- ### Bug Fixes
294
+ ### chore
295
+
296
+ * release v1.7.3 ([66937f0](https://github.com/IEBH/TERA-fy/commit/66937f029b39b8dd9f83f2381da825db7c463364))
297
+
298
+ ### fix
128
299
 
129
300
  * Wrong entity when debugging in Vue3 plugin ([1e6bbed](https://github.com/IEBH/TERA-fy/commit/1e6bbed893f3df41e10f52f4a61bfa34a7dbc965))
130
301
 
302
+
303
+
131
304
  ## [1.7.2](https://github.com/IEBH/TERA-fy/compare/v1.7.1...v1.7.2) (2024-05-31)
132
305
 
133
306
 
134
- ### Bug Fixes
307
+ ### chore
308
+
309
+ * release v1.7.2 ([be5d19d](https://github.com/IEBH/TERA-fy/commit/be5d19d9df8d490b98e0a5f30117e3e74f6c2f7f))
310
+
311
+ ### fix
135
312
 
136
313
  * Stupid typo upsets some build resolution systems ([c62a4a3](https://github.com/IEBH/TERA-fy/commit/c62a4a322be1d646b9b235073f97736ab0bc614f))
137
314
 
315
+
316
+
138
317
  ## [1.7.1](https://github.com/IEBH/TERA-fy/compare/v1.7.0...v1.7.1) (2024-05-31)
139
318
 
140
319
 
141
- ### Bug Fixes
320
+ ### chore
321
+
322
+ * release v1.7.1 ([0fed293](https://github.com/IEBH/TERA-fy/commit/0fed293ab5faed53db4fe570ada55428cb4893c3))
323
+
324
+ ### fix
142
325
 
143
326
  * Stupid typo upsets some build resolution systems ([9b2aa1f](https://github.com/IEBH/TERA-fy/commit/9b2aa1f8a1b640b59a08eb78671e30c2e8fae29d))
144
327
 
328
+
329
+
145
330
  # [1.7.0](https://github.com/IEBH/TERA-fy/compare/v1.6.1...v1.7.0) (2024-05-28)
146
331
 
147
332
 
148
- ### Bug Fixes
333
+ ### chore
334
+
335
+ * release v1.7.0 ([4d4b1f3](https://github.com/IEBH/TERA-fy/commit/4d4b1f3984d814e554424dd9d10b008eabaa2351))
336
+
337
+ ### feat
338
+
339
+ * Added more file operation - creation of stubs + file removal + nicer getProjectFile() handling ([ec68885](https://github.com/IEBH/TERA-fy/commit/ec6888540bdecbf077cedccad55be46a78a09993))
340
+
341
+ ### fix
149
342
 
150
343
  * Actually write the file when using setProjectLibrary() ([282e710](https://github.com/IEBH/TERA-fy/commit/282e710197320f10264d7a13b45ba4c62f7f0594))
151
344
  * Used wrong filename when passing output to RefLib for file write ([e9d36d8](https://github.com/IEBH/TERA-fy/commit/e9d36d857a17a88f05db42a5d4c13ed409adb4d0))
152
345
 
153
346
 
154
- ### Features
155
-
156
- * Added more file operation - creation of stubs + file removal + nicer getProjectFile() handling ([ec68885](https://github.com/IEBH/TERA-fy/commit/ec6888540bdecbf077cedccad55be46a78a09993))
157
347
 
158
348
  ## [1.6.1](https://github.com/IEBH/TERA-fy/compare/v1.6.0...v1.6.1) (2024-05-27)
159
349
 
350
+
351
+ ### chore
352
+
353
+ * release v1.6.1 ([ba64589](https://github.com/IEBH/TERA-fy/commit/ba64589f5577c4d855184181b91696400f267ca9))
354
+
355
+ ### docs
356
+
357
+ * Missing labels + whitespace ([ad433a6](https://github.com/IEBH/TERA-fy/commit/ad433a6d0053fc5a9cd1bdc5c857a90e8a28c1d5))
358
+
359
+ ### refactor
360
+
361
+ * Move from annoying Supabase absolute URLs to using a new file ID based system for file handling ([0328e96](https://github.com/IEBH/TERA-fy/commit/0328e969a00b7670e4cc0b28d3a1e218c80a80a0))
362
+
363
+
364
+
160
365
  # [1.6.0](https://github.com/IEBH/TERA-fy/compare/v1.5.0...v1.6.0) (2024-05-23)
161
366
 
162
367
 
163
- ### Bug Fixes
368
+ ### chore
369
+
370
+ * release v1.6.0 ([6afdefb](https://github.com/IEBH/TERA-fy/commit/6afdefbc754f92778a1dcfe6e3d3b12a962fc32c))
371
+
372
+ ### feat
373
+
374
+ * Much more verbosity during init() if its called for ([1a56267](https://github.com/IEBH/TERA-fy/commit/1a562671cd559948fa7b89fa40da2ee040990e58))
375
+ * setProjectState{Flush,Refresh}() ([c404a3d](https://github.com/IEBH/TERA-fy/commit/c404a3d63e1e40ebc9277c34b7e30f295d83fcb2))
376
+ * Yet more error reporting during client init() ([930e8cb](https://github.com/IEBH/TERA-fy/commit/930e8cbb4dec5d69e2593f7fb3401f8146cc8cb4))
377
+
378
+ ### fix
164
379
 
165
380
  * Also watch plugins/ with `npm run watch` ([30b0f2f](https://github.com/IEBH/TERA-fy/commit/30b0f2f9121b7224ae2c8434ce0d1db62245978d))
166
381
  * Better is-pojo detection when deep merging with Vue2 / $set ([6f14991](https://github.com/IEBH/TERA-fy/commit/6f149915e9fa995c99aa2406b57c5f6ac8ef87f9))
@@ -169,90 +384,194 @@
169
384
  * Typo when syncing local->remote writes ([aed4511](https://github.com/IEBH/TERA-fy/commit/aed4511f901f3d589cf52603166c9e8adcbb1fc6))
170
385
  * Vue2 handling for Array syncing ([6449261](https://github.com/IEBH/TERA-fy/commit/6449261aa0e6859aa7963c27ca899be1c31c740f))
171
386
 
387
+ ### refactor
388
+
389
+ * More verbose output for plugins/vue2 ([07e5072](https://github.com/IEBH/TERA-fy/commit/07e50720238f0f852f2ffb47ec089e5c6456b9cd))
172
390
 
173
- ### Features
174
391
 
175
- * Much more verbosity during init() if its called for ([1a56267](https://github.com/IEBH/TERA-fy/commit/1a562671cd559948fa7b89fa40da2ee040990e58))
176
- * setProjectState{Flush,Refresh}() ([c404a3d](https://github.com/IEBH/TERA-fy/commit/c404a3d63e1e40ebc9277c34b7e30f295d83fcb2))
177
- * Yet more error reporting during client init() ([930e8cb](https://github.com/IEBH/TERA-fy/commit/930e8cbb4dec5d69e2593f7fb3401f8146cc8cb4))
178
392
 
179
393
  # [1.5.0](https://github.com/IEBH/TERA-fy/compare/v1.4.4...v1.5.0) (2024-05-07)
180
394
 
181
395
 
182
- ### Features
396
+ ### chore
397
+
398
+ * release v1.5.0 ([fdf89d3](https://github.com/IEBH/TERA-fy/commit/fdf89d35a154493a11baa7d56f88725edfe9d7b2))
399
+
400
+ ### feat
183
401
 
184
402
  * setPage{Url,Title}() functionality ([bc6d00f](https://github.com/IEBH/TERA-fy/commit/bc6d00f0ea7212587248b49ecefe839c9637ea33))
185
403
 
404
+
405
+
186
406
  ## [1.4.4](https://github.com/IEBH/TERA-fy/compare/v1.4.3...v1.4.4) (2024-05-07)
187
407
 
188
408
 
189
- ### Bug Fixes
409
+ ### chore
410
+
411
+ * release v1.4.4 ([c26b34a](https://github.com/IEBH/TERA-fy/commit/c26b34a7d6c0ea4e691959b05bf6131e489e0e4e))
412
+
413
+ ### fix
190
414
 
191
415
  * Allow raw access to the /dist/ directory for weirder imports ([42a3a85](https://github.com/IEBH/TERA-fy/commit/42a3a8535980efbed44b25460b37b271be3b818e))
192
416
  * Mark setPageUrl as fixme ([f481e08](https://github.com/IEBH/TERA-fy/commit/f481e08d2ad3e4c8e78504ca9fa4c54b13ce23f0))
193
417
 
418
+
419
+
194
420
  ## [1.4.3](https://github.com/IEBH/TERA-fy/compare/v1.4.2...v1.4.3) (2024-05-07)
195
421
 
422
+
423
+ ### chore
424
+
425
+ * release v1.4.3 ([10cff71](https://github.com/IEBH/TERA-fy/commit/10cff71e537a008e26ae07471200033a9734c5f7))
426
+
427
+ ### task
428
+
429
+ * Stub function for setPageUrl() ([eb2ca9a](https://github.com/IEBH/TERA-fy/commit/eb2ca9a009b65136f54ab4d503582f3fd76af954))
430
+
431
+
432
+
196
433
  ## [1.4.2](https://github.com/IEBH/TERA-fy/compare/v1.4.1...v1.4.2) (2024-05-02)
197
434
 
198
435
 
199
- ### Bug Fixes
436
+ ### chore
437
+
438
+ * release v1.4.2 ([3788cfa](https://github.com/IEBH/TERA-fy/commit/3788cfa688cefae5d0025c91800b46a6e7c3dfa8))
439
+
200
440
 
201
- * **plugins/vue2:** Deep Vue.set() for recursive objects ([9321d6f](https://github.com/IEBH/TERA-fy/commit/9321d6fbc54e4cf113c6fdce861a4a52d0a4b983))
202
441
 
203
442
  ## [1.4.1](https://github.com/IEBH/TERA-fy/compare/v1.4.0...v1.4.1) (2024-05-02)
204
443
 
444
+
445
+ ### chore
446
+
447
+ * release v1.4.1 ([19c3d29](https://github.com/IEBH/TERA-fy/commit/19c3d298cb77476d38ac244a25c5eb442ee88d42))
448
+
449
+ ### refactor
450
+
451
+ * Added debugging verbosity levels + refacroted all calls to be less chatty ([081964c](https://github.com/IEBH/TERA-fy/commit/081964cd4fdc319acdde7ddf03fa34a32b144bf4))
452
+
453
+
454
+
205
455
  # [1.4.0](https://github.com/IEBH/TERA-fy/compare/v1.3.2...v1.4.0) (2024-04-26)
206
456
 
207
457
 
208
- ### Bug Fixes
458
+ ### chore
459
+
460
+ * release v1.4.0 ([e3ed2e2](https://github.com/IEBH/TERA-fy/commit/e3ed2e229d7c755d66af8cfad024ae0a1cb8e56a))
461
+
462
+ ### docs
463
+
464
+ * Missing need provide {tera:TeraFyClient} during ProjectFile constructor ([cdf26cc](https://github.com/IEBH/TERA-fy/commit/cdf26ccdc187bedc3bcd5b0c2a41ad398ea9639e))
465
+
466
+ ### feat
467
+
468
+ * TeraFy.projectLog() ([6207188](https://github.com/IEBH/TERA-fy/commit/6207188af85b481d020f57b50b103b1785094c10))
469
+
470
+ ### fix
209
471
 
210
472
  * Let release-it figure out the release increment ([a2be698](https://github.com/IEBH/TERA-fy/commit/a2be698edf902e61139864405fda1a55b764fa34))
211
473
  * merge() subclassed method should take an iterative, not a single object ([4a33aca](https://github.com/IEBH/TERA-fy/commit/4a33aca4d39191249b7dca3a0a80b65ebdb2a7d2))
212
474
 
475
+ ### refactor
476
+
477
+ * Bind ProjectFile.tera -> #tera so that outsiders cant access the parent property and it doesnt show up as enumerable ([b00619d](https://github.com/IEBH/TERA-fy/commit/b00619d9dcb2a8997177ccdab184f116a3c45067))
213
478
 
214
- ### Features
215
479
 
216
- * TeraFy.projectLog() ([6207188](https://github.com/IEBH/TERA-fy/commit/6207188af85b481d020f57b50b103b1785094c10))
217
480
 
218
481
  ## [1.3.2](https://github.com/IEBH/TERA-fy/compare/v1.3.1...v1.3.2) (2024-04-18)
219
482
 
220
483
 
221
- ### Bug Fixes
484
+ ### chore
485
+
486
+ * release v1.3.2 ([6c5a6a2](https://github.com/IEBH/TERA-fy/commit/6c5a6a2b1833007002663f5288303cb14394db54))
487
+
488
+ ### fix
222
489
 
223
490
  * Various minor tweaks to keep ESLint happy ([c7e7f0d](https://github.com/IEBH/TERA-fy/commit/c7e7f0d26aff283acc85dd9f42f24015194f369d))
224
491
  * Wrong API endpoint when setting file Blobs ([45aa6df](https://github.com/IEBH/TERA-fy/commit/45aa6df2bc3dafe056dfd9591c8b770bf0f66835))
225
492
 
493
+
494
+
226
495
  ## [1.3.1](https://github.com/IEBH/TERA-fy/compare/v1.3.0...v1.3.1) (2024-04-16)
227
496
 
228
497
 
229
- ### Bug Fixes
498
+ ### chore
499
+
500
+ * release v1.3.1 ([6e431fd](https://github.com/IEBH/TERA-fy/commit/6e431fdf8933d52c71b0762cb42bc9d398e7ed43))
501
+
502
+ ### feat
503
+
504
+ * setProjectStateDefaults() can now accept an entire object to default-merge ([5d9a1f5](https://github.com/IEBH/TERA-fy/commit/5d9a1f5383c2d6de9ffa818b380c9cc669d42b85))
505
+
506
+ ### fix
230
507
 
231
508
  * Various missing fields for the ProjectFile interface ([8858a9f](https://github.com/IEBH/TERA-fy/commit/8858a9f1a523a9bb86b74e831b752f3fd562f02a))
232
509
 
510
+ ### refactor
511
+
512
+ * Moved all path state functionality into its own utility library ([25f63df](https://github.com/IEBH/TERA-fy/commit/25f63df575508aa43b00394946fd51c556d380fe))
513
+ * Set default release increment as patch ([ab90c11](https://github.com/IEBH/TERA-fy/commit/ab90c11c34adf6caa386b89e6670f5392bbc05d6))
233
514
 
234
- ### Features
235
515
 
236
- * setProjectStateDefaults() can now accept an entire object to default-merge ([5d9a1f5](https://github.com/IEBH/TERA-fy/commit/5d9a1f5383c2d6de9ffa818b380c9cc669d42b85))
237
516
 
238
517
  # [1.3.0](https://github.com/IEBH/TERA-fy/compare/v1.2.2...v1.3.0) (2024-04-15)
239
518
 
240
519
 
241
- ### Bug Fixes
520
+ ### chore
242
521
 
243
- * Export projectFile ([d4940f3](https://github.com/IEBH/TERA-fy/commit/d4940f3dfcb7c5da5b9a6fbfb2a600be60703ed8))
522
+ * release v1.3.0 ([0caf39c](https://github.com/IEBH/TERA-fy/commit/0caf39c64eb636dcdc3e5e8793d35f43131b43f3))
523
+
524
+ ### docs
244
525
 
526
+ * Typo ([b0b3765](https://github.com/IEBH/TERA-fy/commit/b0b376576eeb88d8950911cd978b0691cf6cd439))
245
527
 
246
- ### Features
528
+ ### feat
247
529
 
248
530
  * ProjectFile.{serialize,deserialize}() functions ([d6c69f5](https://github.com/IEBH/TERA-fy/commit/d6c69f5a225b819d6fd63e7fc13670cadc8478e9))
249
531
 
532
+ ### fix
533
+
534
+ * Export projectFile ([d4940f3](https://github.com/IEBH/TERA-fy/commit/d4940f3dfcb7c5da5b9a6fbfb2a600be60703ed8))
535
+
536
+ ### refator
537
+
538
+ * Double-check all docuemnted promise-return functions actually return promises ([d951b43](https://github.com/IEBH/TERA-fy/commit/d951b4313e253d0e0a12b2ea480b2e4dd4dc5a0d))
539
+
540
+
541
+
250
542
  ## [1.2.2](https://github.com/IEBH/TERA-fy/compare/v1.2.1...v1.2.2) (2024-04-11)
251
543
 
544
+
545
+ ### chore
546
+
547
+ * release v1.2.2 ([82e307a](https://github.com/IEBH/TERA-fy/commit/82e307a30a4616a912f578a89fb712d715392a4d))
548
+
549
+ ### docs
550
+
551
+ * Rebuild CHANGELOG from start of project ([f559d76](https://github.com/IEBH/TERA-fy/commit/f559d7646a761b69c066cb3e3600bc71432516e8))
552
+
553
+ ### refactor
554
+
555
+ * Change behaviour of setProjectStateDefaults() to return the input value rather than whether the value actually changed (_pathHas() can be used for this anyway ([34e8529](https://github.com/IEBH/TERA-fy/commit/34e852964ac32e73e42acaf7305db6562d24b622))
556
+
557
+
558
+
252
559
  ## [1.2.1](https://github.com/IEBH/TERA-fy/compare/v1.2.0...v1.2.1) (2024-04-11)
253
560
 
254
561
 
255
- ### Bug Fixes
562
+ ### chore
563
+
564
+ * release v1.2.1 ([b228454](https://github.com/IEBH/TERA-fy/commit/b22845430897ebde86cbc03b67eee1cb1dba0394))
565
+
566
+ ### devops
567
+
568
+ * Fix release script to bump patch level ([6393c20](https://github.com/IEBH/TERA-fy/commit/6393c20f756666c5bcc268aabe553962c0cd4a9b))
569
+
570
+ ### docs
571
+
572
+ * Recompile docs ([2a77afe](https://github.com/IEBH/TERA-fy/commit/2a77afec475557166e2da3e76183e356c2dba806))
573
+
574
+ ### fix
256
575
 
257
576
  * Handle file meta data where created/modified/accessed dates are omitted for some reason ([1544723](https://github.com/IEBH/TERA-fy/commit/1544723ec6ce4478541a07baa0e44cb120f7e929))
258
577
  * Handle nullish errors on RPC calls ([f873029](https://github.com/IEBH/TERA-fy/commit/f8730294e8a7dbf08602edf87ce2926695238592))
@@ -262,50 +581,72 @@
262
581
  # [1.2.0](https://github.com/IEBH/TERA-fy/compare/v1.1.0...v1.2.0) (2024-04-11)
263
582
 
264
583
 
265
- ### Bug Fixes
266
-
267
- * Wrong inherited argument when running setProjectLibrary() ([aaaca64](https://github.com/IEBH/TERA-fy/commit/aaaca641847aae9e7a72b4423282002e3b125e70))
584
+ ### docs
268
585
 
586
+ * Deferred hints documentation into main TERA-Tools.com project ([abb44d5](https://github.com/IEBH/TERA-fy/commit/abb44d544ae2f8fd2872781e73b044d89bd54408))
587
+ * Duplicate function definition ([2946fad](https://github.com/IEBH/TERA-fy/commit/2946fadba57f666ed8520fe8df58f76b26964847))
588
+ * Typo ([8e8ab94](https://github.com/IEBH/TERA-fy/commit/8e8ab945a8952331d8dbb2847156fa43c0ee2bd0))
269
589
 
270
- ### Features
590
+ ### feat
271
591
 
272
592
  * <tera-file-select> now supports save functionality ([e60b63e](https://github.com/IEBH/TERA-fy/commit/e60b63e36a5f757fec74922577ec701ae2f42d5e))
273
593
  * More fixes and UX for file saving UI/UX ([7c4e1af](https://github.com/IEBH/TERA-fy/commit/7c4e1af0b5569af7a1c1aa1df29f47b24d464dc8))
274
594
  * setProjectLibrary() can now prompt for a file path if none is specified ([62a5f03](https://github.com/IEBH/TERA-fy/commit/62a5f031c0b6ef9f8b72dfee335e4fa79fdffdfb))
275
595
 
596
+ ### fix
276
597
 
598
+ * Wrong inherited argument when running setProjectLibrary() ([aaaca64](https://github.com/IEBH/TERA-fy/commit/aaaca641847aae9e7a72b4423282002e3b125e70))
277
599
 
278
- # [1.1.0](https://github.com/IEBH/TERA-fy/compare/v1.0.24...v1.1.0) (2024-04-09)
600
+ ### refactor
279
601
 
602
+ * parseProjectLibrary() -> getProjectLibrary() ([f265624](https://github.com/IEBH/TERA-fy/commit/f2656243941f7754f462bb2bae36cceff5a24605))
280
603
 
281
- ### Bug Fixes
282
604
 
283
- * Yet more files added to prerelease step ([399c6f8](https://github.com/IEBH/TERA-fy/commit/399c6f8d6c5080238c079c12b16add7eebeb1d7e))
284
605
 
606
+ # [1.1.0](https://github.com/IEBH/TERA-fy/compare/v1.0.24...v1.1.0) (2024-04-09)
607
+
608
+
609
+ ### docs
610
+
611
+ * Rebuild ([c2cbd3f](https://github.com/IEBH/TERA-fy/commit/c2cbd3f1b038b6fbc3be588eacf206c5ef7b03fe))
285
612
 
286
- ### Features
613
+ ### feat
287
614
 
288
615
  * File saving UI ([b2f8809](https://github.com/IEBH/TERA-fy/commit/b2f8809a960880b951072127d7492b31aa29b03a))
289
616
 
617
+ ### fix
618
+
619
+ * Yet more files added to prerelease step ([399c6f8](https://github.com/IEBH/TERA-fy/commit/399c6f8d6c5080238c079c12b16add7eebeb1d7e))
620
+
290
621
 
291
622
 
292
623
  ## [1.0.24](https://github.com/IEBH/TERA-fy/compare/v1.0.23...v1.0.24) (2024-04-05)
293
624
 
294
625
 
295
- ### Bug Fixes
626
+ ### devops
627
+
628
+ * Added changelog + release infrastructure ([d2ced34](https://github.com/IEBH/TERA-fy/commit/d2ced348f9b7e09b80672abf93bd7348fc3277cb))
629
+
630
+ ### fix
296
631
 
297
632
  * Yet another fix for setProjectState() throwing when trying to save + remove defunct {sync:Boolean} option ([4e320ec](https://github.com/IEBH/TERA-fy/commit/4e320ec8f171237387db7404a7209b4ca51898c8))
298
633
 
634
+ ### task
635
+
636
+ * Add NPM publish as post-bump step ([51d5ea5](https://github.com/IEBH/TERA-fy/commit/51d5ea538123509abd4e1e002c05bd1713f77c5b))
637
+ * postbump -> postcommit ([75ea50a](https://github.com/IEBH/TERA-fy/commit/75ea50a408004b60a90accf349cd4f17b01d9caf))
638
+
299
639
 
300
640
 
301
641
  ## [1.0.23](https://github.com/IEBH/TERA-fy/compare/v1.0.22...v1.0.23) (2024-04-04)
302
642
 
303
643
 
304
644
 
645
+
305
646
  ## [1.0.22](https://github.com/IEBH/TERA-fy/compare/v1.0.21...v1.0.22) (2024-04-04)
306
647
 
307
648
 
308
- ### Bug Fixes
649
+ ### fix
309
650
 
310
651
  * Missing Promise chain response during setProjectState() ([1fb7f29](https://github.com/IEBH/TERA-fy/commit/1fb7f29d01103f2396f89dd31928dabb48150328))
311
652
 
@@ -314,24 +655,35 @@
314
655
  ## [1.0.21](https://github.com/IEBH/TERA-fy/compare/v1.0.20...v1.0.21) (2024-04-03)
315
656
 
316
657
 
317
- ### Bug Fixes
318
-
319
- * Added projectFile class build to frontend scripts ([b21fe29](https://github.com/IEBH/TERA-fy/commit/b21fe29cdb20c67307e0c5cd6d4d73d945a33b8e))
320
- * Missing dep ([9bf58e4](https://github.com/IEBH/TERA-fy/commit/9bf58e467a89886ca5c17c3209a503df2c7dba26))
658
+ ### docs
321
659
 
660
+ * Rebuild ([080a0d2](https://github.com/IEBH/TERA-fy/commit/080a0d2df14740b4ba946a6424ced5e9987dca1f))
322
661
 
323
- ### Features
662
+ ### feat
324
663
 
325
664
  * More edits to <tera-file-select/> ([efc49f7](https://github.com/IEBH/TERA-fy/commit/efc49f7fc81d02081cfd4cb17fe6dfec9a12969b))
326
665
  * Moved ProjectLibrary file into its own classdef + added more file setter methods ([6c8eac3](https://github.com/IEBH/TERA-fy/commit/6c8eac3c9c853f5f5cf367dea82062b236163f9f))
327
666
  * Stash + retrieve login data from LocalStorage when using embed + popup window workaround method ([e9ec32c](https://github.com/IEBH/TERA-fy/commit/e9ec32c253c2cb3bd7c8312cd2ad61432b24542a))
328
667
 
668
+ ### fix
669
+
670
+ * Added projectFile class build to frontend scripts ([b21fe29](https://github.com/IEBH/TERA-fy/commit/b21fe29cdb20c67307e0c5cd6d4d73d945a33b8e))
671
+ * Missing dep ([9bf58e4](https://github.com/IEBH/TERA-fy/commit/9bf58e467a89886ca5c17c3209a503df2c7dba26))
672
+
673
+ ### refactor
674
+
675
+ * Seperate Embed workaround code into its own function ([984c37a](https://github.com/IEBH/TERA-fy/commit/984c37a705108e0efd9ad77a812b9454d75961f9))
676
+
329
677
 
330
678
 
331
679
  ## [1.0.20](https://github.com/IEBH/TERA-fy/compare/v1.0.19...v1.0.20) (2024-04-02)
332
680
 
333
681
 
334
- ### Bug Fixes
682
+ ### docs
683
+
684
+ * Doc rebuild ([841f04f](https://github.com/IEBH/TERA-fy/commit/841f04f29d3ca8e5e8b9a53746d8465b4da41a29))
685
+
686
+ ### fix
335
687
 
336
688
  * Yet more $auth screw-around with window.opener magic ([d140da1](https://github.com/IEBH/TERA-fy/commit/d140da1d7760713b35ffca58a688c638f094869e))
337
689
 
@@ -340,7 +692,16 @@
340
692
  ## [1.0.19](https://github.com/IEBH/TERA-fy/compare/v1.0.18...v1.0.19) (2024-04-02)
341
693
 
342
694
 
343
- ### Features
695
+ ### devops
696
+
697
+ * Added sanity check for $auth sticking in a loop on the server ([23f197d](https://github.com/IEBH/TERA-fy/commit/23f197dc14204187fb9bea0efc916fd659729304))
698
+ * Disabled sourcemapping as its too much of a headfuck when its not mapping correctly ([f9f6b76](https://github.com/IEBH/TERA-fy/commit/f9f6b76bc359fd627b86799a8c6b415f8802b7a8))
699
+
700
+ ### docs
701
+
702
+ * Docs rebuild ([0c39fa2](https://github.com/IEBH/TERA-fy/commit/0c39fa238dad8bd67aa96058d97db78ddf2da545))
703
+
704
+ ### feat
344
705
 
345
706
  * Start on <tera-library-select/> Vue component ([aa42855](https://github.com/IEBH/TERA-fy/commit/aa42855df0b4e32b0b3a08e4e86021faf3ac8ca6))
346
707
 
@@ -349,15 +710,17 @@
349
710
  ## [1.0.18](https://github.com/IEBH/TERA-fy/compare/v1.0.17...v1.0.18) (2024-04-02)
350
711
 
351
712
 
352
- ### Bug Fixes
713
+ ### devops
353
714
 
354
- * Auto call to requireProject() in Vue2 mode ([f592cfb](https://github.com/IEBH/TERA-fy/commit/f592cfbd0c2f9373b1fb95203684ebb3b2acf81b))
355
- * Dont rely on server auth populating $auth.user.id ([73f8c85](https://github.com/IEBH/TERA-fy/commit/73f8c85c17d6e79184ecc5b9929739da33b57786))
356
- * Logic error when setting project state ([7fcd826](https://github.com/IEBH/TERA-fy/commit/7fcd8265d2f15f28df99b0271396e9467ab91a20))
357
- * Subclass _pathSet() when in Vue2 mode ([ea5537e](https://github.com/IEBH/TERA-fy/commit/ea5537e34d11170b3296d75861425a0db162f0ba))
715
+ * Added `npm run watch` script to main to rebuild client libraries on change ([48fa42a](https://github.com/IEBH/TERA-fy/commit/48fa42adbbf69aa8fae5bccf2cb4f714f7de2762))
716
+
717
+ ### docs
358
718
 
719
+ * Misc comment / code cleanup ([b1e0e38](https://github.com/IEBH/TERA-fy/commit/b1e0e38cbd38b10f35498eaa3370592ce2bbe9c1))
720
+ * Rebuild all files + docs ([a73a69a](https://github.com/IEBH/TERA-fy/commit/a73a69ad6e9331ca07a1f2b354e837657ce7ce74))
721
+ * Rebuild docs ([623c4e4](https://github.com/IEBH/TERA-fy/commit/623c4e4646a34b7cee5b92d22129ee9acf7a1bbf))
359
722
 
360
- ### Features
723
+ ### feat
361
724
 
362
725
  * Added method to try authenticating locally via a popup when in embedded mode ([7286958](https://github.com/IEBH/TERA-fy/commit/72869585c7f203f330815c9dba5f4b0f36a350e8))
363
726
  * Added prototype window mode for client ([9241854](https://github.com/IEBH/TERA-fy/commit/92418548dfd213396acb082acf9dae08b441a374))
@@ -366,50 +729,79 @@
366
729
  * getUser({forceRetry:Boolean}) ([15b8efd](https://github.com/IEBH/TERA-fy/commit/15b8efd521486326652afb692dd816f10a30940b))
367
730
  * uiSplat() + uiWindow() ([a72fc33](https://github.com/IEBH/TERA-fy/commit/a72fc33e05c64d4428ef4c747684504edc51bd09))
368
731
 
732
+ ### fix
369
733
 
734
+ * Auto call to requireProject() in Vue2 mode ([f592cfb](https://github.com/IEBH/TERA-fy/commit/f592cfbd0c2f9373b1fb95203684ebb3b2acf81b))
735
+ * Dont rely on server auth populating $auth.user.id ([73f8c85](https://github.com/IEBH/TERA-fy/commit/73f8c85c17d6e79184ecc5b9929739da33b57786))
736
+ * Logic error when setting project state ([7fcd826](https://github.com/IEBH/TERA-fy/commit/7fcd8265d2f15f28df99b0271396e9467ab91a20))
737
+ * Subclass _pathSet() when in Vue2 mode ([ea5537e](https://github.com/IEBH/TERA-fy/commit/ea5537e34d11170b3296d75861425a0db162f0ba))
370
738
 
371
- ## [1.0.17](https://github.com/IEBH/TERA-fy/compare/v1.0.16...v1.0.17) (2024-03-14)
739
+ ### refactor
372
740
 
741
+ * Juggle various {,peer,optional}depedencies config ([aee116a](https://github.com/IEBH/TERA-fy/commit/aee116a665c79518793a47195788474bb2857ea3))
742
+ * Promise Deferred util ([8e4f1a8](https://github.com/IEBH/TERA-fy/commit/8e4f1a8589a599152c151da1319623598dde7c04))
743
+ * Stepped auth when calling requireUser() ([562798a](https://github.com/IEBH/TERA-fy/commit/562798a2171d3fcb93f44b7885dc04b3e13d3fb3))
373
744
 
374
- ### Bug Fixes
375
745
 
376
- * Typo ([98fad09](https://github.com/IEBH/TERA-fy/commit/98fad09c2c875b2b6b7158afb5d77ae41ecb6e65))
377
746
 
747
+ ## [1.0.17](https://github.com/IEBH/TERA-fy/compare/v1.0.16...v1.0.17) (2024-03-14)
748
+
749
+
750
+ ### docs
378
751
 
379
- ### Features
752
+ * Added File Hints reference ([bfbeb24](https://github.com/IEBH/TERA-fy/commit/bfbeb2465329ff2ce693982ec7fc9d61bf97e1c2))
753
+ * Rebuild docs ([954d7b9](https://github.com/IEBH/TERA-fy/commit/954d7b912d8aa296baa721f5a56272156fb1f5c0))
754
+
755
+ ### feat
380
756
 
381
757
  * Filled out stubs for {get,set,select}ProjectLibrary() ([0bdbfd9](https://github.com/IEBH/TERA-fy/commit/0bdbfd943e2613d917be8c64e22893ab8fcb1b86))
382
758
 
759
+ ### fix
383
760
 
761
+ * Typo ([98fad09](https://github.com/IEBH/TERA-fy/commit/98fad09c2c875b2b6b7158afb5d77ae41ecb6e65))
384
762
 
385
- ## [1.0.16](https://github.com/IEBH/TERA-fy/compare/v1.0.15...v1.0.16) (2024-03-06)
763
+ ### refactor
386
764
 
765
+ * getProjectLibrary() -> parseProjectLibrary() ([f477c9d](https://github.com/IEBH/TERA-fy/commit/f477c9d13601894e491f6258eb558472a7f65204))
766
+ * Split selectProjectLibrary() -> selectProjectFile() + selectProjectLibrary() + added stub for file filtering ([1e3d517](https://github.com/IEBH/TERA-fy/commit/1e3d5171fd03eb95c332b6440e4eaccbca77e58e))
387
767
 
388
- ### Bug Fixes
389
768
 
390
- * Dont try to inject undef values when devmode is enabled but the site URL isnt a string ([47598b2](https://github.com/IEBH/TERA-fy/commit/47598b25ad82e6e7cd9eb11fa304bce94595073f))
769
+
770
+ ## [1.0.16](https://github.com/IEBH/TERA-fy/compare/v1.0.15...v1.0.16) (2024-03-06)
391
771
 
392
772
 
393
- ### Features
773
+ ### feat
394
774
 
395
775
  * getLibraryFile() now supports multiple file transforms before handing contents to requester ([e413bd9](https://github.com/IEBH/TERA-fy/commit/e413bd9e91f3e152ecf334f96d276d6a89d6ea66))
396
776
 
777
+ ### fix
778
+
779
+ * Dont try to inject undef values when devmode is enabled but the site URL isnt a string ([47598b2](https://github.com/IEBH/TERA-fy/commit/47598b25ad82e6e7cd9eb11fa304bce94595073f))
780
+
397
781
 
398
782
 
399
783
  ## [1.0.15](https://github.com/IEBH/TERA-fy/compare/v1.0.14...v1.0.15) (2024-02-29)
400
784
 
401
785
 
402
- ### Features
786
+ ### docs
787
+
788
+ * Rebuild docs ([83e9ddc](https://github.com/IEBH/TERA-fy/commit/83e9ddce0f4a3a2a990d226c3c3766e5da0fb162))
789
+
790
+ ### feat
403
791
 
404
792
  * requireUser() + call to it from requireProject() ([d4eedfa](https://github.com/IEBH/TERA-fy/commit/d4eedfa97fb744298db9c8c04fcb79834c86ad4d))
405
793
  * uiAlert() ([09da928](https://github.com/IEBH/TERA-fy/commit/09da9282beb00fc644bcde34a583b4b16f9f2854))
406
794
 
795
+ ### ux
796
+
797
+ * Bypass requestFocus() actions when already operating as top-level TERA ([9e2515d](https://github.com/IEBH/TERA-fy/commit/9e2515dc25e4a489724ed275c2703c9d8a5a4316))
798
+
407
799
 
408
800
 
409
801
  ## [1.0.14](https://github.com/IEBH/TERA-fy/compare/v1.0.13...v1.0.14) (2024-02-27)
410
802
 
411
803
 
412
- ### Bug Fixes
804
+ ### fix
413
805
 
414
806
  * yet more fixes to Live version of TERA-fy deployed to Live TERA ([f72fb8d](https://github.com/IEBH/TERA-fy/commit/f72fb8de2329d63aa1cacc2e6c962f9370a2c75a))
415
807
 
@@ -418,77 +810,128 @@
418
810
  ## [1.0.13](https://github.com/IEBH/TERA-fy/compare/v1.0.12...v1.0.13) (2024-02-27)
419
811
 
420
812
 
421
- ### Bug Fixes
813
+ ### feat
814
+
815
+ * Added @vue/cli-service compatible version (ESM + ES2019 spec) ([56501c9](https://github.com/IEBH/TERA-fy/commit/56501c97d4f2f30d908d2d1db7d847495183bf99))
816
+ * TERA-fy client can now opt-in to sandbox overrides in dev mode ([550ac9c](https://github.com/IEBH/TERA-fy/commit/550ac9c953cdcf1b47c834dcd9b59de3235663d6))
817
+
818
+ ### fix
422
819
 
423
820
  * Wrong DOM reference when searching for external iFrame from top-level TERA window ([51a0ab8](https://github.com/IEBH/TERA-fy/commit/51a0ab8df52de8a4822dc62e3b3318187cd94dcb))
424
821
  * Wrong external referencing for Vue2 plugin ([ddd7068](https://github.com/IEBH/TERA-fy/commit/ddd7068fb0e00fa6d203cf5d4650f4138595aaa6))
425
822
 
823
+ ### task
426
824
 
427
- ### Features
825
+ * Rebuild /dist ([09fa084](https://github.com/IEBH/TERA-fy/commit/09fa084192326065db3181774b1ebe12c0d10243))
428
826
 
429
- * Added @vue/cli-service compatible version (ESM + ES2019 spec) ([56501c9](https://github.com/IEBH/TERA-fy/commit/56501c97d4f2f30d908d2d1db7d847495183bf99))
430
- * TERA-fy client can now opt-in to sandbox overrides in dev mode ([550ac9c](https://github.com/IEBH/TERA-fy/commit/550ac9c953cdcf1b47c834dcd9b59de3235663d6))
827
+ ### ux
828
+
829
+ * Provide each plugin with a copy of the TERA-fy client settings during init ([705ac7b](https://github.com/IEBH/TERA-fy/commit/705ac7be897c0bb11e5b170be0b2954237dda399))
431
830
 
432
831
 
433
832
 
434
833
  ## [1.0.12](https://github.com/IEBH/TERA-fy/compare/v1.0.11...v1.0.12) (2024-02-22)
435
834
 
436
835
 
437
- ### Bug Fixes
836
+ ### docs
837
+
838
+ * Docs rebuild ([ac52784](https://github.com/IEBH/TERA-fy/commit/ac52784e240967225947d2add240a387fdc5b4c4))
839
+ * Rebuild docs ([b95d407](https://github.com/IEBH/TERA-fy/commit/b95d4071025b7c080ac7c1d2bd136d5f88cda4f3))
840
+
841
+ ### feat
842
+
843
+ * Added setProjectStateDefaults() to make priming defaults easier ([55a6ce8](https://github.com/IEBH/TERA-fy/commit/55a6ce8ecad1ed43a27bd41664ad031e1fc62997))
844
+
845
+ ### fix
438
846
 
439
847
  * Tweaks to what is included in the NPM tarball ([e2cf7e0](https://github.com/IEBH/TERA-fy/commit/e2cf7e0cf8c23c55cf7b02c209046e368efa88c5))
440
848
 
849
+ ### refactor
441
850
 
442
- ### Features
851
+ * Various misc cleanup ([7c19c26](https://github.com/IEBH/TERA-fy/commit/7c19c262df8741de91be86d1282826727eb2c9c2))
443
852
 
444
- * Added setProjectStateDefaults() to make priming defaults easier ([55a6ce8](https://github.com/IEBH/TERA-fy/commit/55a6ce8ecad1ed43a27bd41664ad031e1fc62997))
853
+ ### test
445
854
 
855
+ * Dropped the defunct terafy.subscribeProjectState demo ([01e585b](https://github.com/IEBH/TERA-fy/commit/01e585b9576928f2a8393ca886412286e837e5ee))
446
856
 
447
857
 
448
- ## [1.0.11](https://github.com/IEBH/TERA-fy/compare/v1.0.10...v1.0.11) (2024-02-21)
449
858
 
859
+ ## [1.0.11](https://github.com/IEBH/TERA-fy/compare/v1.0.10...v1.0.11) (2024-02-21)
450
860
 
451
- ### Bug Fixes
452
861
 
453
- * Added @mfdc/supabase-reactive as a dep for the Vue plugins ([2f7900d](https://github.com/IEBH/TERA-fy/commit/2f7900d86bc45c556b383756a0b1af30d35d43e5))
862
+ ### docs
454
863
 
864
+ * Updated function signatures between client & server ([dc1117a](https://github.com/IEBH/TERA-fy/commit/dc1117a3c9982bfff74db00c28595480754f4b42))
455
865
 
456
- ### Features
866
+ ### feat
457
867
 
458
868
  * Added events / EventEmitter pattern to accept flushed updates from server ([458ce79](https://github.com/IEBH/TERA-fy/commit/458ce799ad9acf68732489efed56da5a0917cd95))
459
869
  * Client can now tell server where its loaded from via setServerMode() ([b7c5fc0](https://github.com/IEBH/TERA-fy/commit/b7c5fc0cb18df2c9d39a4f63a32dd93da28e89fa))
460
870
  * Updated Vue plugins (2+3) to handle remote project state changes ([0abf7b4](https://github.com/IEBH/TERA-fy/commit/0abf7b44fff25530af6430856850c5743172df2e))
461
871
 
872
+ ### fix
873
+
874
+ * Added @mfdc/supabase-reactive as a dep for the Vue plugins ([2f7900d](https://github.com/IEBH/TERA-fy/commit/2f7900d86bc45c556b383756a0b1af30d35d43e5))
875
+
876
+ ### refactor
877
+
878
+ * Move horrible mixin() handler into its own utility library ([713e26b](https://github.com/IEBH/TERA-fy/commit/713e26b9184b3633e887b4b59e8d56e629617b22))
879
+
462
880
 
463
881
 
464
882
  ## [1.0.10](https://github.com/IEBH/TERA-fy/compare/v1.0.9...v1.0.10) (2024-02-18)
465
883
 
466
884
 
467
- ### Bug Fixes
885
+ ### docs
886
+
887
+ * Added API docs for TERA-fy client ([ca34abf](https://github.com/IEBH/TERA-fy/commit/ca34abf1dd7a5fc8adcc44b6508c74b74d8aff47))
888
+ * Added example invocation for Vue plugins ([5205235](https://github.com/IEBH/TERA-fy/commit/5205235905f14378e39ea6e04ad0b1fcc4844845))
889
+ * Added header area to playground + fixed TeraFy JS url ([2fdd565](https://github.com/IEBH/TERA-fy/commit/2fdd5658dbe200b6e62e431889dba20a1530237d))
890
+ * Added link to generated docs pages ([7670ff9](https://github.com/IEBH/TERA-fy/commit/7670ff925686890672f445b0165a38b68a7874c1))
891
+ * Added stub functions to client so that JSDoc can pick them up ([371a18e](https://github.com/IEBH/TERA-fy/commit/371a18e433cc70e7978d03b0b264d1efdd344a34))
892
+ * API doc build process + first generation build ([81c7ff4](https://github.com/IEBH/TERA-fy/commit/81c7ff47e44b9879c3900c4806194954bcbfea2c))
893
+ * Documentation compiler is now more specific about doc listing order ([6353f15](https://github.com/IEBH/TERA-fy/commit/6353f1541bab4233868542073e8038474647266a))
894
+ * Dont allow project changing if there are no projects listed ([3aff5dc](https://github.com/IEBH/TERA-fy/commit/3aff5dca7631320d8e54444c4f32886f424eb227))
895
+ * More API adjustment options ([1cd8a1d](https://github.com/IEBH/TERA-fy/commit/1cd8a1d921573ff22f8268fb13822f7713f6679f))
896
+ * More docs tidying ([1d2911f](https://github.com/IEBH/TERA-fy/commit/1d2911f374bf070988420ba434d76980d8d2a340))
897
+ * More links in README + small cleanup ([6729637](https://github.com/IEBH/TERA-fy/commit/672963774a197a9b2f6d490275e9810a0d51f7a0))
898
+ * Move playground into docs folder ([07d5d45](https://github.com/IEBH/TERA-fy/commit/07d5d459a9037a63342ec78e8eec0a9505855cdc))
899
+ * Rebuild docs ([709241c](https://github.com/IEBH/TERA-fy/commit/709241c7c9655b613a4150c0bf037101a4085456))
900
+ * Reformat links to TERA-Explorer ([8d2242a](https://github.com/IEBH/TERA-fy/commit/8d2242a69548b6043a79e5572f7a2812ad2d607c))
901
+ * Various docs fixups ([4add13a](https://github.com/IEBH/TERA-fy/commit/4add13af2e1370497c728426d004c58f548c9b85))
902
+ * Yet more import nonsense with ESM files ([5c41b6b](https://github.com/IEBH/TERA-fy/commit/5c41b6be0ba5feb10e4073c079761b80d1d73a7b))
903
+
904
+ ### feat
905
+
906
+ * createProjectStatePatch() to avoid having to do this manually in each plugin ([5414a22](https://github.com/IEBH/TERA-fy/commit/5414a227bba8968108f0b6d65c766dc2a642acc9))
907
+ * init() can now accept an options object ([0ee55b7](https://github.com/IEBH/TERA-fy/commit/0ee55b77ff1178b73c4d749db509d06315da1afc))
908
+ * Prototype project subscription process (untested) ([f13b957](https://github.com/IEBH/TERA-fy/commit/f13b9578d9e725b3d4d886120d28365893da9bcb))
909
+ * Various project-state patch handling functionality now implemented ([8260808](https://github.com/IEBH/TERA-fy/commit/8260808f67c1c3149db487ce61edb4e75d9a3661))
910
+
911
+ ### fix
468
912
 
469
913
  * Better reaction when there is no active user login ([48bd61f](https://github.com/IEBH/TERA-fy/commit/48bd61fe71509e6c68ea8fcba90f6f2297b721bf))
470
914
  * Debugging artefacts ([61d559b](https://github.com/IEBH/TERA-fy/commit/61d559b62f1d9cbc1d12ff4b9f65b71af7d48429))
471
915
  * Dont allow plugins to override the main init() function - instead call them after that function has done its work ([7db3ba0](https://github.com/IEBH/TERA-fy/commit/7db3ba09a13dc87b70df192f55585d2fc09a3931))
472
916
  * Plugins init() functions are now called AFTER all other init functionaly has finished + they are called with the outer object context ([4757597](https://github.com/IEBH/TERA-fy/commit/4757597324873c953e4d93994776eff4030b985c))
473
- * **plugins/vue2:** Handle Vue2 giving us a broken diff on Observable write ([d72a143](https://github.com/IEBH/TERA-fy/commit/d72a143cda01478d46a86a0bf9863cf9203b903a))
474
917
 
918
+ ### refactor
475
919
 
476
- ### Features
920
+ * Swap NPM:jsdoc -> NPM:documentation ([212ed1a](https://github.com/IEBH/TERA-fy/commit/212ed1a9e95eba47beb6bcdd7ee83163788c4f07))
477
921
 
478
- * createProjectStatePatch() to avoid having to do this manually in each plugin ([5414a22](https://github.com/IEBH/TERA-fy/commit/5414a227bba8968108f0b6d65c766dc2a642acc9))
479
- * init() can now accept an options object ([0ee55b7](https://github.com/IEBH/TERA-fy/commit/0ee55b77ff1178b73c4d749db509d06315da1afc))
480
- * Prototype project subscription process (untested) ([f13b957](https://github.com/IEBH/TERA-fy/commit/f13b9578d9e725b3d4d886120d28365893da9bcb))
481
- * Various project-state patch handling functionality now implemented ([8260808](https://github.com/IEBH/TERA-fy/commit/8260808f67c1c3149db487ce61edb4e75d9a3661))
482
- * **vue2:** Largish refactor to support Vue2 + Vue3 plugins ([2abcecc](https://github.com/IEBH/TERA-fy/commit/2abcecc1c95e68a7680a13ae54bebcb70d61d930))
922
+ ### task
923
+
924
+ * Rebuild ([19766d7](https://github.com/IEBH/TERA-fy/commit/19766d7761855fd0be6349c1a7a264197bd4ef2e))
925
+ * Rebuild package-lock ([a83e654](https://github.com/IEBH/TERA-fy/commit/a83e6541d4a7b81c7f33deb0db567823275cda8d))
926
+ * Update API playground to match API signatures ([d483ec3](https://github.com/IEBH/TERA-fy/commit/d483ec3676378043104d84b7a9d1de51cd728313))
483
927
 
484
928
 
485
929
 
486
930
  ## [1.0.9](https://github.com/IEBH/TERA-fy/compare/v1.0.8...v1.0.9) (2023-11-09)
487
931
 
488
932
 
489
- ### Features
933
+ ### feat
490
934
 
491
- * **getProjectFiles:** Added getProjectFiles() ([b3804a5](https://github.com/IEBH/TERA-fy/commit/b3804a5433610943cc46b1e5fba68558bbed77b9))
492
935
  * getProjectLibrary() now working ([019dacd](https://github.com/IEBH/TERA-fy/commit/019dacd1c677564e66688acf0b6bea2d39dca5e3))
493
936
 
494
937
 
@@ -496,12 +939,7 @@
496
939
  ## [1.0.8](https://github.com/IEBH/TERA-fy/compare/v1.0.7...v1.0.8) (2023-11-02)
497
940
 
498
941
 
499
- ### Bug Fixes
500
-
501
- * **plugins/vue:** Various load race conditions for the Vue loader ([aa9c77c](https://github.com/IEBH/TERA-fy/commit/aa9c77cb896d5cba70a59295796b10d6b27cb52e))
502
-
503
-
504
- ### Features
942
+ ### feat
505
943
 
506
944
  * Tera-Fy can now communicate upwards (window.parent) or downwards (via iFrame) depending on its active context ([0c8d30d](https://github.com/IEBH/TERA-fy/commit/0c8d30dcf6398578a535a04e70ff2c481683ff46))
507
945
 
@@ -510,53 +948,79 @@
510
948
  ## [1.0.7](https://github.com/IEBH/TERA-fy/compare/v1.0.6...v1.0.7) (2023-11-02)
511
949
 
512
950
 
513
- ### Bug Fixes
951
+ ### fix
514
952
 
515
953
  * Misc fixes ([2bd5e03](https://github.com/IEBH/TERA-fy/commit/2bd5e035dd861e7baa8203d3dc5fb206b78aefbc))
516
954
 
517
955
 
518
- ### Features
519
-
520
- * **plugins/vue:** Better project + project list binding ([2d46189](https://github.com/IEBH/TERA-fy/commit/2d4618956cf8c7201a8e39f8bf0dc33513f726a5))
521
956
 
957
+ ## [1.0.6](https://github.com/IEBH/TERA-fy/compare/v1.0.5...v1.0.6) (2023-11-01)
522
958
 
523
959
 
524
- ## [1.0.6](https://github.com/IEBH/TERA-fy/compare/v1.0.5...v1.0.6) (2023-11-01)
960
+ ### docs
525
961
 
962
+ * Added example to README ([40a564b](https://github.com/IEBH/TERA-fy/commit/40a564b6fcca6f3bbbf168780c602fa5ffc56ce9))
526
963
 
527
- ### Bug Fixes
964
+ ### fix
528
965
 
529
966
  * Better error tracking methods with CLIENT|SERVER.debug() + try barriers around sendRaw() ([b4062b3](https://github.com/IEBH/TERA-fy/commit/b4062b30075403708427b1c58d308d34777997e9))
530
967
  * client.init() now returns its own instance in the promise payload so it can be awaited ([05d6611](https://github.com/IEBH/TERA-fy/commit/05d66117bf7578f076472bc4d59be1df10e85cb3))
531
968
  * Minor typo in package when generating docs ([626a7fc](https://github.com/IEBH/TERA-fy/commit/626a7fc6f3867f95dd7efa4cf1ca6875ae25c1f6))
532
969
  * Placehoder in Vue plugin to load basic project skeleton ([f530e51](https://github.com/IEBH/TERA-fy/commit/f530e5116e1a51652038df3a81a1e629d84755f7))
533
970
 
971
+ ### refactor
972
+
973
+ * Code tidy + injectComms() now waits o the frame responding ([14491d3](https://github.com/IEBH/TERA-fy/commit/14491d317ff764bb38e2e6b1948d5189e8b1f72f))
974
+
534
975
 
535
976
 
536
977
  ## [1.0.5](https://github.com/IEBH/TERA-fy/compare/v1.0.4...v1.0.5) (2023-10-31)
537
978
 
538
979
 
539
- ### Bug Fixes
980
+ ### fix
540
981
 
541
982
  * Change default tera-tools endpoint to live site ([ca4a595](https://github.com/IEBH/TERA-fy/commit/ca4a59548751f1afdb1a6309868de73b2dda81d6))
542
983
  * Various fixes to the mixin infrastructure ([27ce126](https://github.com/IEBH/TERA-fy/commit/27ce126225f3b5faa06700efa9e6c87b38da33ef))
543
984
 
985
+ ### refactor
986
+
987
+ * Moved plugins to a more logical location ([67821c5](https://github.com/IEBH/TERA-fy/commit/67821c5e89da63cf2ac07b9a93c9719188a0db12))
988
+ * Reuse this.set() in constructor if handed options ([c02a51b](https://github.com/IEBH/TERA-fy/commit/c02a51b64c74f678008e9b8d4b74fb07b48999a1))
989
+
544
990
 
545
991
 
546
992
  ## [1.0.4](https://github.com/IEBH/TERA-fy/compare/v1.0.3...v1.0.4) (2023-10-27)
547
993
 
548
994
 
549
- ### Features
995
+ ### devops
996
+
997
+ * Ignore dist/ when tooling/grepping ([d303385](https://github.com/IEBH/TERA-fy/commit/d303385cb1f872cfdeb2c660bac060297be4f731))
998
+
999
+ ### docs
1000
+
1001
+ * Updated API docs ([ed2d934](https://github.com/IEBH/TERA-fy/commit/ed2d9349f8654ad613f2a0356af9c61324c90297))
1002
+
1003
+ ### feat
550
1004
 
551
1005
  * Added TeraFy.set() + minor fixes ([ccf2221](https://github.com/IEBH/TERA-fy/commit/ccf222160aeb23b98c619f75da31099026df8544))
552
1006
  * Implemented prototype plugin structure ([4a35743](https://github.com/IEBH/TERA-fy/commit/4a357434606e0491b3626eacfbd3ff2307a341f0))
553
1007
 
1008
+ ### refactor
1009
+
1010
+ * getProjectStateSnapshot() -> getProjectState() ([5939df2](https://github.com/IEBH/TERA-fy/commit/5939df2290a7fb9697e9a0feb1803ed67d5b5bfd))
1011
+ * Move API generation to a single file ([5039530](https://github.com/IEBH/TERA-fy/commit/5039530527b5bb610b9e6ca6dcdd3e46959a4813))
1012
+ * Moved NPM:just-diff back to peerDeps as its likely to be needed anyway ([37e1235](https://github.com/IEBH/TERA-fy/commit/37e1235ca9f9619ecd6ad48b3527cc511c17b7f8))
1013
+
1014
+ ### task
1015
+
1016
+ * rebuild ([e4fc5b8](https://github.com/IEBH/TERA-fy/commit/e4fc5b88fba041e9ba2d6e24baa5cffcb12ab0f2))
1017
+
554
1018
 
555
1019
 
556
1020
  ## [1.0.3](https://github.com/IEBH/TERA-fy/compare/v1.0.2...v1.0.3) (2023-10-26)
557
1021
 
558
1022
 
559
- ### Bug Fixes
1023
+ ### fix
560
1024
 
561
1025
  * getProjectStateSnapshot() wasnt actually returning a result ([db1c572](https://github.com/IEBH/TERA-fy/commit/db1c572116c73f8dfdff8ace23f486afb9b8953c))
562
1026
 
@@ -565,22 +1029,46 @@
565
1029
  ## [1.0.2](https://github.com/IEBH/TERA-fy/compare/v1.0.1...v1.0.2) (2023-10-26)
566
1030
 
567
1031
 
568
- ### Features
1032
+ ### feat
569
1033
 
570
1034
  * Ping-pong RPC support with server<->client, added support for contexts to carry messages on server side ([15b970d](https://github.com/IEBH/TERA-fy/commit/15b970d0fa187c935f0dd7c2aba2d630e9e59b98))
571
1035
  * setActiveProject() ([c24158a](https://github.com/IEBH/TERA-fy/commit/c24158acca0cb7fc9e50b817e60a0644bbadf16e))
572
1036
 
1037
+ ### task
1038
+
1039
+ * Rebuild ([4d8dda2](https://github.com/IEBH/TERA-fy/commit/4d8dda2eebb18af3bee83420450829157bde3ee6))
1040
+
1041
+
1042
+
1043
+ ## [1.0.1](https://github.com/IEBH/TERA-fy/compare/b9559b5fd00693049399a8709d0be0430a051281...v1.0.1) (2023-10-26)
573
1044
 
574
1045
 
575
- ## [1.0.1](https://github.com/IEBH/TERA-fy/compare/74610c8b8347cb9e5e9b198d2caa0e9b1c6259f4...v1.0.1) (2023-10-26)
1046
+ ### docs
576
1047
 
1048
+ * Added LICENSE file ([5fa0933](https://github.com/IEBH/TERA-fy/commit/5fa0933a068001b3f84f891faa96afb8484ec778))
1049
+ * Basic README ([749d8d6](https://github.com/IEBH/TERA-fy/commit/749d8d62412f686d649e003e943de156b304e9c5))
1050
+ * Misc package.json fix ([c5b4ae4](https://github.com/IEBH/TERA-fy/commit/c5b4ae463f56a303fd03c72d086dc49194c28d04))
577
1051
 
578
- ### Bug Fixes
1052
+ ### feat
1053
+
1054
+ * DevMode toggling + better stylesheet handling + toggleFullscreen() ([cc96e76](https://github.com/IEBH/TERA-fy/commit/cc96e7659e02bee4410a07f319d34a1acdb001ec))
1055
+
1056
+ ### fix
579
1057
 
580
1058
  * Comms now working ([74610c8](https://github.com/IEBH/TERA-fy/commit/74610c8b8347cb9e5e9b198d2caa0e9b1c6259f4))
581
1059
  * Misc fixes ([8826eb4](https://github.com/IEBH/TERA-fy/commit/8826eb4f134ed921becdeb6fdc48a9d5b1cb716e))
582
1060
 
1061
+ ### refactor
583
1062
 
584
- ### Features
1063
+ * File rename ([79ab1cc](https://github.com/IEBH/TERA-fy/commit/79ab1ccf6919c2fcaa63348d72a8dfeff74687d9))
585
1064
 
586
- * DevMode toggling + better stylesheet handling + toggleFullscreen() ([cc96e76](https://github.com/IEBH/TERA-fy/commit/cc96e7659e02bee4410a07f319d34a1acdb001ec))
1065
+ ### task
1066
+
1067
+ * Added dist + docs auto-gen ([af4b6c1](https://github.com/IEBH/TERA-fy/commit/af4b6c16de615205026e28817d20162c069720b5))
1068
+ * Basic proof-of-concept ([835e175](https://github.com/IEBH/TERA-fy/commit/835e175a9c3b7f8bce17b44e2148de4e7523a4ce))
1069
+ * Cleanup package*.json ([9c3732c](https://github.com/IEBH/TERA-fy/commit/9c3732ccb8270262b27f2588783edd8f10403020))
1070
+ * iFrame example (non-functional) ([d0b3b36](https://github.com/IEBH/TERA-fy/commit/d0b3b3638ac92618911352768af0606b8e63c408))
1071
+ * Initial commit + hello world demo ([b9559b5](https://github.com/IEBH/TERA-fy/commit/b9559b5fd00693049399a8709d0be0430a051281))
1072
+ * Proof-of-concept using iFrame + postMessage ([47c9af8](https://github.com/IEBH/TERA-fy/commit/47c9af8b8d18aaf38ed37e5d7367dd193136bc07))
1073
+ * Prototype app ([69b14c2](https://github.com/IEBH/TERA-fy/commit/69b14c2d01083da52a4a522a3024f7c166cf2f1e))
1074
+ * Various cleanups now the solution has settled ([52fcc61](https://github.com/IEBH/TERA-fy/commit/52fcc61e7ec5f6d2489a7be8e83660a19ae827d7))