Skip to content

Commit

Permalink
📘 doc: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Sep 4, 2024
1 parent 7b76d2d commit 6e1cb35
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# 1.1.12 - 4 Sep 2024
Feature:
- [#808](https://github.com/elysiajs/elysia/pull/808) add UnionEnum type with JSON schema enum usage
- [#807](https://github.com/elysiajs/elysia/pull/807) add closeActiveConnections to Elysia.stop()

Bug fix:
- [#808](https://github.com/elysiajs/elysia/pull/808) ArrayString type cast as Object instead of Array

# 1.1.11 - 1 Sep 2024
Feature:
- native Bun native static response
- native Bun static response
- can be disabled by setting `app.config.nativeStaticResponse = false`
- [#93](https://github.com/elysiajs/elysia/issues/93) export TypeSystemPolicy
- [#752](https://github.com/elysiajs/elysia/issues/752) tye coercion on dynamic mode
Expand Down

0 comments on commit 6e1cb35

Please sign in to comment.