Releases: OpenMarshal/npm-WebDAV-Server
Releases · OpenMarshal/npm-WebDAV-Server
v0.2.1-alpha
New features
- Added support for the PROPPATCH method [df2be26](df2be26
- Added XML support for resource properties [c4f206e](c4f206e
Changes
- Implemented PROPFIND with 'xml-js' [87878cd](87878cd
- Moved XML management to 'xml-js' npm package [0aea380](0aea380
- Added better ETag generator [1506637](1506637
Documentation
Tests
- Implemented tests with 'xml-js' [15b0b97](15b0b97
- Added PROPPATCH tests [bd60886](bd60886
- Added tests for ETag :
Other
- Added XML helper [12d90e7](12d90e7
- Added the child.delete() to the node execution queue [9614be9](9614be9
- Ignored *.log files [a261eae](a261eae
- Changed node version for Travis [0e47c3e](0e47c3e
Bug fix
v0.2.0-alpha
v0.1.3-alpha
New features
- Added support for physical file/folder creation 4edab34
Documentation
- Added disclaimer 10a5c2f
Tests
- Added tests for the physical folder 681caba
- Standarized the multiple tests in a single test file 3cd3934
- Added GET method test for physical resources d40bba8
- Filtered test files by *.js bd3488b
- Added exception display 592ee40
Other
- Splitted files into one-class files for most of them a341dac
Bug fix
- Removed support for POST method 98a75e5
v0.1.2-alpha
Bug fix
- Fixed Get method for files with a content equals to null or undefined dc7ff27
- Added content validation before sending GET response 269bcbf
- Fixed lint
- Fixed misspelling 62badc8
Changes
- Centralized tslint config into tslint.json 2edbce9
Documentation
- Added CHANGELOG.md to record the changelog e860486
- Changed bitHound badge 6ad7c8d
- Added bitHound badge 0dad206
Tests
- Added more tests for the GET method 1e8b1fd