Switched development process to Github Flow. Removed develop
branch.
Test improvements to work cross-platform.
Using (require '["fs" :as fs]) style requires. The cljs.nodejs/require style causes issues with advanced compilation mode.
Warning: Tests are passing on CI but failing on macOS. We may have missed something OSX-specific.
Bug fixing. We're bumping version to 0.1.0 even though there aren't any breaking changes to break from the 0.0.x versioning issues.
BREAKING:
- New
fs.path
namespace, @yogthos moved several path-specific functions there. - Moved
with-separator
tofs.path
- CircleCI integration
- Changelog
- New functions: read-dir-sync, with-separator, read-stream, write-stream, pipe