Releases: evrythng/evrythng.js
Releases · evrythng/evrythng.js
v4.6.0
Features
- Schemas: Add Schema resource in Operator scope.
v4.5.1
Bug fixes
- Permissions: Add support for old Permission API.
v4.5.0
Features
- Permissions: Add Permission resource to Roles.
v4.4.1
Bug fixes
- HTTP: Fix incorrect Content-Type header check in Node.
v4.4.0
Features
- Roles: Add Role resource in Operator and User scope.
v4.3.0
v4.3.0 (30-01-2017)
Features
- Files: CRD access in the Operator scope.
v4.2.0
v4.2.0 (10-01-2017)
Features
- Scopes: Read data from any scope on creation via
$init
.
v4.1.0
v4.1.0 (12-10-2016)
Features
- Reactor scripts: Add nested reactor script status
resourceapp.reactor.script().status()
.
v4.0.1
Bug fixes
- Auth: Allow to pass FB initialization settings
- Auth: Read user details when login in application
v4.0.0
Breaking changes
- Reactor logs: Move
app.reactorLog()
resource within theapp.reactor.log()
namespace
(only available in evrythng-extended.js). - Search: Global
.search()
has been removed to match API. Use filters instead. - Multimedia: Multimedia resource has been removed to match API.
Features
- Reactor schedules: Add Reactor schedules resource in the
app.reactor.schedule()
namespace
(only available in evrythng-extended.js). - Reactor scripts: Add Reactor scripts resource in the
app.reactor.script()
namespace
(only available in evrythng-extended.js).