Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed May 22, 2024
1 parent b0e1ad8 commit c5eeb76
Show file tree
Hide file tree
Showing 8 changed files with 115 additions and 106 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v3.0.1

First version posted to npm. Thanks @galkn for package name `parseuri`.

**Improvements**

- Demo and readme updates.

# v3.0.0

This is a minor update, but includes a breaking change for a minor feature.
Expand Down Expand Up @@ -44,5 +52,6 @@ This is a major, breaking change that comes 17 years after v1.2.2. It updates `p

**Bug Fixes**

- Fixed an issue where an `@` sign in the resource led to incorrect parsing.
- Fixed an issue where `@` in the resource led to incorrect parsing.
- Fixed an ReDoS vulnerability with extremely long URIs that use `@` in the resource.
- Fixed numerous additional edge cases with atypical/invalid URIs.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# parseUri 3.0.0
# parseUri 3.0.1

`parseUri` is a mighty but tiny JavaScript URI/URN/URL parser that splits any URI into its parts (all of which are optional). Its combination of accuracy, comprehensiveness, and brevity is unrivaled (1KB min/gzip, with no dependencies).

Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h1>
Universal URI parser:
<a href="https://github.com/slevithan/parseuri"><code>parseUri</code></a>
<span id="version">v3.0.0</span>
<span id="version">v3.0.1</span>
</h1>
<p><span class="badge">Context:</span>
<code>parseUri</code> is a mighty but tiny JavaScript URI/URN/URL parser that splits any URI
Expand Down
2 changes: 1 addition & 1 deletion dist/parseuri.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c5eeb76

Please sign in to comment.