1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a Readme typo and cleared up some language
stephenyoung
as Stephen Young
More... about 11 years ago
Merge branch 'release-0.3.0'
stephenyoung
as Stephen Young
More... about 11 years ago
Updated the package.json to point to the main file and github repo
stephenyoung
as Stephen Young
More... about 11 years ago
Updated the Readme
stephenyoung
as Stephen Young
More... about 11 years ago
Bumping version
stephenyoung
as Stephen Young
More... about 11 years ago
Updating the distro
stephenyoung
as Stephen Young
More... about 11 years ago
Added Bitmask::and, Bitmask::or to expose bitwise operations to the public api
stephenyoung
as Stephen Young
More... about 11 years ago
Added some documentation and organized the private methods.
stephenyoung
as Stephen Young
More... about 11 years ago
Added tests for namespaces, and fixed some bugs discovered in the process.
stephenyoung
as Stephen Young
More... about 11 years ago
Reorganizing methods alphabetically for ease of development
stephenyoung
as Stephen Young
More... about 11 years ago
Merge branch 'develop'
stephenyoung
as Stephen Young
More... about 11 years ago
Adding some links to the Readme
stephenyoung
as Stephen Young
More... about 11 years ago
Merge branch 'release-0.2' into develop
stephenyoung
as Stephen Young
More... about 11 years ago
Merge branch 'release-0.2'
stephenyoung
as Stephen Young
More... about 11 years ago
Removing whitespace
stephenyoung
as Stephen Young
More... about 11 years ago
Added a blurb on custom keys for the readme
stephenyoung
as Stephen Young
More... about 11 years ago
Fixing Readme
stephenyoung
as Stephen Young
More... about 11 years ago
Bumping version
stephenyoung
as Stephen Young
More... about 11 years ago
Updating distro
stephenyoung
as Stephen Young
More... about 11 years ago
Inlined the filtering methods, reducing the overhead of method lookups. Had to change the default filter to match.
stephenyoung
as Stephen Young
More... about 11 years ago
Updating distro
stephenyoung
as Stephen Young
More... about 11 years ago
Removed string checking in favor of simple math checks, along with some cleanup.
stephenyoung
as Stephen Young
More... about 11 years ago
Passing the value of this.m to the filter methods, meaning they do not need to be called with a context.
stephenyoung
as Stephen Young
More... about 11 years ago
Damned on me that match was the fastest, and if there is an exact match when checking for any or all then I should return true. :smile:
stephenyoung
as Stephen Young
More... about 11 years ago
Faster Bitmask::filter `any` method
stephenyoung
as Stephen Young
More... about 11 years ago
Updated the filter for matching any to use a simple indexOf instead of regex.
stephenyoung
as Stephen Young
More... about 11 years ago
Better `all` filtering
stephenyoung
as Stephen Young
More... about 11 years ago
Testing a theory that .replace is slow
stephenyoung
as Stephen Young
More... about 11 years ago
Updating distro
stephenyoung
as Stephen Young
More... about 11 years ago
Private method `strip` was slowing things down in the benchmarking tests
stephenyoung
as Stephen Young
More... about 11 years ago