Noze.io v0.5.12 Release Notes

Release Date: 2017-07-13 // almost 7 years ago
  • โž• Added the Swiftmon/S example, a source rebuild monitor. And associated improvements to Noze.io, like in the fs.watch and child_process.spawn APIs.

    ๐Ÿ”„ Changes since 0.5.7:

    • modules:
      • events:
      • bugfix in 'once' logging (drop once listeners before emitting)
      • fs:
      • watch
        • support for recursive and directory watchers
        • bugfixes
      • child_process:
      • API changes to kill (default value, return value, etc)
    • samples:
      • Swiftmon/S - a source rebuild monitor
    • โž• Add TCP_NODELAY option for sockets
    • โฌ†๏ธ Xcode 9 upgrade checks
    • Swift 3.2
      • drop @_specialize in CryptoSwift fork
      • stat hack (stat uses lstat)
      • types use .self
      • no more (Void)->Void
      • redundant conformance
      • args after varargs need a name
    • ๐Ÿ›  Swift 3.1 compile fixes