Skip to content

1.51.0-0

Choose a tag to compare

@squeek502 squeek502 released this 10 May 23:52
· 34 commits to master since this release
83adae7

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/mtime parameters of fs_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: 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

Full Changelog: 1.50.0-1...1.51.0-0