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
T. Jameson Little
43fadc021b
version bump -> 0.0.7
11 years ago
Jameson Little
accc1a5d9a
Merge pull request #8 from schnittstabil/master
This pull request fixes some lint warnings.
11 years ago
Michael Mayer
1966fa20bf
Fixes (UglifyJs) lint warnings
Fix: Symbol exports is declared but not referenced [lib/b64.js:3,12]
Fix: Symbol ZERO is declared but not referenced [lib/b64.js:10,5]
Fix: Symbol res is declared but not referenced [test/convert.js:14,1]
11 years ago
Feross Aboukhadijeh
828fa5a399
0.0.6
11 years ago
Feross Aboukhadijeh
df74bf0a17
consistent style
11 years ago
Feross Aboukhadijeh
32124f47e1
throw an error object
11 years ago
Feross Aboukhadijeh
4b4cbaaa3c
improve readme
11 years ago
Feross Aboukhadijeh
791b9dad56
add travis file
11 years ago
T. Jameson Little
ad50142359
version bump
11 years ago
Jameson Little
e0d5d206c6
Merge pull request #7 from feross/badges
Add testling/travis badges, fix tests to work with testling! (for #6 )
11 years ago
Jameson Little
65b22438f5
Merge pull request #5 from feross/master
make decoding base64 10x faster (w/ old browser support)
11 years ago
Feross Aboukhadijeh
f7a3d7c5ba
switch to `tape` for testing
tape works in the browser
11 years ago
Feross Aboukhadijeh
96dfce0101
add badges
11 years ago
Feross Aboukhadijeh
ac3efd3a29
Fix regression: Old browser support
11 years ago
Dominic Tarr
96c7a98bfb
base64-js uses tabs, sorry!
11 years ago
Dominic Tarr
3381ae47a4
remove indexOf
11 years ago
Dominic Tarr
c9ac169fff
use hardcoded ranges instead of indexOf
11 years ago
Dominic Tarr
3deb9b4365
use typedarray, about 15% faster
11 years ago
Dominic Tarr
f617396dab
simple script to measure time to decode/encode
11 years ago
Jameson Little
4e049fc68f
Merge pull request #3 from feross/master
IE6-8 support
11 years ago
Feross Aboukhadijeh
3f0fb6edf4
IE6-8 support
11 years ago
T. Jameson Little
b7e378cc27
Oops, apparently repo version is different than npm version
12 years ago
T. Jameson Little
0d2afb4868
Added license
Bump version
12 years ago
Jameson Little
5ac9f99e97
Test succeeds
13 years ago