New
1.51.0-0
What's Changed
- Bump Libuv to 1.51.0 by @squeek502 in https://github.com/luvit/luv/pull/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: https://github.com/libuv/libuv/commit/843b64faf5fbbd19c04475bafa38c0c91514efb8)
- Fix typos by @dundargoc in https://github.com/luvit/luv/pull/759
- feat(doc): move to structured format by @lewis6991 in https://github.com/luvit/luv/pull/762
- Update luv-scm-0.rockspec by @oz-rw in https://github.com/luvit/luv/pull/765
- feat(doc): generate meta file by @lewis6991 in https://github.com/luvit/luv/pull/763
New Contributors
- @lewis6991 made their first contribution in https://github.com/luvit/luv/pull/762
- @oz-rw made their first contribution in https://github.com/luvit/luv/pull/765
Full Changelog: https://github.com/luvit/luv/compare/1.50.0-1...1.51.0-0