51 lines
2.0 KiB
Markdown
51 lines
2.0 KiB
Markdown
# Changelog
|
|
|
|
## 2026-03-26 - 2.0.21 - fix(build)
|
|
migrate project tooling and tests to the smartconfig setup and updated IndexedDB dependencies
|
|
|
|
- replace deprecated npmextra.json metadata with .smartconfig.json
|
|
- switch IndexedDB import from @tempfix/idb to idb and add pnpm overrides and patch metadata
|
|
- update test imports and rename cross-runtime tests to the node+chromium convention
|
|
- add Node.js types and initialize the WebStore database property with a definite assignment assertion
|
|
|
|
## 2024-05-29 - 2.0.20 - metadata
|
|
Updated project description.
|
|
|
|
- Refreshed package description metadata
|
|
- Includes routine release housekeeping for versions 2.0.19-2.0.20
|
|
|
|
## 2024-05-17 - 2.0.14-2.0.19 - core
|
|
Applied a series of routine core updates across multiple patch releases.
|
|
|
|
- Repeated `fix(core): update` changes were released from 2.0.14 through 2.0.19
|
|
- Changes appear to be maintenance-level updates with no further detail in commit history
|
|
|
|
## 2024-04-14 - 2.0.13 - build
|
|
Updated project configuration and package host metadata.
|
|
|
|
- Updated `tsconfig`
|
|
- Updated `npmextra.json` githost settings
|
|
|
|
## 2023-05-01 - 2.0.5-2.0.12 - core
|
|
Released a sequence of routine core patch updates.
|
|
|
|
- Repeated `fix(core): update` changes were published from 2.0.5 through 2.0.12
|
|
- No additional implementation details were provided in commit messages
|
|
|
|
## 2022-05-28 - 2.0.0 - core
|
|
Released the 2.0 major version with a breaking module format change.
|
|
|
|
- Breaking change: switched package output to ESM
|
|
- Included routine core update follow-up releases through 2.0.4
|
|
|
|
## 2020-10-17 - 1.0.16-1.0.18 - core
|
|
Released routine maintenance updates leading up to the final 1.x release.
|
|
|
|
- Repeated `fix(core): update` changes were published for 1.0.16 and 1.0.17
|
|
- Version 1.0.18 introduced the breaking change later released as part of 2.0.0: switch to ESM
|
|
|
|
## 2020-07-09 - 1.0.1-1.0.15 - core
|
|
Published a long series of routine core maintenance releases.
|
|
|
|
- Repeated `fix(core): update` changes were released across versions 1.0.1 through 1.0.15
|
|
- Commit history does not include more specific change details |