Breaking Changes
- [#81] iOS, macOS: Fixes
.isDirectory()
and.isFile()
checks of readDir() results. Presumably, they were broken due to a regression in v2.27.1, and both were always evaluating false since then. - [#82][#85] iOS, macOS: Improves support of special characters in paths, which alters paths returned by readDir(), if they have special characters.
Other Updates
- [#79] Minor code improvements.
- Update of dependencies.