Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/smart-pens-march.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @naverpay/nurl

## 1.1.0

### Minor Changes

- 92343a8: feat: add `NURL.match()` and `NURL.mask()` static methods

- `NURL.match(url, pattern)`: Match URL path against a pattern with dynamic segments and extract parameters
- `NURL.mask(url, options)`: Mask sensitive path parameters in a URL for logging purposes

## 1.0.3

### Patch Changes
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": "@naverpay/nurl",
"version": "1.0.3",
"version": "1.1.0",
"description": "URL build library",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down