This repository was archived by the owner on Dec 6, 2022. It is now read-only.
v0.7.0
Pre-release
Pre-release
Features
- Add static
.exists()method for checking whether or not a file exists using the same path resolution as creating a new instance. - Add static
.create()factory method for creating newLeversinstances.
Documentation
- levers now uses my fork of
docdashfor custom styling, like citycide/trilogy already has.
Performance
- The dependency on
lodashhas been dropped, since it was only used for a single method. This should increase install time and probably runtime performance as well.
Breaking Changes
lodashis no longer a dependency.- Built files use ES2015 syntax, so engines not supporting these features won't be able to use levers. This shouldn't be much of an issue since levers targets Electron.