Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Release/v0.1.8 #1

Merged
merged 2 commits into from
May 4, 2017
Merged

Release/v0.1.8 #1

merged 2 commits into from
May 4, 2017

Conversation

cgatno
Copy link
Owner

@cgatno cgatno commented May 4, 2017

Changelog

  • Add debugging output to pruneLibrary()
  • Add debugging output to updateLibrary()
  • Updating isTrackingPath() to use JavaScript Object property lookup instead of Object.keys Array functions - major performance boost
  • Updated glob pattern handling to only match files

Breaking Changes

None! :)

Christian Gaetano added 2 commits May 4, 2017 11:00
The big performance boost here comes from the change to
isTrackingPath(). Previously, I was using an Array function with
Object.keys on this.library to check for previously tracked paths. That
was a huge misstep on my part as it's MUCH faster to simply use a
JavaScript Object property lookup.
@cgatno cgatno self-assigned this May 4, 2017
@cgatno cgatno merged commit b56cfc4 into master May 4, 2017
@cgatno cgatno deleted the release/v0.1.8 branch May 4, 2017 15:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant