-
Removed unused code from alpha version.
-
Moved constants to
swell.Constants.*
.
Changed symbol swellrt to swell to avoid misspellings using the client
- Renamed
swellrt
main object toswell
. - Renamed
onReady()
method toready()
. - Renamed
__swellrt_config
to__swell_config
. - Renamed
__swellrt_config
to__swell_config
. - Renamed
__swellrt_editor_config
to__swell_editor_config
.
-
Argument changed:
swellrt.open()
method returns a promise or callback with passing the opened object as single argument. -
Method to property:
object.id
(Javascript) the object's id is now accessible as property. -
New method (Javascript):
object.get('property').js()
-
New method (Javascript):
object.get('property').json()
-
Method renamed:
getNode()
tonode()
in map and lists.