Releases: onlabsorg/olojs
Releases · onlabsorg/olojs
Last with Environment and viewer
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
Back to stores
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
Bug fixes
Read/write
- Partially redesigned the API
- Implemented read and delete environment operations
- Extended the documentation
Environment version
Removed stores and added environments and packages
Added store globals
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
0.4.1 Solved wrong link to /bin/olojs.js in package.json
Complete rewrite
Completely rewritten: new document system and new inline expression language.