From 03fa32e006c8a278eda88f5e0ea9db54e99ceb1b Mon Sep 17 00:00:00 2001 From: Perry Mitchell Date: Sun, 8 Sep 2024 08:05:16 +0300 Subject: [PATCH] Deprecate v4 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 638e5a7..93854f3 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ This library's motivation is **not** to follow an RFC or to strictly adhere to s Version 5 is under active development. Version 4 is in support mode, and will receive security and stability related bugfixes. Earlier versions are deprecated and will not receive updates. +**Note:** Version 4 support will be dropped January 2025. Migrate to v5 as soon as possible. + Version 5 upgrades the library to use ESM (ECMAScript Modules), and so your environment must fit one of the following formats to be able to use this library: * NodeJS project with `"type": "module"` in `package.json` (ESM mode)