data-structures
Version:
JavaScript data structures written in CoffeeScript.
30 lines (22 loc) • 1.02 kB
Markdown
### 1.3.5 (June 26th 2013)
- 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.
### 1.3.4 (June 25th 2013)
- Bower support.
### 1.3.2 (June 16th 2013)
- Moved CoffeeScript dependency into development dependency. Compiled js now available.
### 1.3.1 (May 24th 2013)
- CoffeScript lint task.
- Changed indentation from 4 spaces to 2.
## 1.3.0 (May 21th 2013)
- New way to include script in browser. Please check README.
- For contributors: cleaner build process using [Grunt](http://gruntjs.com).
## 1.2.0 (May 17th 2013)
- All the [traversal methods](https://github.com/chenglou/data-structures/wiki) now return `undefined`. Performance boost by avoiding CoffeeScript's accumulated array for returning. Heap's private methods also act this way now.
### 1.1.3 (May 12th 2013)
- Browser support through Browserify.
### 1.1.2 (May 12th 2013)
- Travis.
- This file.
- Initial public release.