From 324be2a41008481aa44bf2db02f5de9e24cbda84 Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Mon, 19 Jul 2021 14:45:41 +0200 Subject: [PATCH] Updated docs Signed-off-by: Florian BOUILLON --- CHANGELOG.md | 10 ++++++++++ README.md | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7211c..ba29cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 2.4.2 - 2021-07-19 + +### Added + +- ESM exports are back + +### Changed + +- Moved browser export from `Webpack` to `esbuild` + ## 2.4.1 - 2021-07-11 ## Deprecated diff --git a/README.md b/README.md index ed16087..71ba897 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,17 @@ yarn add @tcgdex/sdk npm install @tcgdex/sdk ``` +or in the web browser +```html + +``` + ## Usage _Note: a complete documentation is in progress_ ```javascript +// only if using with NPM/Yarn import TCGdex from '@tcgdex/sdk' // initialize the SDK