forked from riquito/Baobab
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
31 lines (20 loc) · 704 Bytes
/
CHANGELOG
File metadata and controls
31 lines (20 loc) · 704 Bytes
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
v1.3.0
* moveNodeAtIndex() didn't preserve the requested index when
moving a node after a greater (at his right) sibling
* moving a first child node to index 0 with moveNodeAtIndex
incorrectly produced an error
v1.2.1 (2014-01-26)
* code linting
* added composer.json
v1.2.0 (2014-01-19)
* insertNodeAtIndex can insert nodes at index 0
* moveNodeAtIndex can move nodes at index 0
v1.1.1 (2014-01-11)
* added a README file in the test directory
* fixed version in the sql main file (was too old)
* added this CHANGELOG file
v1.1 (2013-12-29)
* fixed errors caused by new default behaviour of MySQL 5.5
during subtractions between positive integers
v1.0 (2011-01-29)
* first public release