Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
luv-1.51.0-0.tar.gz | 2025-05-10 | 1.5 MB | |
1.51.0-0 source code.tar.gz | 2025-05-10 | 214.7 kB | |
1.51.0-0 source code.zip | 2025-05-10 | 272.6 kB | |
README.md | 2025-05-10 | 1.1 kB | |
Totals: 4 Items | 2.0 MB | 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
/mtime
parameters offs_utime
/fs_futime
/fs_lutime
accept 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