Skip to content

Releases: Voltra/jsonclient

Middleware update

08 May 21:35
Compare
Choose a tag to compare
  • Drop fetch_json dependency
  • Drop $json.method for spoofing
  • Add middleware system

GET Refactors

20 Aug 12:43
Compare
Choose a tag to compare

Updated the fetch_json dependency to get uniform option merging algorithms

Refactor, fixes and additions

20 Aug 03:35
Compare
Choose a tag to compare
  • Added support for PUT, DELETE and PATCH
  • 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

06 Aug 19:49
Compare
Choose a tag to compare

Node environment hotfix

16 Mar 09:30
Compare
Choose a tag to compare

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

06 Mar 21:47
Compare
Choose a tag to compare

OUCH

Fixed the entry point to the correct file :/ !

v1.1.0 : A few changes and fixes

06 Mar 21:41
Compare
Choose a tag to compare
  • $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

03 Mar 17:58
Compare
Choose a tag to compare
1.0.1

Ready for initial release (1.0.1)