Skip to content

Latest commit

 

History

History
430 lines (220 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

430 lines (220 loc) · 13.4 KB

Changelog

v1.3.0

compare changes

🚀 Enhancements

  • minimalEvent: Also stringify body if method is not GET/HEAD (a0b33ac)

❤️ Contributors

v1.2.0

compare changes

🚀 Enhancements

  • minimalEvent: Also set content-type header (0402ec4)

❤️ Contributors

v1.1.0

compare changes

🚀 Enhancements

  • HandleConfigOptions and easyRouteKey (b9b7044)

🏡 Chore

  • eslint: Disable ts/no-empty-object-type (d1f78fc)

✅ Tests

  • Adjust test for asynchronous handler case (49bddf2)

❤️ Contributors

v1.0.1

compare changes

🏡 Chore

❤️ Contributors

v1.0.0

compare changes

🏡 Chore

  • Bump @namesmt/utils-lambda (601d7e6)

❤️ Contributors

v0.2.8

compare changes

📖 Documentation

🏡 Chore

  • Maintain deps, lockfile (340a427)

❤️ Contributors

v0.2.7

compare changes

🏡 Chore

  • No longer release under namespace (fa4a76b)

❤️ Contributors

v0.2.6

compare changes

🌊 Types

  • TriggerFactory: Relax default Variables type (c5c7e62)

❤️ Contributors

v0.2.5

compare changes

🚀 Enhancements

  • Add $HAAL-returnBody special return (6cd75e6)

💅 Refactors

  • handler: Code splitting (fbb8b40)

🌊 Types

  • Declare global awslambda stream APIs (4d28a32)

🏡 Chore

  • trigger: ⚠️ Remove return-body special return (f373710)
  • Update deps, lockfile (79479cf)

✅ Tests

⚠️ Breaking Changes

  • trigger: ⚠️ Remove return-body special return (f373710)

❤️ Contributors

v0.2.3

compare changes

🩹 Fixes

  • Set cookies with comma is bugged (eb79aa9)

❤️ Contributors

v0.2.2

compare changes

🌊 Types

  • Export LambdaTriggerEvent, LambdaRequestEvent (d037768)

❤️ Contributors

v0.2.1

compare changes

🌊 Types

  • Refactor and export necessary types, fix ts2742 (130d155)

❤️ Contributors

v0.2.0

compare changes

🚀 Enhancements

  • Exports LambdaEvent, LambdaContext (07e6790)

❤️ Contributors

v0.2.0-1719056816.4d340c2

compare changes

🚀 Enhancements

  • getEventSource: Support all common trigger event interfaces (1496b5c)
  • createTriggerFactory: Add default Env.Bindings (c14b734)

🩹 Fixes

💅 Refactors

  • ⚠️ Major restructuring (47dbfca)
  • Remove local definitions of trigger interfaces (34ef55a)
  • Relocation some code (40a8f48)

📖 Documentation

✅ Tests

⚠️ Breaking Changes

  • ⚠️ Major restructuring (47dbfca)

❤️ Contributors

v0.2.0-1718818726.a66ea14

compare changes

🚀 Enhancements

  • ⚠️ Major refactor of trigger events support (a66ea14)

⚠️ Breaking Changes

  • ⚠️ Major refactor of trigger events support (a66ea14)

❤️ Contributors

v0.1.6

compare changes

🩹 Fixes

❤️ Contributors

v0.1.5

compare changes

🏡 Chore

❤️ Contributors

v0.1.4

compare changes

🏡 Chore

  • Update deps, align with hono and starter-ts (3851d2e)

❤️ Contributors

v0.1.3

compare changes

🏡 Chore

❤️ Contributors

v0.1.2

compare changes

🚀 Enhancements

  • Add ALBProcessor and refactor TriggerProcessor + abstract classes (0124671)

💅 Refactors

  • Improve security against brute-force attack (f340e45)

🏡 Chore

  • Align with honojs/hono#c95e135 (a7a91a6)

❤️ Contributors

v0.1.1

compare changes

🚀 Enhancements

  • Align with hono@4.2.5 (d52c916)
  • Align with hono@4.2.6, implements triggerProcessor (3ace017)

🏡 Chore

❤️ Contributors

v0.1.0

compare changes

📖 Documentation

  • README: Add quick example to use trigger events (8917e57)

🏡 Chore

  • Use unjs/renovate-config (bde6b99)

❤️ Contributors

v0.1.0-1711616965.7e91467

compare changes

🚀 Enhancements

  • ⚠️ Introduce getTriggerPath(), fixTriggerRoutes() (see description) (e834b15)

🩹 Fixes

  • streamHandle: Handle response without body (13ed05b)

💅 Refactors

  • Revert "fix: support basePath for trigger events" (719f694)

📖 Documentation

⚠️ Breaking Changes

  • ⚠️ Introduce getTriggerPath(), fixTriggerRoutes() (see description) (e834b15)

❤️ Contributors

v0.1.0-1711141011.89eedae

compare changes

📖 Documentation

🏡 Chore

  • Should publish under a namespace (c4a1c6f)
  • Adjust linked parts after renaming to namespace (5dec7df)

❤️ Contributors

v0.1.0-1711140225.4b7ce09

🚀 Enhancements

  • Introduce support for trigger events (e9135d4)

🩹 Fixes

  • Support basePath for trigger events (4b7ce09)

💅 Refactors

  • ⚠️ Remove unnecessary, undocumented double binding of requestContext (112346d)

📖 Documentation

🌊 Types

  • Fix: some props are optional in APIGatewayRequestContextV2 (ef9d8f9)
  • Fix: body are optional in APIGatewayProxyEventV2 (17053f4)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Remove unnecessary, undocumented double binding of requestContext (112346d)

❤️ Contributors