Skip to content

Latest commit

 

History

History
310 lines (158 loc) · 8.41 KB

CHANGELOG.md

File metadata and controls

310 lines (158 loc) · 8.41 KB

Changelog

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

v1.6.4

compare changes

📦 Build

  • Remove node> require condition for /proxy subpath (ff7f506)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.6.3

compare changes

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.6.2

compare changes

📦 Build

  • Remove non existing node.import condition (#115)

🏡 Chore

❤️ Contributors

v1.6.1

compare changes

📦 Build

  • proxy: Reorder to fix cjs build (0063bc1)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.6.0

compare changes

🚀 Enhancements

  • proxy: Export fetch and createFetch (#108)
  • proxy: Support no_proxy (#109)

🩹 Fixes

  • proxy: Update environment variable check order (742d27e)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.5.1

compare changes

🩹 Fixes

  • proxy: Support lower-case environment variables too (144996b)

📦 Build

  • Add backward compatible types for /proxy subpath export (584ee24)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.5.0

compare changes

🚀 Enhancements

  • Http proxy util (#106)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.4.1

compare changes

📦 Build

  • Add top level react-native field to package.json (#98)

🏡 Chore

❤️ Contributors

v1.4.0

compare changes

🚀 Enhancements

  • Add explicit /native subpath (4a917e5)

🩹 Fixes

  • Use soft warning for node bundle warn (f46566f)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.3.3

compare changes

📦 Build

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.3.2

compare changes

📦 Build

  • Fix exports for typescript support :} (a180b16)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.3.1

compare changes

🔥 Performance

💅 Refactors

  • Reuse exports from src/node.ts (a6e602d)

📦 Build

  • Fix export conditions (790232d)
  • Add backward compatible type exports (2e8d2aa)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.3.0

compare changes

🚀 Enhancements

  • Add warning for when node polyfill is used in non-node environments (#90)

📦 Build

  • Missing types for /polyfill subpath (#84)

🏡 Chore

❤️ Contributors

v1.2.0

compare changes

🚀 Enhancements

  • pkg: Add export conditions for runtime keys (#75)

🏡 Chore

  • Update dev dependencies (72cb8cb)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.1.1

compare changes

🩹 Fixes

  • polyfill: Avoid reassigning globals (ef92a04)

🏡 Chore

  • Disable broken eslint rule (ec40196)
  • Update lockfile (00199b3)
  • Lint (3e36417)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.1.0

compare changes

🚀 Enhancements

  • Support /node subpath and FORCE_NODE_FETCH to use non-native (#66)

❤️ Contributors

v1.0.2

🏡 Chore

  • release: 1.0.1 (abdb2ad)
  • release: 1.0.1 (7eb7dfd)
  • Update repo (d63453e)

❤️ Contributors

1.0.1 (2022-11-14)

1.0.0 (2022-11-14)

0.1.8 (2022-10-15)

0.1.7 (2022-09-20)

0.1.6 (2022-09-20)

Bug Fixes

  • add hotfix for stackblitz support (#10) (fe77e7a)

0.1.5 (2022-09-19)

0.1.4 (2022-06-20)

0.1.3 (2022-05-11)

Bug Fixes

  • types: add missing type of AbortController (cc53eb7)

0.1.2 (2022-05-11)

Features

0.1.1 (2022-05-11)

Features

  • add subpath export ./src/index.js for better compatibility (daa574f)