summaryrefslogtreecommitdiff
path: root/js/text_encoding.ts
AgeCommit message (Expand)Author
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-10-01Implement ignoreBOM option of UTF8Decoder in text_encoding (#3040)Tomohito Nakayama
2019-09-07Update @typescript-eslint/* to v2.1.0 (#2878)Yoshiya Hinosawa
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-28Internalize base64-js, convert to TypeScriptRyan Dahl
2019-06-21add encodeInto to TextEncoder (#2558)andy finch
2019-04-30Make `atob` follow the spec (#2242)迷渡
2019-04-21Fix eslint warnings (#2151)Ryan Dahl
2019-04-02Fix missing return type (#2038)JaePil Jung
2019-04-01Improve new TextDecoder().toString() (#2032)迷渡
2019-03-15Fix TextDecoder for SharedArrayBuffer backed TypedArray (#1940)Ryan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-12-06Add ASCII support to TextDecoderKitson Kelly
2018-12-06Use alternate TextEncoder/TextDecoder implementation (#1281)Kitson Kelly
2018-10-14Align JSDoc to style guide.Kitson Kelly
2018-09-20Add atob() and btoa() (#776)Kevin (Kun) "Kassimo" Qian
2018-08-09Add TextEncoder/TextDecoder support.Ryan Dahl