Skip to content

Latest commit

 

History

History
149 lines (69 loc) · 5.94 KB

CHANGELOG.md

File metadata and controls

149 lines (69 loc) · 5.94 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.5 (2023-12-06)

Bug Fixes

0.4.4 (2023-07-26)

0.4.3 (2023-04-05)

0.4.2 (2023-01-27)

Bug Fixes

  • cannot install newer version (2f2cb3c)

0.4.1 (2022-12-11)

Bug Fixes

  • should not load .env when env option is empty string (7446f5f)

0.4.0 (2022-11-27)

0.3.0 (2022-11-06)

⚠ BREAKING CHANGES

  • you have to manually add a script tag to index.html
  • drop support for nuxt and qwik for now
  • remove shouldInlineEnv option, use transformMode option instead
  • no longer support non-static property accessing

Features

  • add transformMode option (954ab74)
  • drop support for entire object and computed-property accessing (4e4fd9a)

Bug Fixes

  • generate correct source-maps (4c1d81d)

0.2.3 (2022-10-22)

Bug Fixes

  • should ignore non-import.meta properties (d692356)

0.2.2 (2022-10-22)

Bug Fixes

  • should ignore non-env properties (914603c)

0.2.1 (2022-10-16)

Bug Fixes

  • eval may being blocked by CSP (8778ceb)

0.2.0 (2022-10-13)

Bug Fixes

  • literal string (placeholder) may be removed by minifier (10c567c)

0.1.10 (2022-10-10)

⚠ BREAKING CHANGES

  • no longer support node 12

Features

  • no longer support node 12 (9086406)

0.1.9 (2022-03-25)

Bug Fixes

0.1.8 (2022-03-22)

Bug Fixes

  • we couldn't transform Vite specific environment variables in babel context (418b3e1)

0.1.7 (2022-03-22)

Bug Fixes

  • dotenv@11 drop support node@10 (9406384)

0.1.6 (2022-03-10)

Features

  • support dotenv@8, 9, 10 too (f7af582)

0.1.5 (2022-03-08)

Features

  • babel: support @vue/cli@4 (9e8b014)

0.1.4 (2022-03-04)

Bug Fixes

  • babel plugin should also support env, example options (9960aae)
  • it should only inject vite specific environment variables when using vite (52f0fb6)

0.1.3 (2022-02-28)

Features

0.1.2 (2022-02-26)

0.1.1 (2022-02-26)

Features