dodo / node-slug

slugifies even utf-8 chars!
MIT License
1.08k stars 92 forks source link

chore(ci): add Node 0.12, 4, 5 & 6 #70

Closed Zertz closed 8 years ago

Zertz commented 8 years ago

The issue with Node 6 is quite deep in the dependency tree,

| - node-unicode-table | - - bufferstream | - - - bufferjs

The problem is here because buffer.get was deprecated in Node 4 and removed in Node 6. Since this is excessively old code, we could probably update node-unicodetable to use a different buffer interface, such as node-stream-buffer