Skip to content

Releases: ekuiter/variED

v0.6.2

24 Mar 16:38
Compare
Choose a tag to compare
Updated package versions

v0.6.1

23 Mar 23:41
Compare
Choose a tag to compare
Fixed failing tests

v0.5.4

03 Feb 12:23
Compare
Choose a tag to compare
- Added Clojure collaboration kernel
- Testing kernel with Travis and Heroku

v0.5.3

20 Nov 20:47
Compare
Choose a tag to compare
- UUIDs for feature identification
- read-only cross-tree constraint view

v0.5.2

03 Nov 16:12
Compare
Choose a tag to compare
Deploy WAR file directly to Heroku (no build needed)

v0.5.1

03 Nov 16:01
Compare
Choose a tag to compare
- improved Command Palette
- transpile operations to JavaScript

v0.5.0

30 Oct 10:36
Compare
Choose a tag to compare
Collaborative sessions, projects and artifacts

v0.4.2

22 Oct 18:45
Compare
Choose a tag to compare
Improved command palette

v0.4.1

21 Oct 19:28
Compare
Choose a tag to compare
Command Palette

v0.4.0

20 Oct 18:30
Compare
Choose a tag to compare
- 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.