Commit Graph

23 Commits

Author SHA1 Message Date
Robert Knight 50cb9f059a Fix atob under CommonJS module bundlers (eg. Browserify)
Browserify uses the browser version of the module but since
module.exports was not assigned, importing it fails.

 * Fix a typo in the browser implementation of 'browser-atob'

 * Fix reference to the source file in the tests

 * Export 'atob' implementation in 'browser-atob.js' via module
   exports
2015-12-28 09:59:15 +00:00
AJ ONeal f6c7618c46 Update README.md 2015-12-14 11:46:48 -08:00
AJ ONeal 394c0c0afb v2.0.1 2015-12-12 06:58:00 -08:00
AJ ONeal cc8e518d66 add bower.json 2015-12-12 06:57:47 -08:00
AJ ONeal 1dcd72793e Update README.md 2015-12-11 20:59:12 -08:00
AJ ONeal eb52ffbd7e Update README.md 2015-12-11 20:58:29 -08:00
AJ ONeal e4a6c8a484 change history, bump 2015-12-11 16:58:56 -08:00
AJ ONeal ae743e0465 support ios web worker 2015-12-11 16:55:10 -08:00
AJ ONeal 8e3adf34cd v1.2.0 2015-12-11 16:53:22 -08:00
AJ ONeal 518859983e separate node use case from browser use case 2015-12-11 16:52:45 -08:00
AJ ONeal 566cbf77b8 v1.1.3 2015-12-11 16:30:12 -08:00
AJ ONeal bfcaf94551 (MIT OR Apache-2.0) 2015-12-11 16:30:03 -08:00
AJ ONeal e133e5eea4 (MIT OR Apache-2.0) 2015-12-11 16:28:08 -08:00
AJ ONeal 37a01ea113 Update README.md 2014-05-20 09:58:52 -05:00
AJ ONeal 50c9dbb86e bump version 2014-05-20 08:55:59 -06:00
AJ ONeal 0915ef5d92 satisfying the money-hungry lawyers... 2014-05-20 08:53:39 -06:00
AJ ONeal 543a61a941 handle actual binary, not just utf8 2012-09-19 14:22:55 -06:00
Victor Costan b35a566ac6 Fix atob to match browser implementations
Test case:
atob('/A==') === String.fromCharCode(252) should be true
2012-09-13 02:15:36 -03:00
AJ ONeal 87f7024d3e added cli bin 2012-06-26 13:24:09 -06:00
AJ ONeal 93f1bdea38 Revert "Not using the deprecated / broken api (assuming that it was working before)"
This reverts commit 13ac655b1c256140f20be89e84c605e32feac580.
2012-02-20 14:46:43 -07:00
AJ ONeal 0bfb5bd0c8 Not using the deprecated / broken api (assuming that it was working before) 2012-02-20 14:44:50 -07:00
AJ ONeal 65407a29d0 fixed mixup of atob / btoa 2011-09-09 14:56:22 -06:00
AJ ONeal aacae887e8 added atob 2011-09-08 22:18:42 -06:00