- Last updated: 2024-10-05T12:12:32Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. 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.
1.2.3 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
1.2.0 (2023-10-24)
- update import.meta.env check (#425) (c8aa353)
- also check for
import.meta.env.UMBRELLA_GLOBALS
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
1.1.15 (2022-10-29)
1.1.13 (2022-10-04)
- update expose switch logic (9a98c3e)
- remove support for obsolete (& broken) snowpack setup
- add support for Vite's env var handling
1.1.0 (2021-11-17)
- Using workspaces for local tools (bf7a404)
Improving the overall build ergonomics
- introduced a tools workspaces
- imported it in all needed packages/examples
- inclusive project root
- testrunner to binary (4ebbbb2) this commit reverts (partly) changes made in: ef346d7a8753590dc9094108a3d861a8dbd5dd2c overall purpose is better testament ergonomics: instead of having to pass NODE_OPTIONS with every invocation having a binary to handle this for us.
1.0.4 (2021-10-25)
- #324 update snowpack issue workaround (6dfbf71)
- switch to another temp workaround until snowpack team fixes snowpackjs/snowpack#3621
1.0.1 (2021-10-13)
- update imports in all tests/pkgs (effd591)
0.1.0 (2021-10-12)
- extract as new pkg (323995f)
- migrate exposeGlobal() from @thi.ng/api to new pkg
- add snowpack env var support (bdd68e1)