Releases: mehasoft/request
Releases · mehasoft/request
v1.1.3
🚀 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, anddelfor full, partial, and delete operations. - Support for
FormDatainpost,put, andpatchrequests. - 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.mdand added a Turkish versionREADME.tr.md. - TypeScript support via
index.d.tsandtsconfig.json. - New documentation files:
docs/API.mdanddocs/ENV.md.
🔧 Internal
- Enhanced
package.jsonwithexports,files,engines,keywords, and metadata fields. - Ready-to-extend structure for
examples/andtests/.
Thanks for using @mehasoft/request. Contributions and feedback are always welcome!