1.0.11 • Published 11 months ago

@chneau/elysia-compression v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

elysia-compression

Installation

bun install @chneau/elysia-compression

Example

import { compression } from "@chneau/elysia-compression";
import { Elysia } from "elysia";

const app = new Elysia().use(compression()).listen(8080);

Changelog

1.0.11 - 2024-08-29

Fixed

  • Fixed all tests. Compression if working again!

1.0.10 - 2024-08-27

Fixed

  • Fixed potential null pointer exception.

1.0.9 - 2024-08-03

Fixed

  • Working with elysia static, json and errors.

1.0.8 - 2024-08-03

Fixed

  • Working with elysia static, json and errors.

1.0.7 - 2024-08-03

Added

  • Tests.

Fixed

  • Working with elysia static.
1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago