Skip to content

v.0.5.0

Compare
Choose a tag to compare
@vitaly-t vitaly-t released this 24 May 14:44
· 217 commits to master since this release

This is a major update, which now makes it possible to exchange objects of any complexity through URL parameters automatically, plus use merging logic for parameters.

When setting defaults (method setDefaults):

  • Empty segments are now skipped
  • Parameters that do not exist are now merged with the ones that exist

When building a string (method build):

  • Parameter values (params) that are not strings, are first converted into a JSON string, and then URL-encoded.