- Switched graph's removeNode back to O(E). Issue 4. Internal clean-up.
- Reverted tests back to test Coffee source files instead of compiled js.
- Every file now has a methods/properties overview. Wiki updated.
- All the documentation is now based on js.
- Bower support.
- Moved CoffeeScript dependency into development dependency. Compiled js now available. Issue 3.
- CoffeScript lint task.
- Changed indentation from 4 spaces to 2.
- New way to include script in browser. Please check README.
- For contributors: cleaner build process using Grunt.
- All the traversal methods now return
undefined
. Performance boost by avoiding CoffeeScript's accumulated array for returning. Heap's private methods also act this way now. Issue 1.
- Browser support through Browserify.
- Travis.
- This file.
- Initial public release.