Releases: pcattori/vite-env-only
Releases · pcattori/vite-env-only
v2.0.0
2.0.0 (2024-01-09)
Documentation
BREAKING CHANGES
-
- Rename macros (
server$
-> serverOnly$
, client$
-> clientOnly$
)
- Only eliminate identifiers that have become unreferenced as a result
of macro replacement
v1.5.0
1.5.0 (2024-01-09)
Features
- error when using namespace imports (fffa8c1)
v1.4.0
1.4.0 (2024-01-09)
Features
- error when dynamically manipulating macros (9635aab)
v1.3.0
1.3.0 (2024-01-09)
Features
v1.2.0
1.2.0 (2024-01-09)
Features
- nice error when passing wrong number of args to macros (832df08)
v1.1.0
1.1.0 (2024-01-08)
Features
- unreplaced macros throw an error (c14f801)
v1.0.3
1.0.3 (2024-01-08)
Bug Fixes
v1.0.2
1.0.2 (2024-01-06)
Bug Fixes
- esm/cjs interop for babel (75c811b)
v1.0.1
1.0.1 (2024-01-06)
Bug Fixes
- include built pkg when publishing to npm (af76bec)
v1.0.0
1.0.0 (2024-01-06)
Features
- unwrap macro when env matches (2bdc7d0)