Start all list items in the changelog with capital letters
authorGarret Alfert <alfert@wevelop.de>
Thu, 31 Oct 2013 23:54:48 +0000 (00:54 +0100)
committerGarret Alfert <alfert@wevelop.de>
Thu, 31 Oct 2013 23:54:48 +0000 (00:54 +0100)
CHANGELOG.md

index e03ae55..038fce6 100644 (file)
@@ -5,12 +5,12 @@ All releases can also be found and downloaded on the
 
 ## 0.8.2 (October 2013)
 
-* size reduced by almost 25%, to 34K minified, gzipped
-* fixes issues with non-ASCII characters in item names
-* fixes unnecessary polling of documents whose entry in the parent directory
+* Size reduced by almost 25%, to 34K minified, gzipped
+* Fixes issues with non-ASCII characters in item names
+* Fixes unnecessary polling of documents whose entry in the parent directory
   did not change
-* widget fixes
-* compatible with [remotestorage-02](https://github.com/remotestorage/spec/blob/master/draft-dejong-remotestorage-head.txt)
+* Widget fixes
+* Compatible with [remotestorage-02](https://github.com/remotestorage/spec/blob/master/draft-dejong-remotestorage-head.txt)
   (although nothing needed to change for this)
 
 ## 0.8.1 (August 2013)
@@ -48,127 +48,127 @@ All releases can also be found and downloaded on the
 
 ## 0.7.0 (January 2013)
 
-* big breaking change!
-* introduces modules, and changes everything completely.
-* nothing is the same as in version 0.6
+* 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
+* 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
+* Surfnet hardcoded list update
+* Add remoteStorage.createStorageInfo
+* Set client_id correctly
 
 ## 0.6.7
 
-* add fontys.nl to hardcoded
-* fix getCollection
+* 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
+* 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
+* Fix tests
+* Include surfnet pilot
+* Clean up storageInfo format
 
 ## 0.6.4
 
-* fix JRD syntax
+* Fix JRD syntax
 
 ## 0.6.3
 
-* no trailing slash after empty base path
+* 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
+* 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
+* 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'
+* 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
+* Fix missing error handler in ajaxNode(). only affects remoteStorage-node.js
 
 ## 0.5.5
 
-* fix input typeof() checks. no big impact
+* Fix input typeof() checks. no big impact
 
 ## 0.5.4
 
-* fix a problem in xrd parsing. upgrading highly recommended
+* 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
+* 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
+* 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'
+* 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'
+* To build, run 'sh build.sh'
 
 ## 0.4.7
 
-* added r.js build script
+* 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
+* 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
+* 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
+* Added unit tests
 
 ## 0.4.3
 
-* made requires relative
+* Made requires relative
 
 ## 0.4.2
 
-* first public version of this library implementing http://unhosted.org/#developer
+* First public version of this library implementing http://unhosted.org/#developer