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