Skip to content

v2.3.5

Compare
Choose a tag to compare
@JMPerez JMPerez released this 20 Jul 07:07
· 116 commits to master since this release

Use encodeURIComponent instead of encodeURI to encode the user's id. 'encodeURI' wasn't encoding characters like / or # that were generating an invalid endpoint url. Thanks @jgranstrom for the PR.