Skip to content

Commit 0fdbc54

Browse files
committed
Updated the changelog
1 parent 9123bf6 commit 0fdbc54

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
# 1.9.1
4+
5+
### New features
6+
* Implemented the physical gateway and its FSManager *[d0aa8c8](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/d0aa8c8)*
7+
* Implemented the static methods 'standardMoveWithoutCopy', 'standardMoveByCopy', 'standardFindChildByName', 'standardFindChildren' and 'standardAddToParent' in the 'StandardResource' class *[2bb7a4b](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/2bb7a4b)*
8+
9+
### Changes
10+
* Compiled the TypeScript code with comments :
11+
* *[e3fbf7a](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/e3fbf7a)*
12+
* *[94077ae](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/94077ae)*
13+
* Use the 'standardMoveByCopy' in 'standardMoveTo' static method as a default behavior *[2bb7a4b](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/2bb7a4b)*
14+
* Implemented a default method for 'moveTo' in the 'StandardResource' class *[2bb7a4b](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/2bb7a4b)*
15+
* Removed the 'moveTo' method in the 'VirtualResource' class to use the default implementation in 'StandardResource' *[1a38d52](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/1a38d52)*
16+
17+
### Documentation
18+
* Added an example of a physical gateway *[9123bf6](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/9123bf6)*
19+
20+
### Tests
21+
* Fixed a wrong test when a move is made by copy in the 'ResourceTester' class *[1b5e3a1](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/1b5e3a1)*
22+
* Fixed the 'movePhysical' test *[48723ee](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/48723ee)*
23+
24+
### Other
25+
* Fixed the package.json of the FTP gateway example *[d17ac14](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/d17ac14)*
26+
27+
### Bug fix
28+
* Fixed the FSManager uid in the FTP Gateway example *[00aed8c](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/00aed8c)*
29+
* Fixed the 'moveTo' method of the 'PhysicalResource' *[500eca5](https://github.com/OpenMarshal/npm-WebDAV-Server/commit/500eca5)*
30+
331
# 1.9.0
432

533
### New features

0 commit comments

Comments
 (0)