From 5a614a0efb90804f3b002cfad838353805b55745 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 13 May 2022 15:05:58 +0200 Subject: [PATCH] Document the updated TypeScript requirements Resolves #275 --- docs/migration/wsc55/javascript.md | 5 +++++ mkdocs.yml | 1 + 2 files changed, 6 insertions(+) create mode 100644 docs/migration/wsc55/javascript.md diff --git a/docs/migration/wsc55/javascript.md b/docs/migration/wsc55/javascript.md new file mode 100644 index 00000000..878dd3d5 --- /dev/null +++ b/docs/migration/wsc55/javascript.md @@ -0,0 +1,5 @@ +# Migrating from WoltLab Suite 5.5 - TypeScript and JavaScript + +## Minimum requirements + +The ECMAScript target version has been increase to es2019 from es2017. diff --git a/mkdocs.yml b/mkdocs.yml index 1df4691e..8fd33935 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -112,6 +112,7 @@ nav: - 'Migration': - 'From WoltLab Suite 5.5': - 'PHP API': 'migration/wsc55/php.md' + - 'TypeScript and JavaScript': 'migration/wsc55/javascript.md' - 'From WoltLab Suite 5.4': - 'PHP API': 'migration/wsc54/php.md' - 'TypeScript and JavaScript': 'migration/wsc54/javascript.md' -- 2.20.1