Skip to content

Commit

Permalink
chore: v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Jan 5, 2020
1 parent eb8d728 commit e4bd63d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [6.0.0](https://github.com/troch/path-parser/compare/v5.1.0...v6.0.0) (2020-01-05)


### Features

* add option `urlParamsEncoding` for specifying encoding and decoding of URL params ([#46](https://github.com/troch/path-parser/issues/46)) ([eb8d728](https://github.com/troch/path-parser/commit/eb8d728f99afe5fe6fa1eee45562813a16dcf118))

### BREAKING CHANGES

* `queryParams` options from `build`, `test` and `partialTest` has been moved to `Path` constructor
* The new `urlParamsEncoding` option changes the default encoding and decoding. See the README for available encoding and decoding methods.
* Option interfaces have been renamed (`PathTestOptions`, `PathBuildOptions`, `PathPartialTestOptions`)



# [5.1.0](https://github.com/troch/path-parser/compare/v5.0.1...v5.1.0) (2019-12-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "path-parser",
"version": "5.1.0",
"version": "6.0.0",
"description": "A small utility to parse, match and generate paths",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit e4bd63d

Please sign in to comment.