v3.0.0
- Every function now also supports callbacks (2nd or 3rd argument) - Errors will now always maintain their stacks where possible - Simplified some aliases (b/c break) - Changed `stringify` to now accept the arguments you would expect `stringify(data, replacer, indent)` - Changed `parse` to delegate to `parseCSONString` instead of `parseString` - Changed `load` to delegate to `parseCSONFile` instead of `parseFile` - Removed `require` (it use to delegate to `requireFile`) - Updated dependencies