Releases: Voltra/jsonclient
Releases · Voltra/jsonclient
Middleware update
GET Refactors
Updated the fetch_json
dependency to get uniform option merging algorithms
Refactor, fixes and additions
- Added support for
PUT
,DELETE
andPATCH
- Added support for method override (using
POST
) - Refactored codebase for better code quality and maintenance
- Refactored options/headers merging algorithms
- Renamed enums holder (is now
$json.enums
)
Customization/defaults additions
v1.3.0 Mod. readme
Node environment hotfix
Fixed a bug that would refrain users from using this library in purely Node based environment, also searched for the easiest polyfill to use
Fixed wrong entry point
OUCH
Fixed the entry point to the correct file :/ !
v1.1.0 : A few changes and fixes
$json.postOptions
->$json.postOptionsEnums
- Hard coded defaults ->
$json.defaults
- class with static methods -> object
- bad ESM/UMD support -> UMD & ESM support
Initial Release : $json, GET, POST and post options
1.0.1 Ready for initial release (1.0.1)