-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGELOG
50 lines (31 loc) · 1.29 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
** RELEASE 0.3.0 (2013-08-27) **
* 100th commit, woot!
* Target version 1.2.8 of API
* Added EtherpadLite::API_VERSION constant to reflect the above
* Added EtherpadLite::Pad#diff (EtherpadLite::Diff)
* Added EtherpadLite::Pad#changeset
** RELEASE 0.2.3 (2013-04-11) **
* Add support for Chat API
* Default to the latest supported API version on the server
** RELEASE 0.2.2 (2013-01-20) **
* Support for Etherpad Lite API v1.2.1
** RELEASE 0.2.1 (2012-12-13) **
* Support for the Etherpad Lite 1.2 release
** RELEASE 0.2.0 (2012-09-29) **
* Adds support for multiple API versions
* Use rest_client
** RELEASE 0.1.0 (07/07/2012) **
* Requires Etherpad Lite 1.1+
* Added support for getHTML, setHTML, listAuthorsOfPad, listPadsOfAuthor, getLastEdited, and padUsersCount
* Uses POST for API calls which alter data - this allows much larger pad content to be written
* Various minor improvements and bugfixes
* More complete documentation and examples
** RELEASE 0.0.4 (09/12/2011) **
* Bugfix to Pads. A Pad initialied with a specific revision was not returning that revision's text.
** RELEASE 0.0.3 (09/06/2011) **
* Added Instance#get_session
* Bugfixes to sessions
** RELEASE 0.0.2 (09/05/2011) **
* Bugfix to Pad#private=, documentation updates
** RELEASE 0.0.1 (08/30/2011) **
* Initial release