Skip to content

Releases: OpenMarshal/npm-WebDAV-Server

v0.2.1-alpha

14 May 20:27
Compare
Choose a tag to compare

New features

Changes

Documentation

Tests

Other

Bug fix

v0.2.0-alpha

13 May 14:52
Compare
Choose a tag to compare

New features

Changes

  • Changed HTTP status when the resource cannot be read d7c5192

Documentation

Tests

Other

  • Added request as dev dep. 08fe206

Bug fix

v0.1.3-alpha

13 May 12:31
Compare
Choose a tag to compare

New features

  • Added support for physical file/folder creation 4edab34

Documentation

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

12 May 20:53
Compare
Choose a tag to compare

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

Other