Skip to content

Releases: mehasoft/request

v1.1.3

24 May 16:29

Choose a tag to compare

🚀 v1.1.3 – Feature Expansion & Documentation Overhaul

This release brings significant improvements to the @mehasoft/request package with new features and developer tools.

✨ Added

  • New HTTP methods: put, patch, and del for full, partial, and delete operations.
  • Support for FormData in post, put, and patch requests.
  • Automatic fallback URL logic based on environment variables (NEXT_PUBLIC_BACKEND_URL, EXPO_PUBLIC_BACKEND_URL, etc.).

📚 Improved

  • All methods now include full JSDoc comments for better IDE support.
  • Completely rewritten README.md and added a Turkish version README.tr.md.
  • TypeScript support via index.d.ts and tsconfig.json.
  • New documentation files: docs/API.md and docs/ENV.md.

🔧 Internal

  • Enhanced package.json with exports, files, engines, keywords, and metadata fields.
  • Ready-to-extend structure for examples/ and tests/.

Thanks for using @mehasoft/request. Contributions and feedback are always welcome!