# Changelog All Notable changes to `vue-url-parameters` will be documented in this file ## 1.0.7 - getFiltersFromUrl() will now always use decodeURI() on the result ## 1.0.4 - Adds tests to verify functionality. Tests can be run with the following command: `npm run test` ## 1.0.3 - Rewrote getFiltersFromUrl() function - getFiltersFromUrl() now accepts a second argument (boolean) that enables or disables type casting. Default value is false. ## 1.0.0 - Initial release