- remove .parse and .unparse
- Removed uuid.BufferClass
- Improved module context detection
- Removed public RNG functions
- Improve tests and handling of v1() options (Issue #24)
- Expose RNG option to allow for perf testing with different generators
- Support for version 1 ids, thanks to @ctavan!
- Support for node.js crypto API
- De-emphasizing performance in favor of a) cryptographic quality PRNGs where available and b) more manageable code