Skip to content

Releases: onlabsorg/olojs

Last with Environment and viewer

20 Dec 22:25

Choose a tag to compare

Pre-release

This is the last version containing the Environment object and a browser viewer. From version v0.16.0, the library will be simplified and some functionalities migrated to external packages.

v0.14.0

31 Oct 21:46

Choose a tag to compare

v0.14.0 Pre-release
Pre-release

Starting from this release, the Swan expression language is an independent project. Now olojs imports swan-js as a dependency.

Back to stores

17 Oct 21:54

Choose a tag to compare

Back to stores Pre-release
Pre-release

The environment backend is defined by a store object. The backend system of v0.12.x, based on protocols and routes, was too cumbersome. Mounting multiple repositories to the environment tree, can now be achieved by using a Router as environment store.

v0.9.9

14 Sep 19:49

Choose a tag to compare

v0.9.9 Pre-release
Pre-release
built v 0.9.9

Bug fixes

20 Mar 23:30

Choose a tag to compare

Bug fixes Pre-release
Pre-release

Fixed a bug with __render__.

Read/write

15 Mar 20:57

Choose a tag to compare

Read/write Pre-release
Pre-release
  • Partially redesigned the API
  • Implemented read and delete environment operations
  • Extended the documentation

Environment version

20 Jan 20:00

Choose a tag to compare

Environment version Pre-release
Pre-release

Removed stores and added environments and packages

Added store globals

09 Jan 05:25

Choose a tag to compare

Added store globals Pre-release
Pre-release

A store now has its own specific context globals.
The doc.createContext method now defines a context with the store globals.

Solved CLI installation bug

07 Jan 12:16

Choose a tag to compare

Pre-release
0.4.1

Solved wrong link to /bin/olojs.js in package.json

Complete rewrite

07 Jan 11:54

Choose a tag to compare

Complete rewrite Pre-release
Pre-release

Completely rewritten: new document system and new inline expression language.