Releases
v1.3.0
New features
Implemented the method 'addResourceTree' in the server class to make the resource tree creation easier bda6e6c
Implemented the 'If' header check in all methods where it makes sense fab8388
Added a refresh method to the Lock class e90274f
Changes
Added 'process.nextTick(...)' when possible, except in resources to keep them simple 17187bd
Documentation
Modified the sample to use the new way to create the resource tree (with 'addResourceTree') 0beebbe
Specified that the module is compatible from node v4.0.0 to latest bf4fd93
Tests
Added tests for the 'addResourceTree' method 1bf0c47
Added the 'If' header test for the LOCK test c4d3ace
Added the tests for the Lock refresh c4d3ace
Added tests for the 'source' header 8c79901
Test node v4.0 058106f
Do not support node v0.* d4be29c
Upgraded tests syntax for node version 0.* f5f6b5c
Reverted the node v0.* changes => not supporting v0.* anymore 099d40b
Test Travis on all versions of NodeJS 39d1211
Other
Added a parser for the 'If' header e4e2208
Bug fix
Check if 'fs.constants.O_CREAT' exists for node v5.* and lower e23b5d7
You can’t perform that action at this time.