- feat: use Math.imul (@alsotang)
- remove
& 0xffwhen retrive byte (@alsotang) - simple benchmark. clean code.
- test: add more boundary test cases
- feat: pure javascript impl murmurhash v2. Thanks @zhangzifa
- use node-pre-gyp-qn to prebuild binary package
- upgrade nan to 1.5.2 support iojs and more node versions
- Upgrade nan to 1.4.1 for support alinode/iojs
- bump nan to 1.3.0 support node >= 0.11.13 now
- add totoro ci tests
- add missing line to murmur.cc
- is hard to impl uint32 op in js
- update deps and add jshint
- remove node.h, because nan.h had include it
- .node-gyp/0.11.8/src/node.h:176: error: ‘ssize_t’ does not name a type bug fix
- add benchmark
- add logo
- init