Feross Aboukhadijeh
|
08bf2d57e3
|
code style
|
9 years ago |
Feross Aboukhadijeh
|
1215b36b4d
|
init(): cache code.length
|
9 years ago |
Feross Aboukhadijeh
|
a8064c78c3
|
don't shadow global window.length value
|
9 years ago |
Feross Aboukhadijeh
|
45e6df6d6b
|
fromByteArray(): cache uint8.length value
|
9 years ago |
Feross Aboukhadijeh
|
ba71e7de64
|
replace str.charAt() with str[]
|
9 years ago |
Feross Aboukhadijeh
|
2a030f9767
|
add init() function to prevent leaking `i` and `code` in closures
|
9 years ago |
Feross Aboukhadijeh
|
ea8923aceb
|
code style
|
9 years ago |
Feross Aboukhadijeh
|
d544569378
|
toByteArray(): use cached length value
|
9 years ago |
Feross Aboukhadijeh
|
a2b900f1c3
|
inline decode() in toByteArray()
|
9 years ago |
Feross Aboukhadijeh
|
2bef8c60c2
|
inline encode() in fromByteArray()
|
9 years ago |
Feross Aboukhadijeh
|
fe138bedbd
|
inline push() in toByteArray()
|
9 years ago |
Feross Aboukhadijeh
|
4b1309ee6f
|
make internal/external naming consistent
|
9 years ago |
Feross Aboukhadijeh
|
370cdf6eb5
|
remove self-executing function
if folks miss the ability to drop this into the browser, open an issue
and we’ll add a built file to the repo
|
9 years ago |
Feross Aboukhadijeh
|
a99e0697be
|
add benchmark.js benchmark (for #20)
ensures statistical significance
|
9 years ago |
Feross Aboukhadijeh
|
f486d4d183
|
1.0.4
|
9 years ago |
Feross Aboukhadijeh
|
036ce50e47
|
Fix IE8 support
|
9 years ago |
Feross Aboukhadijeh
|
29ed40feda
|
package.json: remove engines field
not necessary, no one uses node < 0.4
|
9 years ago |
Feross Aboukhadijeh
|
22aef3441e
|
package.json: remove testling field
testling doesn’t work anymore
|
9 years ago |
Feross Aboukhadijeh
|
4acda265f7
|
travis: Drop node 0.8, 0.11. Add 0.12, 4, latest
|
9 years ago |
Feross Aboukhadijeh
|
07a89130e6
|
1.0.3
|
9 years ago |
Feross Aboukhadijeh
|
7491b99293
|
standard@6
|
9 years ago |
Feross Aboukhadijeh
|
41577aa9d3
|
Merge pull request #19 from greggman/optimize-for-out-of-memory
Optimize for out of memory
|
9 years ago |
Gregg Tavares
|
81dc9862e4
|
fix to big data test
|
9 years ago |
Gregg Tavares
|
0026f83e5a
|
test for big data
|
9 years ago |
Feross Aboukhadijeh
|
160c83a130
|
1.0.2
|
9 years ago |
Feross Aboukhadijeh
|
743327cf58
|
Merge pull request #16 from guybedford/patch-1
Add ignore property
|
9 years ago |
Feross Aboukhadijeh
|
e89d48501f
|
1.0.1
|
9 years ago |
Feross Aboukhadijeh
|
2f12c12e39
|
move lookup variable inside closure
Fix #17
|
9 years ago |
Guy Bedford
|
f53acc241c
|
add .npmignore
|
9 years ago |
Feross Aboukhadijeh
|
fd76a010b7
|
standard@5
|
10 years ago |
Jameson Little
|
ccbe564222
|
Merge pull request #13 from coolaj86/patch-1
use semver
|
10 years ago |
Jameson Little
|
9a1aa9a497
|
Merge pull request #14 from coolaj86/bower-reg
add bower.json
|
10 years ago |
AJ ONeal
|
0158afbd5d
|
add bower.json
|
10 years ago |
AJ ONeal
|
58fb72a824
|
use semver
switched from 0.0.8 to 1.0.0 to properly support semver
|
10 years ago |
Feross Aboukhadijeh
|
c2d2ff7282
|
tape@4
|
10 years ago |
Feross Aboukhadijeh
|
2e9f497adc
|
standard@3
|
10 years ago |
Feross Aboukhadijeh
|
2e27163fc3
|
style
preparing base64-js for standard v3, which now requires statements to
always use braces, except when they're on a single line.
|
10 years ago |
Feross Aboukhadijeh
|
c435529d48
|
remove extra whitespace
|
10 years ago |
Feross Aboukhadijeh
|
3625d38acb
|
no var redefinition
|
10 years ago |
Feross Aboukhadijeh
|
b508cf14d2
|
travis: update npm to support ^ semver operator
|
10 years ago |
Feross Aboukhadijeh
|
478046f033
|
use tape@3
|
10 years ago |
Feross Aboukhadijeh
|
324b0d2741
|
remove ^ from package.json (to support node 0.8)
|
10 years ago |
Feross Aboukhadijeh
|
c55d9cc904
|
fix style error
|
10 years ago |
Jameson Little
|
fd787acf95
|
Merge pull request #11 from feross/standard
JavaScript Standard Style
|
10 years ago |
Feross Aboukhadijeh
|
7e14c2eaa1
|
JavaScript Standard Style
https://github.com/feross/standard
|
10 years ago |
Feross Aboukhadijeh
|
b4a8a5fa9b
|
0.0.8
|
10 years ago |
Feross Aboukhadijeh
|
c92cd303a8
|
Merge pull request #10 from jessetane/decode-url-safe
Decode url-safe style base64
|
10 years ago |
Jesse Tane
|
faebcaea41
|
make tests pass in node < 0.11
|
10 years ago |
Jesse Tane
|
e747cd5965
|
decode url-safe style base64
|
10 years ago |
Jesse Tane
|
93b897a8ca
|
add failing test for decoding url-safe style base64
|
10 years ago |