Releases: ekuiter/variED
Releases · ekuiter/variED
v0.6.2
v0.6.1
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4.0
- Migrated from JavaScript to TypeScript. This eliminates many bugs from the get-go and also improves source code comprehension. - Server support for projects and artifacts to allow for multiple collaboration sessions on the same server. (As of now, this is not implemented on the client, so this version is in fact not fully functional - but the TypeScript migration deserves a version bump anyway.) - More fine-grained logging. Logging methods take lambdas (() => any). This way the log entries may be lazy-loaded to avoid overhead when logging is disabled.