1.51.0-0
What's Changed
- Bump Libuv to 1.51.0 by @squeek502 in #767
- Added the constants FS_UTIME_NOW and FS_UTIME_OMIT
- Made the
atime/mtimeparameters offs_utime/fs_futime/fs_lutimeaccept nil, a string, or a number. If nil, the argument is translated to FS_UTIME_OMIT. If it is a string, it must be"omit"or"now". - Adds the constant
TTY_MODE_RAW_VT("raw_vt" is the shorthand string version) (context: libuv/libuv@843b64f)
- Fix typos by @dundargoc in #759
- feat(doc): move to structured format by @lewis6991 in #762
- Update luv-scm-0.rockspec by @oz-rw in #765
- feat(doc): generate meta file by @lewis6991 in #763
New Contributors
- @lewis6991 made their first contribution in #762
- @oz-rw made their first contribution in #765
Full Changelog: 1.50.0-1...1.51.0-0