Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Mar 4, 2024
1 parent 6fa4766 commit 3b2f3ac
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 42 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 3.0.0

- This version of Ultraviolet has support for using [bare-mux](https://github.com/MercuryWorkshop/bare-mux) transports, allowing for use for other implementations like [EpoxyTransport](https://github.com/MercuryWorkshop/EpoxyTransport), [CurlTransport](https://github.com/MercuryWorkshop/CurlTransport), and the existing implementation [Bare-Client](https://github.com/MercuryWorkshop/Bare-as-module3).

# v2.0.0

- This version of Ultraviolet has support for Bare server v3
- Support for older Bare servers was dropped.

# v1.0.10

- This version of Ultraviolet fixes an NPM versioning error.
Expand Down Expand Up @@ -60,4 +69,4 @@ self.addEventListener('fetch', (event) => event.respondWith(sw.fetch(event)));

- This is the first official release of the Ultraviolet library.
- The `uv.bundle.js` script is built using Webpack, allowing users to easily bundle their own scripts and dependencies with Ultraviolet.
- This project is still under active development, and future releases will include new features and improvements.
- This project is still under active development, and future releases will include new features and improvements.
Loading

0 comments on commit 3b2f3ac

Please sign in to comment.