-
-
Notifications
You must be signed in to change notification settings - Fork 155
Comparing changes
Open a pull request
base repository: perry-mitchell/webdav-client
base: v5.6.0
head repository: perry-mitchell/webdav-client
compare: v5.7.0
- 17 commits
- 13 files changed
- 3 contributors
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e409a59 - Browse repository at this point
Copy the full SHA e409a59View commit details
Commits on Jul 2, 2024
-
fix: also export types for node next module resolution
When using node next / node16 module resolution (`exports` field), then Typescript will no longer check `types` field in package json but use `types` from the `exports` field that is currently being used. Signed-off-by: Ferdinand Thiessen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f5b636 - Browse repository at this point
Copy the full SHA 8f5b636View commit details
Commits on Jul 24, 2024
-
fix(types):
resourcetypecan have any type, so cancollectionFor e.g. SabreDAV collection is only set, meaning its type after parsing by the XML parser will be `string` and its value will be just the empty string. Signed-off-by: Ferdinand Thiessen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdf6cae - Browse repository at this point
Copy the full SHA fdf6caeView commit details -
fix(dav): The
displaynameprop should always be a stringIn case e.g. a directory is called `1` the XML parser will convert the display name to a number. This is against the types and not expected behavior. Signed-off-by: Ferdinand Thiessen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e98d6c0 - Browse repository at this point
Copy the full SHA e98d6c0View commit details
Commits on Aug 2, 2024
-
Merge pull request #379 from susnux/fix/props-types
fix(types): `resourcetype` can have any type, so can `collection`
Configuration menu - View commit details
-
Copy full SHA for 553c0b2 - Browse repository at this point
Copy the full SHA 553c0b2View commit details -
Merge pull request #376 from susnux/fix/typescript-exports
fix: also export types for node next module resolution
Configuration menu - View commit details
-
Copy full SHA for b3272b2 - Browse repository at this point
Copy the full SHA b3272b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e2a0d - Browse repository at this point
Copy the full SHA 19e2a0dView commit details -
Merge pull request #380 from susnux/fix/displayname-type
fix(dav): The `displayname` prop should always be a string
Configuration menu - View commit details
-
Copy full SHA for e48fa0f - Browse repository at this point
Copy the full SHA e48fa0fView commit details -
fix(types): correct types for quota bytes
As per RFC the value shall be octets representing the quota, in all cases I know the value will be parsed to `number` by the XML parser. (tested e.g. with Sabre / Nextcloud). Signed-off-by: Ferdinand Thiessen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8844a38 - Browse repository at this point
Copy the full SHA 8844a38View commit details -
Merge pull request #378 from susnux/fix/props
fix(types): correct types for quota bytes
Configuration menu - View commit details
-
Copy full SHA for 16f1475 - Browse repository at this point
Copy the full SHA 16f1475View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10433f8 - Browse repository at this point
Copy the full SHA 10433f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 164f6f4 - Browse repository at this point
Copy the full SHA 164f6f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d683d27 - Browse repository at this point
Copy the full SHA d683d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for c99d4b6 - Browse repository at this point
Copy the full SHA c99d4b6View commit details -
Merge pull request #381 from perry-mitchell/feat/dep_upgrades
Update dependencies
Configuration menu - View commit details
-
Copy full SHA for 65ee67b - Browse repository at this point
Copy the full SHA 65ee67bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a09a7e - Browse repository at this point
Copy the full SHA 1a09a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03fa8f2 - Browse repository at this point
Copy the full SHA 03fa8f2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.6.0...v5.7.0