@iebh/tera-fy 1.13.4 → 1.14.0

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