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