fixes(#1089): Appends query params at the end of the URL. (#1108)
* fixes(#1089): Appends query params at the end of the URL.
This PR appends query params at the end of the URL so in case of master URL has parameters they are appended correctly at the end.
* chore: Add one test for none full URL
* docs: Add license header
* docs: Update changelog