@iebh/tera-fy 1.0.20 → 1.0.23

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 ADDED
@@ -0,0 +1,272 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
+
5
+ ## [1.0.23](https://github.com/IEBH/TERA-fy/compare/v1.0.22...v1.0.23) (2024-04-04)
6
+
7
+ ## <small>1.0.22 (2024-04-04)</small>
8
+
9
+ * chore(release): 1.0.21 ([9da4c7d](https://github.com/IEBH/TERA-fy/commit/9da4c7d))
10
+ * chore(release): 1.0.22 ([2ae789a](https://github.com/IEBH/TERA-fy/commit/2ae789a))
11
+ * fix: Missing Promise chain response during setProjectState() ([1fb7f29](https://github.com/IEBH/TERA-fy/commit/1fb7f29))
12
+
13
+
14
+
15
+ ## <small>1.0.21 (2024-04-03)</small>
16
+
17
+ * 1.0.21 ([7c78b7e](https://github.com/IEBH/TERA-fy/commit/7c78b7e))
18
+ * docs: Rebuild ([080a0d2](https://github.com/IEBH/TERA-fy/commit/080a0d2))
19
+ * feat: More edits to <tera-file-select/> ([efc49f7](https://github.com/IEBH/TERA-fy/commit/efc49f7))
20
+ * feat: Moved ProjectLibrary file into its own classdef + added more file setter methods ([6c8eac3](https://github.com/IEBH/TERA-fy/commit/6c8eac3))
21
+ * feat: Stash + retrieve login data from LocalStorage when using embed + popup window workaround metho ([e9ec32c](https://github.com/IEBH/TERA-fy/commit/e9ec32c))
22
+ * refactor: Seperate Embed workaround code into its own function ([984c37a](https://github.com/IEBH/TERA-fy/commit/984c37a))
23
+ * fix: Added projectFile class build to frontend scripts ([b21fe29](https://github.com/IEBH/TERA-fy/commit/b21fe29))
24
+ * fix: Missing dep ([9bf58e4](https://github.com/IEBH/TERA-fy/commit/9bf58e4))
25
+
26
+
27
+
28
+ ## <small>1.0.20 (2024-04-02)</small>
29
+
30
+ * 1.0.20 ([5c20b5c](https://github.com/IEBH/TERA-fy/commit/5c20b5c))
31
+ * docs: Doc rebuild ([841f04f](https://github.com/IEBH/TERA-fy/commit/841f04f))
32
+ * fix: Yet more $auth screw-around with window.opener magic ([d140da1](https://github.com/IEBH/TERA-fy/commit/d140da1))
33
+
34
+
35
+
36
+ ## <small>1.0.19 (2024-04-02)</small>
37
+
38
+ * 1.0.19 ([0593adb](https://github.com/IEBH/TERA-fy/commit/0593adb))
39
+ * docs: Docs rebuild ([0c39fa2](https://github.com/IEBH/TERA-fy/commit/0c39fa2))
40
+ * feat: Start on <tera-library-select/> Vue component ([aa42855](https://github.com/IEBH/TERA-fy/commit/aa42855))
41
+ * devops: Added sanity check for $auth sticking in a loop on the server ([23f197d](https://github.com/IEBH/TERA-fy/commit/23f197d))
42
+ * devops: Disabled sourcemapping as its too much of a headfuck when its not mapping correctly ([f9f6b76](https://github.com/IEBH/TERA-fy/commit/f9f6b76))
43
+
44
+
45
+
46
+ ## <small>1.0.18 (2024-04-02)</small>
47
+
48
+ * 1.0.18 ([fa9d2db](https://github.com/IEBH/TERA-fy/commit/fa9d2db))
49
+ * docs: Misc comment / code cleanup ([b1e0e38](https://github.com/IEBH/TERA-fy/commit/b1e0e38))
50
+ * docs: Rebuild all files + docs ([a73a69a](https://github.com/IEBH/TERA-fy/commit/a73a69a))
51
+ * docs: Rebuild docs ([623c4e4](https://github.com/IEBH/TERA-fy/commit/623c4e4))
52
+ * feat: Added method to try authenticating locally via a popup when in embedded mode ([7286958](https://github.com/IEBH/TERA-fy/commit/7286958))
53
+ * feat: Added prototype window mode for client ([9241854](https://github.com/IEBH/TERA-fy/commit/9241854))
54
+ * feat: Added subclassable {has,get,set}Path methods to client for state setting ([a4acedf](https://github.com/IEBH/TERA-fy/commit/a4acedf))
55
+ * feat: Button selection when using uiAlert() ([118223f](https://github.com/IEBH/TERA-fy/commit/118223f))
56
+ * feat: getUser({forceRetry:Boolean}) ([15b8efd](https://github.com/IEBH/TERA-fy/commit/15b8efd))
57
+ * feat: uiSplat() + uiWindow() ([a72fc33](https://github.com/IEBH/TERA-fy/commit/a72fc33))
58
+ * refactor: Juggle various {,peer,optional}depedencies config ([aee116a](https://github.com/IEBH/TERA-fy/commit/aee116a))
59
+ * refactor: Promise Deferred util ([8e4f1a8](https://github.com/IEBH/TERA-fy/commit/8e4f1a8))
60
+ * refactor: Stepped auth when calling requireUser() ([562798a](https://github.com/IEBH/TERA-fy/commit/562798a))
61
+ * devops: Added `npm run watch` script to main to rebuild client libraries on change ([48fa42a](https://github.com/IEBH/TERA-fy/commit/48fa42a))
62
+ * fix: Auto call to requireProject() in Vue2 mode ([f592cfb](https://github.com/IEBH/TERA-fy/commit/f592cfb))
63
+ * fix: Dont rely on server auth populating $auth.user.id ([73f8c85](https://github.com/IEBH/TERA-fy/commit/73f8c85))
64
+ * fix: Logic error when setting project state ([7fcd826](https://github.com/IEBH/TERA-fy/commit/7fcd826))
65
+ * fix: Subclass _pathSet() when in Vue2 mode ([ea5537e](https://github.com/IEBH/TERA-fy/commit/ea5537e))
66
+
67
+
68
+
69
+ ## <small>1.0.17 (2024-03-14)</small>
70
+
71
+ * 1.0.17 ([51c98a7](https://github.com/IEBH/TERA-fy/commit/51c98a7))
72
+ * refactor: getProjectLibrary() -> parseProjectLibrary() ([f477c9d](https://github.com/IEBH/TERA-fy/commit/f477c9d))
73
+ * refactor: Split selectProjectLibrary() -> selectProjectFile() + selectProjectLibrary() + added stub ([1e3d517](https://github.com/IEBH/TERA-fy/commit/1e3d517))
74
+ * fix: Typo ([98fad09](https://github.com/IEBH/TERA-fy/commit/98fad09))
75
+ * docs: Added File Hints reference ([bfbeb24](https://github.com/IEBH/TERA-fy/commit/bfbeb24))
76
+ * docs: Rebuild docs ([954d7b9](https://github.com/IEBH/TERA-fy/commit/954d7b9))
77
+ * feat: Filled out stubs for {get,set,select}ProjectLibrary() ([0bdbfd9](https://github.com/IEBH/TERA-fy/commit/0bdbfd9))
78
+
79
+
80
+
81
+ ## <small>1.0.16 (2024-03-06)</small>
82
+
83
+ * 1.0.16 ([dcd0fe0](https://github.com/IEBH/TERA-fy/commit/dcd0fe0))
84
+ * feat: getLibraryFile() now supports multiple file transforms before handing contents to requester ([e413bd9](https://github.com/IEBH/TERA-fy/commit/e413bd9))
85
+ * fix: 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/47598b2))
86
+
87
+
88
+
89
+ ## <small>1.0.15 (2024-02-29)</small>
90
+
91
+ * 1.0.15 ([9e4e450](https://github.com/IEBH/TERA-fy/commit/9e4e450))
92
+ * docs: Rebuild docs ([83e9ddc](https://github.com/IEBH/TERA-fy/commit/83e9ddc))
93
+ * feat: requireUser() + call to it from requireProject() ([d4eedfa](https://github.com/IEBH/TERA-fy/commit/d4eedfa))
94
+ * feat: uiAlert() ([09da928](https://github.com/IEBH/TERA-fy/commit/09da928))
95
+ * ux: Bypass requestFocus() actions when already operating as top-level TERA ([9e2515d](https://github.com/IEBH/TERA-fy/commit/9e2515d))
96
+
97
+
98
+
99
+ ## <small>1.0.14 (2024-02-27)</small>
100
+
101
+ * 1.0.14 ([fd53cdc](https://github.com/IEBH/TERA-fy/commit/fd53cdc))
102
+ * fix: yet more fixes to Live version of TERA-fy deployed to Live TERA ([f72fb8d](https://github.com/IEBH/TERA-fy/commit/f72fb8d))
103
+
104
+
105
+
106
+ ## <small>1.0.13 (2024-02-27)</small>
107
+
108
+ * 1.0.13 ([be6b15f](https://github.com/IEBH/TERA-fy/commit/be6b15f))
109
+ * task: Rebuild /dist ([09fa084](https://github.com/IEBH/TERA-fy/commit/09fa084))
110
+ * feat: Added @vue/cli-service compatible version (ESM + ES2019 spec) ([56501c9](https://github.com/IEBH/TERA-fy/commit/56501c9))
111
+ * feat: TERA-fy client can now opt-in to sandbox overrides in dev mode ([550ac9c](https://github.com/IEBH/TERA-fy/commit/550ac9c))
112
+ * fix: Wrong DOM reference when searching for external iFrame from top-level TERA window ([51a0ab8](https://github.com/IEBH/TERA-fy/commit/51a0ab8))
113
+ * fix: Wrong external referencing for Vue2 plugin ([ddd7068](https://github.com/IEBH/TERA-fy/commit/ddd7068))
114
+ * ux: Provide each plugin with a copy of the TERA-fy client settings during init ([705ac7b](https://github.com/IEBH/TERA-fy/commit/705ac7b))
115
+
116
+
117
+
118
+ ## <small>1.0.12 (2024-02-22)</small>
119
+
120
+ * 1.0.12 ([4b6a9a8](https://github.com/IEBH/TERA-fy/commit/4b6a9a8))
121
+ * docs: Docs rebuild ([ac52784](https://github.com/IEBH/TERA-fy/commit/ac52784))
122
+ * docs: Rebuild docs ([b95d407](https://github.com/IEBH/TERA-fy/commit/b95d407))
123
+ * feat: Added setProjectStateDefaults() to make priming defaults easier ([55a6ce8](https://github.com/IEBH/TERA-fy/commit/55a6ce8))
124
+ * test: Dropped the defunct terafy.subscribeProjectState demo ([01e585b](https://github.com/IEBH/TERA-fy/commit/01e585b))
125
+ * refactor: Various misc cleanup ([7c19c26](https://github.com/IEBH/TERA-fy/commit/7c19c26))
126
+ * fix: Tweaks to what is included in the NPM tarball ([e2cf7e0](https://github.com/IEBH/TERA-fy/commit/e2cf7e0))
127
+
128
+
129
+
130
+ ## <small>1.0.11 (2024-02-21)</small>
131
+
132
+ * 1.0.11 ([d5638b8](https://github.com/IEBH/TERA-fy/commit/d5638b8))
133
+ * fix: Added @mfdc/supabase-reactive as a dep for the Vue plugins ([2f7900d](https://github.com/IEBH/TERA-fy/commit/2f7900d))
134
+ * feat: Added events / EventEmitter pattern to accept flushed updates from server ([458ce79](https://github.com/IEBH/TERA-fy/commit/458ce79))
135
+ * feat: Client can now tell server where its loaded from via setServerMode() ([b7c5fc0](https://github.com/IEBH/TERA-fy/commit/b7c5fc0))
136
+ * feat: Updated Vue plugins (2+3) to handle remote project state changes ([0abf7b4](https://github.com/IEBH/TERA-fy/commit/0abf7b4))
137
+ * docs: Updated function signatures between client & server ([dc1117a](https://github.com/IEBH/TERA-fy/commit/dc1117a))
138
+ * refactor: Move horrible mixin() handler into its own utility library ([713e26b](https://github.com/IEBH/TERA-fy/commit/713e26b))
139
+
140
+
141
+
142
+ ## <small>1.0.10 (2024-02-18)</small>
143
+
144
+ * 1.0.10 ([bac8908](https://github.com/IEBH/TERA-fy/commit/bac8908))
145
+ * docs: Added API docs for TERA-fy client ([ca34abf](https://github.com/IEBH/TERA-fy/commit/ca34abf))
146
+ * docs: Added example invocation for Vue plugins ([5205235](https://github.com/IEBH/TERA-fy/commit/5205235))
147
+ * docs: Added header area to playground + fixed TeraFy JS url ([2fdd565](https://github.com/IEBH/TERA-fy/commit/2fdd565))
148
+ * docs: Added link to generated docs pages ([7670ff9](https://github.com/IEBH/TERA-fy/commit/7670ff9))
149
+ * docs: Added stub functions to client so that JSDoc can pick them up ([371a18e](https://github.com/IEBH/TERA-fy/commit/371a18e))
150
+ * docs: API doc build process + first generation build ([81c7ff4](https://github.com/IEBH/TERA-fy/commit/81c7ff4))
151
+ * docs: Documentation compiler is now more specific about doc listing order ([6353f15](https://github.com/IEBH/TERA-fy/commit/6353f15))
152
+ * docs: Dont allow project changing if there are no projects listed ([3aff5dc](https://github.com/IEBH/TERA-fy/commit/3aff5dc))
153
+ * docs: More API adjustment options ([1cd8a1d](https://github.com/IEBH/TERA-fy/commit/1cd8a1d))
154
+ * docs: More docs tidying ([1d2911f](https://github.com/IEBH/TERA-fy/commit/1d2911f))
155
+ * docs: More links in README + small cleanup ([6729637](https://github.com/IEBH/TERA-fy/commit/6729637))
156
+ * docs: Move playground into docs folder ([07d5d45](https://github.com/IEBH/TERA-fy/commit/07d5d45))
157
+ * docs: Rebuild docs ([709241c](https://github.com/IEBH/TERA-fy/commit/709241c))
158
+ * docs: Reformat links to TERA-Explorer ([8d2242a](https://github.com/IEBH/TERA-fy/commit/8d2242a))
159
+ * docs: Various docs fixups ([4add13a](https://github.com/IEBH/TERA-fy/commit/4add13a))
160
+ * docs: Yet more import nonsense with ESM files ([5c41b6b](https://github.com/IEBH/TERA-fy/commit/5c41b6b))
161
+ * fix: Better reaction when there is no active user login ([48bd61f](https://github.com/IEBH/TERA-fy/commit/48bd61f))
162
+ * fix: Debugging artefacts ([61d559b](https://github.com/IEBH/TERA-fy/commit/61d559b))
163
+ * fix: Dont allow plugins to override the main init() function - instead call them after that function ([7db3ba0](https://github.com/IEBH/TERA-fy/commit/7db3ba0))
164
+ * fix: Plugins init() functions are now called AFTER all other init functionaly has finished + they ar ([4757597](https://github.com/IEBH/TERA-fy/commit/4757597))
165
+ * fix(plugins/vue2): Handle Vue2 giving us a broken diff on Observable write ([d72a143](https://github.com/IEBH/TERA-fy/commit/d72a143))
166
+ * feat: createProjectStatePatch() to avoid having to do this manually in each plugin ([5414a22](https://github.com/IEBH/TERA-fy/commit/5414a22))
167
+ * feat: init() can now accept an options object ([0ee55b7](https://github.com/IEBH/TERA-fy/commit/0ee55b7))
168
+ * feat: Prototype project subscription process (untested) ([f13b957](https://github.com/IEBH/TERA-fy/commit/f13b957))
169
+ * feat: Various project-state patch handling functionality now implemented ([8260808](https://github.com/IEBH/TERA-fy/commit/8260808))
170
+ * feat(vue2): Largish refactor to support Vue2 + Vue3 plugins ([2abcecc](https://github.com/IEBH/TERA-fy/commit/2abcecc))
171
+ * task: Rebuild ([19766d7](https://github.com/IEBH/TERA-fy/commit/19766d7))
172
+ * task: Rebuild package-lock ([a83e654](https://github.com/IEBH/TERA-fy/commit/a83e654))
173
+ * task: Update API playground to match API signatures ([d483ec3](https://github.com/IEBH/TERA-fy/commit/d483ec3))
174
+ * refactor: Swap NPM:jsdoc -> NPM:documentation ([212ed1a](https://github.com/IEBH/TERA-fy/commit/212ed1a))
175
+
176
+
177
+
178
+ ## <small>1.0.9 (2023-11-09)</small>
179
+
180
+ * 1.0.9 ([d06538c](https://github.com/IEBH/TERA-fy/commit/d06538c))
181
+ * feat: getProjectLibrary() now working ([019dacd](https://github.com/IEBH/TERA-fy/commit/019dacd))
182
+ * feat(getProjectFiles): Added getProjectFiles() ([b3804a5](https://github.com/IEBH/TERA-fy/commit/b3804a5))
183
+
184
+
185
+
186
+ ## <small>1.0.8 (2023-11-02)</small>
187
+
188
+ * 1.0.8 ([b248a04](https://github.com/IEBH/TERA-fy/commit/b248a04))
189
+ * fix(plugins/vue): Various load race conditions for the Vue loader ([aa9c77c](https://github.com/IEBH/TERA-fy/commit/aa9c77c))
190
+ * feat: Tera-Fy can now communicate upwards (window.parent) or downwards (via iFrame) depending on its ([0c8d30d](https://github.com/IEBH/TERA-fy/commit/0c8d30d))
191
+
192
+
193
+
194
+ ## <small>1.0.7 (2023-11-02)</small>
195
+
196
+ * 1.0.7 ([f95e0d4](https://github.com/IEBH/TERA-fy/commit/f95e0d4))
197
+ * refactor(plugins/vue): Move project list to $tera.list -> $tera.projects ([2b01e24](https://github.com/IEBH/TERA-fy/commit/2b01e24))
198
+ * feat(plugins/vue): Better project + project list binding ([2d46189](https://github.com/IEBH/TERA-fy/commit/2d46189))
199
+ * fix: Misc fixes ([2bd5e03](https://github.com/IEBH/TERA-fy/commit/2bd5e03))
200
+
201
+
202
+
203
+ ## <small>1.0.6 (2023-11-01)</small>
204
+
205
+ * 1.0.6 ([eaf435a](https://github.com/IEBH/TERA-fy/commit/eaf435a))
206
+ * fix: Better error tracking methods with CLIENT|SERVER.debug() + try barriers around sendRaw() ([b4062b3](https://github.com/IEBH/TERA-fy/commit/b4062b3))
207
+ * fix: client.init() now returns its own instance in the promise payload so it can be awaited ([05d6611](https://github.com/IEBH/TERA-fy/commit/05d6611))
208
+ * fix: Minor typo in package when generating docs ([626a7fc](https://github.com/IEBH/TERA-fy/commit/626a7fc))
209
+ * fix: Placehoder in Vue plugin to load basic project skeleton ([f530e51](https://github.com/IEBH/TERA-fy/commit/f530e51))
210
+ * refactor: Code tidy + injectComms() now waits o the frame responding ([14491d3](https://github.com/IEBH/TERA-fy/commit/14491d3))
211
+ * docs: Added example to README ([40a564b](https://github.com/IEBH/TERA-fy/commit/40a564b))
212
+
213
+
214
+
215
+ ## <small>1.0.5 (2023-10-31)</small>
216
+
217
+ * 1.0.5 ([33ab63e](https://github.com/IEBH/TERA-fy/commit/33ab63e))
218
+ * fix: Change default tera-tools endpoint to live site ([ca4a595](https://github.com/IEBH/TERA-fy/commit/ca4a595))
219
+ * fix: Various fixes to the mixin infrastructure ([27ce126](https://github.com/IEBH/TERA-fy/commit/27ce126))
220
+ * refactor: Moved plugins to a more logical location ([67821c5](https://github.com/IEBH/TERA-fy/commit/67821c5))
221
+ * refactor: Reuse this.set() in constructor if handed options ([c02a51b](https://github.com/IEBH/TERA-fy/commit/c02a51b))
222
+
223
+
224
+
225
+ ## <small>1.0.4 (2023-10-27)</small>
226
+
227
+ * 1.0.4 ([92f418b](https://github.com/IEBH/TERA-fy/commit/92f418b))
228
+ * docs: Updated API docs ([ed2d934](https://github.com/IEBH/TERA-fy/commit/ed2d934))
229
+ * refactor: getProjectStateSnapshot() -> getProjectState() ([5939df2](https://github.com/IEBH/TERA-fy/commit/5939df2))
230
+ * refactor: Move API generation to a single file ([5039530](https://github.com/IEBH/TERA-fy/commit/5039530))
231
+ * refactor: Moved NPM:just-diff back to peerDeps as its likely to be needed anyway ([37e1235](https://github.com/IEBH/TERA-fy/commit/37e1235))
232
+ * feat: Added TeraFy.set() + minor fixes ([ccf2221](https://github.com/IEBH/TERA-fy/commit/ccf2221))
233
+ * feat: Implemented prototype plugin structure ([4a35743](https://github.com/IEBH/TERA-fy/commit/4a35743))
234
+ * task: rebuild ([e4fc5b8](https://github.com/IEBH/TERA-fy/commit/e4fc5b8))
235
+ * devops: Ignore dist/ when tooling/grepping ([d303385](https://github.com/IEBH/TERA-fy/commit/d303385))
236
+
237
+
238
+
239
+ ## <small>1.0.3 (2023-10-26)</small>
240
+
241
+ * 1.0.3 ([391bb97](https://github.com/IEBH/TERA-fy/commit/391bb97))
242
+ * fix: getProjectStateSnapshot() wasnt actually returning a result ([db1c572](https://github.com/IEBH/TERA-fy/commit/db1c572))
243
+
244
+
245
+
246
+ ## <small>1.0.2 (2023-10-26)</small>
247
+
248
+ * 1.0.2 ([1141bc4](https://github.com/IEBH/TERA-fy/commit/1141bc4))
249
+ * task: Rebuild ([4d8dda2](https://github.com/IEBH/TERA-fy/commit/4d8dda2))
250
+ * feat: Ping-pong RPC support with server<->client, added support for contexts to carry messages on se ([15b970d](https://github.com/IEBH/TERA-fy/commit/15b970d))
251
+ * feat: setActiveProject() ([c24158a](https://github.com/IEBH/TERA-fy/commit/c24158a))
252
+
253
+
254
+
255
+ ## <small>1.0.1 (2023-10-26)</small>
256
+
257
+ * 1.0.1 ([637c256](https://github.com/IEBH/TERA-fy/commit/637c256))
258
+ * feat: DevMode toggling + better stylesheet handling + toggleFullscreen() ([cc96e76](https://github.com/IEBH/TERA-fy/commit/cc96e76))
259
+ * docs: Added LICENSE file ([5fa0933](https://github.com/IEBH/TERA-fy/commit/5fa0933))
260
+ * docs: Basic README ([749d8d6](https://github.com/IEBH/TERA-fy/commit/749d8d6))
261
+ * docs: Misc package.json fix ([c5b4ae4](https://github.com/IEBH/TERA-fy/commit/c5b4ae4))
262
+ * task: Added dist + docs auto-gen ([af4b6c1](https://github.com/IEBH/TERA-fy/commit/af4b6c1))
263
+ * task: Basic proof-of-concept ([835e175](https://github.com/IEBH/TERA-fy/commit/835e175))
264
+ * task: Cleanup package*.json ([9c3732c](https://github.com/IEBH/TERA-fy/commit/9c3732c))
265
+ * task: iFrame example (non-functional) ([d0b3b36](https://github.com/IEBH/TERA-fy/commit/d0b3b36))
266
+ * task: Initial commit + hello world demo ([b9559b5](https://github.com/IEBH/TERA-fy/commit/b9559b5))
267
+ * task: Proof-of-concept using iFrame + postMessage ([47c9af8](https://github.com/IEBH/TERA-fy/commit/47c9af8))
268
+ * task: Prototype app ([69b14c2](https://github.com/IEBH/TERA-fy/commit/69b14c2))
269
+ * task: Various cleanups now the solution has settled ([52fcc61](https://github.com/IEBH/TERA-fy/commit/52fcc61))
270
+ * fix: Comms now working ([74610c8](https://github.com/IEBH/TERA-fy/commit/74610c8))
271
+ * fix: Misc fixes ([8826eb4](https://github.com/IEBH/TERA-fy/commit/8826eb4))
272
+ * refactor: File rename ([79ab1cc](https://github.com/IEBH/TERA-fy/commit/79ab1cc))
package/README.md CHANGED
@@ -9,6 +9,7 @@ TERA website worker, intended to be embedded with TERA tools.
9
9
  - [Live standalone version](https://explorer.tera-tools.com/)
10
10
  - [Live Embedded version](https://tera-tools.com/explorer)
11
11
  * [File Hints reference](./hints.md)
12
+ * [Changelog](./CHANGELOG.md)
12
13
 
13
14
  TERA-fy is a add-on module which extends 3rd party tools with functionality from the [TERA](https://tera-tools.com) project. It provides various functionality like data sync with the parent TERA instance, file upload/download, citation library access and other utilities.
14
15