Skip to content

Commit

Permalink
Removing old stuff and syntax refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojan committed Jun 20, 2017
1 parent ef89c33 commit 61b6455
Show file tree
Hide file tree
Showing 163 changed files with 111 additions and 21,194 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,18 @@
### June 19, 2017

- Removed unused code from alpha version.

### June, 18, 2017
- Moved constants to `swell.Constants.*`.

Changed symbol *swellrt* to *swell* to avoid misspellings using the client

- Renamed `swellrt` main object to `swell`.
- Renamed `onReady()` method to `ready()`.
- Renamed `__swellrt_config` to `__swell_config`.
- Renamed `__swellrt_config` to `__swell_config`.
- Renamed `__swellrt_editor_config` to `__swell_editor_config`.

### June 18, 2017

- Argument changed: `swellrt.open()` method returns a promise or callback with passing the opened object as single argument.

Expand Down

This file was deleted.

179 changes: 0 additions & 179 deletions wave/src/main/java/org/swellrt/api/BrowserSession.java

This file was deleted.

0 comments on commit 61b6455

Please sign in to comment.