mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-08 12:18:55 +03:00
8 lines
228 B
Markdown
8 lines
228 B
Markdown
|
---
|
||
|
"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.
|