-
Removed unused code from alpha version.
-
Moved constants to
swell.Constants.*.
Changed symbol swellrt to swell to avoid misspellings using the client
- Renamed
swellrtmain object toswell. - Renamed
onReady()method toready(). - Renamed
__swellrt_configto__swell_config. - Renamed
__swellrt_configto__swell_config. - Renamed
__swellrt_editor_configto__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.