-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCHANGES
39 lines (31 loc) · 990 Bytes
/
CHANGES
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
v0.4.4 (03.18.2013)
* Bug Fix Removing Invalid Session (pejuam)
v0.4.3 (02.26.2013)
* Bug Fix for NGiNX (tmatilai)
v0.4.2 (02.11.2013)
* Styling Fixes
* Added "groups.active"
* Updated README
v0.4.1 (01.01.2013)
* Updated README
v0.4.0 (01.07.2013)
* Moved API Version and Path to Global Settings
* Change API Version from latest to v1 to prevent breakage on changes from Atlassian
* Changed crowd.base to be the URL for Crowd including context
* Added optional Remote Address to Session Functions
* Add Contributors to package.json
* Add missing "new" to Base Error Handler (tmatilai)
* Fix session.authenticate parameter opts.data (tmatilai)
* Enhanced ping unit test
* Updated NPM Version
v0.3.0 (12.19.2012)
Convert requests to use a "Content-Type" of "application/json"
Remove Dependancy on libxmljs
v0.2.3 (12.18.2012)
* Fixed context path problem
* Added CQL Search Function
v0.2.2 (12.18.2012)
* NPM Related Changes
v0.2.1 (12.18.2012)
* Updated README.md
* Created CHANGES