Skip to content

v1.3.1

Compare
Choose a tag to compare
@AdrienCastex AdrienCastex released this 24 May 15:24
· 582 commits to master since this release

New features

  • Implemented the callback on the start method 880dd8a
  • Implemented the server option 'hostname' 0ab2be2
  • Implemented DAV:lockdiscovery in PROPFIND 9009ad1

Changes

  • Made the arguments of the start method optional 880dd8a
  • Added a callback to the start method to 'synchronize' with the server opening e3eb1e0

Documentation

  • Modified the sample to use the callback on the start method 4313cba
  • Added the 'hostname' option in the documentation ef4a3c0

Tests

  • Implemented the server start callback in the whole tests 609f855
  • Added more tests for the start method 516a7fb
  • Fixed the try-catch of the PROPFIND method in the tests 38630f5
  • Added tests for copying the properties (COPY method) 911029f
  • Added tests for moving the properties (MOVE method) 7236e50
  • Added tests for DAV:lockdiscovery 2b9cde8

Bug fix

  • Fixed callback error in the start method ca72e94