This repository was archived by the owner on Dec 24, 2024. It is now read-only.
forked from josephg/ShareJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
josephg edited this page Aug 30, 2011
·
22 revisions
Action required: Anyone using the JSON type must now include <script src='share/json.js'/>
Action required: Manually specifying a hostname to connect to is now in the new socket.io style. See client docs for details.
- Improved support for sharejs types to live outside of the compiled code bundle.
- The JSON type now compiles separately (to
json.js). This has reduced the standard share.js client size significantly (14k -> 9.5k). - Renamed
DocumenttoDocto avoid confusion withwindow.Document - Changed the textarea code to use the new text API.
- ShareJS now uses socket.io 0.8 up from 0.6.
Action required: Anyone using the ace editor should include <script src='share/ace.js'/> instead of <script src='share/share-ace.js'/>
- Added support for type-specific APIs to be added to Document. Blog post
- Added
window.sharejs.versionandrequire('share').versionfields - Added more tests for the closure compiled code
- Removed documentation in /docs (thats what the wiki is for)
- Rewrote ace editor code to use new text API instead of generating ops directly
- Updated to the most recent version of ace (Issue #21)
- Renamed
share-ace.jstoace.js. Code using the ace editor should be updated.share-ace.jsis still there for now, but it will be removed in a subsequent version of ShareJS.