Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elysia

Package Overview
Dependencies
Maintainers
1
Versions
442
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elysia - npm Package Versions

1
45

0.2.2

Diff

Changelog

Source

0.2.2 - 30 Jan 2023

Improvement:

  • Migrate from @medley/router to Raikiri
  • Minor optimization
aomkirby123
published 0.2.1 •

aomkirby123
published 0.2.0 •

Changelog

Source

0.2.0-rc.1 - 24 Jan 2023

Improvement:

  • Map OpenAPI's schema detail on response
  • Fix Type instantiation is excessively deep and possibly infinite
  • Improve TypeScript inference time by removing recursive type in generic
  • Inferred body is never instead of unknown
aomkirby123
published 0.2.0-rc.1 •

Changelog

Source

0.2.0-rc.1 - 24 Jan 2023

Improvement:

  • Map OpenAPI's schema detail on response
  • Fix Type instantiation is excessively deep and possibly infinite
  • Improve TypeScript inference time by removing recursive type in generic
  • Inferred body is never instead of unknown
aomkirby123
published 0.2.0-rc.0 •

Changelog

Source

0.2.0-rc.0 - 23 Jan 2023

Feature:

  • Add support for reference model via .model
  • Add support for OpenAPI's definitions field
aomkirby123
published 0.2.0-beta.2 •

Changelog

Source

0.2.0-beta.2 - 22 Jan 2023

Feature:

  • Add support for custom openapi field using schema.detail
  • Add support for custom code for response

Improvement:

  • Unioned status type for response
  • Optimize TypeScript inference performance
aomkirby123
published 0.2.0-beta.1 •

Changelog

Source

0.2.0-beta.1 - 22 Jan 2023

Breaking Change:

  • onParse now accepts (context: PreContext, contentType: string) instead of (request: Request, contentType: string)
    • To migrate, add .request to context to access Request

Feature:

  • onRequest and onParse now can access PreContext
  • Support application/x-www-form-urlencoded by default

Improvement:

  • body parser now parse content-type with extra attribute eg. application/json;charset=utf-8
aomkirby123
published 0.2.0-beta.0 •

Changelog

Source

0.2.0-beta.0 - 17 Jan 2023

Feature:

  • Support for Async / lazy-load plugin

Improvement:

  • Decode URI parameter path parameter
  • Handle union type correctly
aomkirby123
published 0.1.2 •

Changelog

Source

0.1.2 - 31 Dec 2022

Bug fix:

  • onRequest doesn't run in group and guard
aomkirby123
published 0.1.1 •

Changelog

Source

0.1.1 - 28 Dec 2022

Improvement:

  • Parse encoded URI on querystring
  • Exclude URI fragment from querystring
  • Blasphemy hack for updating Elysia server using --hot
  • Exclude fragment on getPath
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc