Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-08 | docs: package.ts -> deps.ts (#1903) | Yoshiya Hinosawa | |
2019-03-08 | http: add return types (denoland/deno_std#250) | Eugen Cazacu | |
Original: https://github.com/denoland/deno_std/commit/84f9fe064984276781e7f9deb03544024d81c1a6 | |||
2019-03-08 | refactor: use execPath where appropriate (denoland/deno_std#255) | Yoshiya Hinosawa | |
Original: https://github.com/denoland/deno_std/commit/bf76484301cccbc857cdf205a44762239392ebed | |||
2019-03-08 | testing/asserts: Add unimplemented and unreachable (denoland/deno_std#248) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/02274ef48bb298047f2a9a1821a75cd060fc5500 | |||
2019-03-08 | Use fs.walk rather than git ls-files (denoland/deno_std#241) | Andy Hayden | |
Original: https://github.com/denoland/deno_std/commit/afaf343f376eaafc668d553322e5700c0c8c223f | |||
2019-03-07 | Remove 'deno' builtin module (#1895) | Kitson Kelly | |
2019-03-07 | Upgrade deno_std to 395392 (#1902) | Ryan Dahl | |
2019-03-07 | Use Deno global var instead of built-in "deno" module (denoland/deno_std#247) | Yoshiya Hinosawa | |
Original: https://github.com/denoland/deno_std/commit/395392912d69fe320d74c1f95a27be8e4adc0fa6 | |||
2019-03-07 | Add assertNotEquals, assertArrayContains (denoland/deno_std#246) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/899ab67cea12de812c041bcb5ea9ae7fd300d706 | |||
2019-03-07 | Bump CI to v0.3.2 (denoland/deno_std#245) | Yoshiya Hinosawa | |
replace Deno.platform with Deno.build Original: https://github.com/denoland/deno_std/commit/c67751659c50a3c0be5952e3092de7943aa9fa54 | |||
2019-03-07 | Cleanup node_modules, update packages (#1894) | Kitson Kelly | |
And fix new lint issues. | |||
2019-03-06 | v0.3.2 | Ryan Dahl | |
2019-03-06 | Upgrade deno_std (#1892) | Ryan Dahl | |
A major API change was that asserts are imported from testing/asserts.ts now rather than testing/mod.ts and assertEqual as renamed to assertEquals to conform to what is most common in JavaScript. | |||
2019-03-06 | Rename assertEq to assertEquals (denoland/deno_std#242) | Ryan Dahl | |
After some discussion it was found that assertEquals is more common in JS (vs assertEqual, assertEq) and sounds better in the negated form: assertNotEquals vs assertNE. Original: https://github.com/denoland/deno_std/commit/4cf39d4a1420b8153cd78d03d03ef843607ae506 | |||
2019-03-06 | Reorganize version and platform into Deno.build and Deno.version (#1879) | Kevin (Kun) "Kassimo" Qian | |
2019-03-06 | Testing refactor (denoland/deno_std#240) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/e1d5c00279132aa639030c6c6d9b4e308bd4775e | |||
2019-03-06 | Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239) | Andy Hayden | |
Original: https://github.com/denoland/deno_std/commit/0fc13fffbdb59d6aee2b11ff17a5de382273126b | |||
2019-03-06 | Replace deno.land/x/std with deno.land/std (#1890) | Andy Hayden | |
2019-03-05 | Update mime-db to 1.38.0 (denoland/deno_std#238) | Evan Hahn | |
mime-db@1.38.0 was released on 2019-02-04. This updates the JSON file. Original: https://github.com/denoland/deno_std/commit/d430a241244c8b7af57c9b0c22664425987c86a8 | |||
2019-03-05 | Fix website manual link (#1889) | Grant Timmerman | |
2019-03-05 | fix snapshots in gn build (#1886) | andy finch | |
Bug introduced in 75fe80d5a4992ddad89160c2e0113a1af8d3d24a | |||
2019-03-05 | Refactor asserts in testing (denoland/deno_std#227) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/c734e3234322cea5298a887373fe4ad1591d7c97 | |||
2019-03-04 | tools/run_node: only create 'node_modules' symlink once | Bert Belder | |
Previously run_node.py would always attempt to remove and then re-create the 'target/xx/node_modules' symlink. This causes sporadic build errors on windows when multiple build targets that use run_node.py are being built concurrently. | |||
2019-03-04 | tools: remove fix_symlinks() function | Bert Belder | |
This fixes an issue on Windows that causes build to fails when fix_symlinks() is called concurrently with another build step. It is also no longer necessary, since recent versions of git know how to properly create symbolic links on checkout. | |||
2019-03-04 | ci: upgrade git on appveyor to version v2.21.0.windows.1 | Bert Belder | |
2019-03-04 | Improve tagline in README (#1881) | Ryan Dahl | |
2019-03-04 | Use pretty assertEqual in testing (denoland/deno_std#234) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/8fb9f709a67e92634b0be3024dfbc70fb445883c | |||
2019-03-04 | Add eslint for linting (denoland/deno_std#235) | Kitson Kelly | |
Original: https://github.com/denoland/deno_std/commit/c0390ade3de4d825423c9f0f5e1aa56ffd509942 | |||
2019-03-04 | Refactor WebSockets (denoland/deno_std#173) | Dmitry Sharshakov | |
* Use assert.equal instead of deprecated assertEqual * Replace let with const where possible * Add WebSocketMessage type * Use OpCode in WebSocketFrame * Use const where possible in WS * Separate sha1 tests, use const instead of let Original: https://github.com/denoland/deno_std/commit/385f866a545176261806d75184e2ef97fa0d5269 | |||
2019-03-04 | `use-snapshots` build option for cross compile support. (#1852) | andy finch | |
2019-03-04 | feat: parallel testing (denoland/deno_std#224) | chiefbiiko | |
Original: https://github.com/denoland/deno_std/commit/41bdd096f0b300056c58a04392d109bf11c1ce8e | |||
2019-03-04 | Refactoring + Enhance UTs + Enhance doc (denoland/deno_std#230) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/e2fd507cfd28fa6f4900668d4a80b78a5e97f01b | |||
2019-03-04 | Allow inspection and revocation of permissions (#1875) | Simon Menke | |
2019-03-04 | Fixing default parameters of runBenchmarks (denoland/deno_std#229) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/facc8ce9d228148353c407869a32cc4295b9a264 | |||
2019-03-03 | Removed comment from tslint.json (#1878) | Lazarus Holl | |
2019-03-03 | libdeno: fix libdeno.print() unicode output on Windows | Bert Belder | |
Note that emoji are still not supported, due limitations of the Windows console. | |||
2019-03-03 | libdeno: remove `prints_newline` parameter from libdeno.print() | Bert Belder | |
2019-03-03 | Re-enabling colors after color testing (denoland/deno_std#226) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/b4fba9fb24f1e968bc92531c3c31662387bd032d | |||
2019-03-03 | Add write permissions requirement to `op_fetch_module_meta_data`. (#1874) | andy finch | |
2019-03-02 | Fix deno imports in manual (#1867) | JaePil Jung | |
2019-03-02 | fixing readme link + version (denoland/deno_std#225) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/0ba93a9b9522dace0c6a6ae9d824d4b580fcd1e3 | |||
2019-03-02 | manual - import.meta.main (#1868) | Bartek Iwańczuk | |
2019-03-02 | Fix example in manual (#1863) | Ryan Dahl | |
2019-03-02 | fs.walk performance improvement (denoland/deno_std#221) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/ccb452f77580148084e7b2dbcfb52b984e0d740e | |||
2019-03-02 | Testing add ansi color support from color module (denoland/deno_std#223) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/90871cfca6f44a8cfea19345998359d615002b05 | |||
2019-03-02 | Glob integration for the FS walker (denoland/deno_std#219) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/0c3ba838fa7e74a859d2a6dbfec3941a521c7988 | |||
2019-03-02 | compiler_bundle should also depend on gn_args.txt (#1870) | Yoshiya Hinosawa | |
2019-03-01 | Add Deno.version.gnArgs (#1845) | Yoshiya Hinosawa | |
To display specific build args passed to GN. | |||
2019-03-01 | Permissions refactor (#1864) | andy finch | |
Refactored permissions to be assignable on a per-isolate basis, and added a fix for #1858 to op_fetch_module_meta_data. | |||
2019-03-01 | Add favicon.ico generated by deno_logo_3.svg and add link tag in every page ↵ | Jon Jee | |
(#1861) |