forked from remotestorage/remotestorage.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
126 lines (103 loc) · 3.13 KB
/
CHANGELOG.txt
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
0.7.0
=====
* big breaking change!
* introduces modules, and changes everything completely.
* nothing is the same as in version 0.6
0.6.9
=====
* make sure token is decoded before passing it as Authorization header
* Don't log confusing JSON parse error, if hasn't been stored yet
* update new webfinger format
* add read-write-web-00#webdav support
* add read-write-web-00#simple support
0.6.8
=====
* surfnet hardcoded list update
* add remoteStorage.createStorageInfo
* set client_id correctly
0.6.7
=====
* add fontys.nl to hardcoded
* fix getCollection
0.6.6
=====
* fix wrong error message when user address doesn't parse
* fix wrong requirement for global 'location' variable in nodejs
0.6.5
=====
* fix tests
* include surfnet pilot
* clean up storageInfo format
0.6.4
=====
* fix JRD syntax
0.6.3
=====
* no trailing slash after empty base path
0.6.2
=====
* fix legacy detection for OAuth scopes format
* on legacy storage, change all slashes to underscores except for the one between category and item
* deal with non-string user addresses in getStorageInfo
* allow hyphens and underscores in user part of user addresses
* revert all user addresses to lower case
* correct new rel to https://www.w3.org/community/rww/wiki/simple-00
0.6.1
=====
* fix the tests again
* add ':rw' or ':r' to OAuth scopes
* DON'T USE: the legacy format detection is broken in this revision
0.6.0
=====
* losen the requirement that the basePath you OAuth to should be a category, so now instead of 'category/key' we use 'basePath/relPath'
* DON'T USE: I later found out that the tests were not being run in this revision, so there are some bugs in it.
0.5.6
=====
* fix missing error handler in ajaxNode(). only affects remoteStorage-node.js
0.5.5
=====
* fix input typeof() checks. no big impact
0.5.4
=====
* fix a problem in xrd parsing. upgrading highly recommended
0.5.3
=====
* added guessStorageInfo fallback
* added temporary migration code for 160 users who are still on deprecated fakefinger
* works in combination with http://proxy.unhosted.org/checkIrisCouch
* added nodejs support
* added (non-functional) straw man code for IE
* pushing this version only for temp use in Libre Docs, don't use this at home until we test the new stuff some more
0.5.2
=====
* restructured code to make room for multi-platform
0.5.1
=====
* got rid of fakefinger again, and made webfinger code nicer
* to build, run 'cd build; node build.js'
0.5.0
=====
* BREAKING CHANGE in how you include the library: got rid of require.
* to build, run 'sh build.sh'
0.4.7
=====
* added r.js build script
0.4.6
=====
* moved tests to sinonjs, fixed some significant bugs in couch 409 handling
* added builds/ and downloads/ directories
* now returning (null, undefined) instead of (404, '') when an item is not found
0.4.5
=====
* switched from useraddress.net/fakefinger to proxy.unhosted.org/lookup
* fixed CouchDB _rev in DELETE https://github.com/unhosted/remoteStorage.js/issues/39
* removed dead code relating to single-origin webfinger
0.4.4
=====
* added unit tests
0.4.3
=====
* made requires relative
0.4.2
=====
* first public version of this library implementing http://unhosted.org/#developer