25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
|
|
# Changelog
|
||
|
|
|
||
|
|
## 2026-05-01 - 1.1.3 - fix(webdav-client)
|
||
|
|
correct directory listing path handling and update tooling for current package dependencies
|
||
|
|
|
||
|
|
- Fix listDirectory() to request the provided path instead of always reading the root directory
|
||
|
|
- Adapt SmartFile creation to the current @push.rocks/smartfile API in getDirectoryAsSmartfileArray()
|
||
|
|
- Replace the old test setup with a gated Node integration test using @git.zone/tstest
|
||
|
|
- Add package exports and refresh build, test, and dependency configuration for newer toolchain versions
|
||
|
|
|
||
|
|
## 2024-05-29 - 1.1.2 - maintenance
|
||
|
|
Project metadata and maintenance updates.
|
||
|
|
|
||
|
|
- Updated project description.
|
||
|
|
- Versions 1.1.0 through 1.1.2 also included minor core update fixes.
|
||
|
|
|
||
|
|
## 2024-04-22 - 1.0.4 - webdavclient
|
||
|
|
Added directory retrieval support for smart file arrays.
|
||
|
|
|
||
|
|
- Added a `webdavclient` method for getting a directory as a smartfilearray.
|
||
|
|
|
||
|
|
## 2024-04-20 - 1.0.2-1.0.3 - core
|
||
|
|
Minor core maintenance updates across patch releases.
|
||
|
|
|
||
|
|
- Applied small core update fixes in versions 1.0.2 and 1.0.3.
|