- Last updated: 2025-03-09T19:21:53Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
2.5.0 (2024-03-13)
- add CustomError interface, update docs, add tests (d2ea8b2)
2.4.1 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
2.4.0 (2023-10-24)
- update assert() import.meta.env check (#425) (d30d000)
- also check for
import.meta.env.UMBRELLA_ASSERTS
for non-ViteJS tooling - btw. this is not a fix for the esbuild issue in #425 (but part of its solution posted in comments)
- also check for
2.3.0 (2023-08-04)
- add ensureXXX() functions (be70868)
2.2.3 (2022-10-28)
2.2.2 (2022-10-04)
- update assertion switch logic (781470d)
- remove support for obsolete (& broken) snowpack setup
- add support for Vite's env var handling
2.2.0 (2022-09-21)
- add I/O error types & factories (898584b)
- add IOError
- add FileNotFoundError