Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 642 Bytes

CHANGES.md

File metadata and controls

33 lines (26 loc) · 642 Bytes

2.0.1

  • Fix neko/cpp file name length

2.0.0

1.3.0

  • @:require(sys)
  • @:enum abstract InotifyMask(Int) instead of inline class fields

1.2.2

  • Haxe source moved into src directory, cpp code into project
  • Exclude c++ source files from haxelib

1.2.1

  • Fix

1.2

  • Removed hxinotify.h
  • Static cpp methods
  • Renamed hxinotify.cpp : inotify.cpp
  • Removed throwErrno
  • Added value checks
  • Fixed write descriptor event

1.1

  • Fixed result array size
  • Added haxedoc.hxml

1.0

  • Initial release