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