robotjs v0.4.8 Release Notes

Release Date: 2018-02-26 // about 6 years ago
    • ๐Ÿ”’ - package lock (34d3653)
    • โž• Add integration tests. (c29d20d)
    • โž• Add test for screen. (eb11444)
    • Added right_control and left_control to key flags as well as right_shift (33f838d)
    • ๐Ÿ‘ Allow negative coordinates for mouseMove and dragMouse (bb63305)
    • โœ… Cat for testing. (02a7f94)
    • ๐Ÿ”„ Change to prebuild command. (895db63)
    • ๐Ÿš€ Deploy scripts. (9c26d95)
    • Finish Jasmine migration. (98eb2ca)
    • ๐Ÿ›  Fix API URL (a2f6da3)
    • ๐Ÿ›  Fix comment. (f2bbeab)
    • ๐Ÿ›  Fix createStringForKey failure on Mac OS for non-Latin languages (0045e18)
    • ๐Ÿ›  Fix for Windows. (facc34f)
    • ๐Ÿ›  Fix scrolling issue. (d95866f)
    • ๐Ÿ›  Fix test for Linux. (643b925)
    • ๐Ÿ›  Fixed Linux Y-axis scrolling bug (798f761)
    • ๐Ÿ Flip x on Windows to match other platforms. (db15ff7)
    • โœ… horizontal scroll test. (0ebd39e)
    • โฑ Increase timeout. (4c053ea)
    • Jasmine migration in progress. (24ed91d)
    • ๐Ÿ”— Link in readme to docs goes straight to website (64f5400)
    • ๐Ÿšš Move keyboard tests to it's own file. (37e3165)
    • โœ‚ Remove old header tags. (da920c2)
    • โœ‚ Remove unsupported Node versions. (112a9a4)
    • โœ‚ Remove unsupported Node.js versions for Appveyor. (452bd6c)
    • ๐Ÿ‘Œ Support additional keys (capslock, numpad-keys, right alt+control). (55444c3), closes #358
    • ๐Ÿ‘Œ Support older versions of Node. (07d6f0e)
    • โœ… Test cleanup. (cc03080)
    • ๐Ÿ The quotes break tests on windows. (1f80fb1)
    • โšก๏ธ Update package.json to remove tape. (6584c95)
    • โšก๏ธ Update screen file. (23f9513)
    • โšก๏ธ Update scroll mouse for 0.4.6 (cdb0b76), closes #194
    • โšก๏ธ Update target practice. (092f3c7)
    • โšก๏ธ Updated link to docs in under #API (f7170e5)
    • ๐Ÿ›  Use XSync instead of XFlush everywhere - fixes https://github.com/octalmage/robotjs/issues/347 (9f3a4c4)
    • ๐Ÿ Windows scrolling bug (b4869dd), closes #360