Fixed a Readme typo and cleared up some language |
|
More...
|
almost 12 years ago
|
Merge branch 'release-0.3.0' |
|
More...
|
almost 12 years ago
|
Updated the package.json to point to the main file and github repo |
|
More...
|
almost 12 years ago
|
Updated the Readme |
|
More...
|
almost 12 years ago
|
Bumping version |
|
More...
|
almost 12 years ago
|
Updating the distro |
|
More...
|
almost 12 years ago
|
Added Bitmask::and, Bitmask::or to expose bitwise operations to the public api |
|
More...
|
almost 12 years ago
|
Added some documentation and organized the private methods. |
|
More...
|
almost 12 years ago
|
Added tests for namespaces, and fixed some bugs discovered in the process. |
|
More...
|
almost 12 years ago
|
Reorganizing methods alphabetically for ease of development |
|
More...
|
almost 12 years ago
|
Merge branch 'develop' |
|
More...
|
almost 12 years ago
|
Adding some links to the Readme |
|
More...
|
almost 12 years ago
|
Merge branch 'release-0.2' into develop |
|
More...
|
almost 12 years ago
|
Merge branch 'release-0.2' |
|
More...
|
almost 12 years ago
|
Removing whitespace |
|
More...
|
almost 12 years ago
|
Added a blurb on custom keys for the readme |
|
More...
|
almost 12 years ago
|
Fixing Readme |
|
More...
|
almost 12 years ago
|
Bumping version |
|
More...
|
almost 12 years ago
|
Updating distro |
|
More...
|
almost 12 years ago
|
Inlined the filtering methods, reducing the overhead of method lookups. Had to change the default filter to match. |
|
More...
|
almost 12 years ago
|
Updating distro |
|
More...
|
almost 12 years ago
|
Removed string checking in favor of simple math checks, along with some cleanup. |
|
More...
|
almost 12 years ago
|
Passing the value of this.m to the filter methods, meaning they do not need to be called with a context. |
|
More...
|
almost 12 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: |
|
More...
|
almost 12 years ago
|
Faster Bitmask::filter `any` method |
|
More...
|
almost 12 years ago
|
Updated the filter for matching any to use a simple indexOf instead of regex. |
|
More...
|
almost 12 years ago
|
Better `all` filtering |
|
More...
|
almost 12 years ago
|
Testing a theory that .replace is slow |
|
More...
|
almost 12 years ago
|
Updating distro |
|
More...
|
almost 12 years ago
|
Private method `strip` was slowing things down in the benchmarking tests |
|
More...
|
almost 12 years ago
|