Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

v0.7.0

Pre-release
Pre-release

Choose a tag to compare

@haltcase haltcase released this 19 Nov 05:40
· 31 commits to master since this 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 new Levers instances.

Documentation

  • levers now uses my fork of docdash for custom styling, like citycide/trilogy already has.

Performance

  • The dependency on lodash has been dropped, since it was only used for a single method. This should increase install time and probably runtime performance as well.

Breaking Changes

  • lodash is 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.