| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-01 | use Isolate::register_op in deno_cli (#3039) | Bartek Iwańczuk | |
| 2019-09-30 | feat: op registration in core (#3002) | Bartek Iwańczuk | |
| 2019-09-25 | v0.19.0 | Ryan Dahl | |
| 2019-09-18 | Utilise internal names for snapshot bundles (#2973) | Kitson Kelly | |
| 2019-09-17 | Update to TypeScript 3.6.3 (#2969) | Kitson Kelly | |
| 2019-09-15 | Make deno_cli installable via crates.io (#2946) | Ryan Dahl | |
| - Fixes cargo publish on deno_typescript, deno_cli_snapshots, and deno_cli. - Combines cli_snapshots and js into one directory. - Extracts TS version at compile time rather than runtime - Bumps version awkwardly - it was necessary to test end-to-end publishing. Sorry. - Adds git submodule deno_typescript/typescript | |||
| 2019-09-13 | v0.18.0 | Ryan Dahl | |
| 2019-09-13 | Upgrade rust crates | Bert Belder | |
| 2019-09-12 | deno_typescript cleanup/improvements (#2901) | Kitson Kelly | |
| 2019-09-10 | Add JSDoc to deno_typescript (#2890) | Kitson Kelly | |
| 2019-09-06 | Remove tools/build.py (#2865) | Ryan Dahl | |
| Testing regression: ASAN build removed. | |||
| 2019-09-06 | Remove replacements hack in deno_typescript (#2864) | Yoshiya Hinosawa | |
| 2019-09-04 | v0.17.0 | Ryan Dahl | |
| 2019-09-03 | Handle typescript version in rust (#2855) | Yoshiya Hinosawa | |
| 2019-09-02 | Refactor snapshot build (#2825) | Ryan Dahl | |
| Instead of using core/snapshot_creator.rs, instead two crates are introduced which allow building the snapshot during build.rs. Rollup is removed and replaced with our own bundler. This removes the Node build dependency. Modules in //js now use Deno-style imports with file extensions, rather than Node style extensionless imports. This improves incremental build time when changes are made to //js files by about 40 seconds. | |||
