- Improve error when
str
is not a string
- Add
combine
option to combine overlapping ranges
- Fix incorrectly returning -1 when there is at least one valid range
- perf: remove internal function
- perf: enable strict mode
- Support Node.js 0.6
- Move repository to jshttp
- Add repository to package.json
- Add MIT license
- Change ret -1 for unsatisfiable and -2 when invalid
- Fix last-byte-pos default to len - 1
- Add
.type
- Initial release