Skip to content

Releases: mars/heroku-js-runtime-env

v3.0.2 MIT license

18 Oct 18:22
ad32bb3
Compare
Choose a tag to compare

v3.0.1 Just Docs

07 Oct 04:19
Compare
Choose a tag to compare
📚 "How Does It Work?"

v3.0.0 Preserve Source Maps

24 Oct 20:31
Compare
Choose a tag to compare

Supports up to 4KB of env var JSON so source maps remain accurate. Preserves bundle size by padding the insertion point for runtime env vars. Works in cooperation with create-react-app-inner-buildpack env injection.

v2.0.1 Durability

16 Oct 01:57
Compare
Choose a tag to compare
v2.0.1 Durability Pre-release
Pre-release
  • improve resiliency to missing process.env
  • setup TravisCI.

v2.0.0 Don't Throw It Away

14 Oct 21:47
Compare
Choose a tag to compare
Pre-release

No longer throw error on failed env var parsing, as this could break apps in a big way. It's up to the individual developer to handle missing env values.

v1.0.0 This Is It

13 Oct 00:27
Compare
Choose a tag to compare
v1.0.0 This Is It Pre-release
Pre-release
🌱