navit v3.0.0 Release Notes

Release Date: 2016-06-18 // almost 8 years ago
    • ๐Ÿ‘ (!!!) Electron support added. Much more stable engine.
    • ๐Ÿ’ฅ Breaking: .close() is now stackable command. Use .exit() for immediate shutdown instead.
    • ๐Ÿ’ฅ Breaking: Dropped old nodes support. v4.+ required.
    • ๐Ÿ‘ Promise support added:
      • .run() returns Promise if invoked without callback.
      • Navit instance is thenable (.run() call can be skipped with promises).
    • .set.cookie(name) (without value) will delete cookie.
    • .fill() method, the same as in CasperJS.
    • 0๏ธโƒฃ Increased default timeout to 10s.