Skip to content

Commit 3b2f3ac

Browse files
committed
update changelog
1 parent 6fa4766 commit 3b2f3ac

2 files changed

Lines changed: 422 additions & 42 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 3.0.0
2+
3+
- 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).
4+
5+
# v2.0.0
6+
7+
- This version of Ultraviolet has support for Bare server v3
8+
- Support for older Bare servers was dropped.
9+
110
# v1.0.10
211

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

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

0 commit comments

Comments
 (0)