Feross Aboukhadijeh
|
da5718e816
|
Merge pull request #34 from webmaster128/webbrowser-readme
Add getting started notes for use in webbroser
|
8 years ago |
Simon Warta
|
4af4cdce9f
|
Add getting started notes for use in webbroser
|
8 years ago |
Feross Aboukhadijeh
|
e68ffbe30b
|
standard
|
8 years ago |
Feross Aboukhadijeh
|
269b4ed7e7
|
browserify 14
|
8 years ago |
Feross Aboukhadijeh
|
18bb7b2f20
|
build
|
8 years ago |
Feross Aboukhadijeh
|
50ac96433e
|
1.2.0
|
8 years ago |
Feross Aboukhadijeh
|
e23167d2d2
|
Merge pull request #28 from fanatid/init-as-iife
Initialize package function as IIFE
|
8 years ago |
Kirill Fomichev
|
e04b0b4217
|
Remove init function
|
8 years ago |
Feross Aboukhadijeh
|
4a1f4ec11f
|
Merge pull request #30 from fanatid/feature/package
Update package structure
|
8 years ago |
Kirill Fomichev
|
f112f479c5
|
Update travis config
|
8 years ago |
Kirill Fomichev
|
4bdece4751
|
Add .gitignore
|
8 years ago |
Kirill Fomichev
|
c7b623a796
|
Rename LICENSE.MIT to LICENSE
|
8 years ago |
Kirill Fomichev
|
9724a03ebd
|
Update package.json
|
8 years ago |
Kirill Fomichev
|
a5f9ec7d8a
|
Move lib/b64.js to index.js
|
8 years ago |
Feross Aboukhadijeh
|
a034b0375b
|
Merge pull request #29 from fanatid/feature/byteLength
Add byteLength
|
8 years ago |
Kirill Fomichev
|
718f83bfaf
|
Add byteLength
|
8 years ago |
Feross Aboukhadijeh
|
a761055632
|
standard
|
8 years ago |
Feross Aboukhadijeh
|
b565c10365
|
remove bower.json (fix #26)
|
9 years ago |
Feross Aboukhadijeh
|
75f9f00f6b
|
build
|
9 years ago |
Feross Aboukhadijeh
|
eeb7d0e8bf
|
1.1.2
|
9 years ago |
Feross Aboukhadijeh
|
788522f2dd
|
Merge pull request #25 from fanatid/fix/code-style
fix code style
|
9 years ago |
Kirill Fomichev
|
9f8478b3c5
|
code style
|
9 years ago |
Feross Aboukhadijeh
|
638643fcef
|
1.1.1
|
9 years ago |
Feross Aboukhadijeh
|
0de289f203
|
build
|
9 years ago |
Feross Aboukhadijeh
|
91d8453c26
|
add "npm run build" command for producing standalone build
|
9 years ago |
Feross Aboukhadijeh
|
ef6f7131ff
|
1.1.0
|
9 years ago |
Feross Aboukhadijeh
|
a204752e3f
|
Merge pull request #21 from beatgammit/improve-perf
Make decode (toByteArray()) 3x faster! (Fix #20)
|
9 years ago |
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 |