summaryrefslogtreecommitdiff
path: root/cli/compat
AgeCommit message (Expand)Author
2022-03-311.20.4 (#14168)David Sherret
2022-03-30build: use workflows for bumping versions and cargo publishing on the CI (#13...David Sherret
2022-03-30chore: add semi-colon to compat/mod.rs export default output (#14154)David Sherret
2022-03-25chore: forward v1.20.3 release commit to main (#14121)Luca Casonato
2022-03-241.20.2Kitson Kelly
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-03-22fix(compat): Changes an instance of collect::<Vec<_>>().join("") to collect::...Yoav Lavi
2022-03-16chore: fix build (#13997)Ryan Dahl
2022-03-16v1.20.0Ryan Dahl
2022-03-10v1.19.3Yoshiya Hinosawa
2022-03-031.19.2 (#13825)Satya Rohith
2022-02-27feat(compat): CJS/ESM interoperability (#13553)Bartek Iwańczuk
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-241.19.1 (#13762)David Sherret
2022-02-17v1.19.0Bartek Iwańczuk
2022-02-07fix(compat): ESM resolver for package subpath (#13599)Bartek Iwańczuk
2022-02-04chore: forward v1.18.2 to main (#13595)Bartek Iwańczuk
2022-02-01refactor: integrate deno_graph breaking changes (#13495)Kitson Kelly
2022-01-27chore: forward v1.18.1 to main (#13514)Bartek Iwańczuk
2022-01-201.18.0Divy Srivastava
2022-01-13chore: forward v1.17.3 to main (#13364)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2022-01-06chore: forward 1.17.2 to main (#13295)Bartek Iwańczuk
2022-01-03feat(compat) preload Node.js built-in modules in global vars REPL (#13127)VishnuJin
2021-12-30feat(test): Add support for "deno test --compat" (#13235)Steven Guerrero
2021-12-22chore: merge v1.17.1 into main (#13184)Bartek Iwańczuk
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-12-16v1.17.0Bartek Iwańczuk
2021-12-04chore: merge v1.16.4 into main (#12984)Luca Casonato
2021-11-24chore: merge v1.16.3 into main (#12892)Bert Belder
2021-11-24compat: support compat mode in REPL (#12882)Bartek Iwańczuk
2021-11-171.16.2 (#12794)David Sherret
2021-11-11v1.16.1Luca Casonato
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
2021-11-01port check_if_should_use_esm_loader to rust (#12562)Ryan Dahl
2021-10-28feat(compat): integrate import map and classic resolutions in ESM resolution ...Bartek Iwańczuk
2021-10-27chore: update to rusty_v8 0.33.0 (#12564)Luca Casonato
2021-10-25v1.15.3 (#12533)Yoshiya Hinosawa
2021-10-21compat: add DENO_NODE_COMPAT_URL env variable (#12508)Bartek Iwańczuk
2021-10-18feat(unstable): Node CJS and ESM resolvers for compat mode (#12424)Bartek Iwańczuk