tauri/.changes/api-path-module.md

8 lines
228 B
Markdown
Raw Normal View History

---
"api": patch
---
- Add new nodejs-inspired functions which are `join`, `resolve`, `normalize`, `dirname`, `basename` and `extname`.
- Add `sep` and `delimiter` constants.
- Removed `resolvePath` API, use `resolve` instead.