0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Dec 27, 2023 — Dec 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1.1.1 More... almost 10 years ago
forward opts in non-new constructor More... almost 10 years ago
1.1.0 More... almost 10 years ago
Merge pull request #12 from fb55/double-buffer-on-growth More... almost 10 years ago
fix tests More... almost 10 years ago
double buffer on growth More... almost 10 years ago
travis: run tests inside a container More... almost 10 years ago
1.0.2 More... over 10 years ago
Merge pull request #11 from feross/fisch0920-master More... over 10 years ago
remove buggy while loop More... over 10 years ago
add tests for bitfield buffer lengths More... over 10 years ago
fix for bitfields of non-multiple-of-8 length; previously a buffer of say size 13 would incorrectly yield a 3-byte bitfield, whereas with this change it correctly yields a 2-byte bitfield by rounding up to the next multiple of 8 as opposed to naively adding 8 and then rounding up More... over 10 years ago
improved readme More... over 10 years ago
added testling badge More... over 10 years ago
added testling settings to package.json More... over 10 years ago
improved description of `grow`. More... over 10 years ago
1.0.1 More... over 10 years ago
ported tests to tape More... over 10 years ago
opts.grow should be the number of bits More... over 10 years ago
1.0.0 More... over 10 years ago
Merge pull request #8 from feross/master More... over 10 years ago
add new grow behavior to readme More... over 10 years ago
spaces to tabs More... over 10 years ago
add new grow behavior More... over 10 years ago
add failing tests for new grow behavior More... over 10 years ago
added note about #6 More... over 10 years ago
Add note about auto-grow to readme More... almost 11 years ago
0.3.0 More... almost 11 years ago
removed implicit cast of `undefined` to float More... almost 11 years ago
Merge pull request #5 from feross/master More... almost 11 years ago