Skip to content

Releases: tinh-tinh/tinhtinh

v1.1.1

05 Oct 01:23
a113134
Compare
Choose a tag to compare

🚀 Features

  • Optimize JSON parse - with other package #17
  • Support encrypt cookies #18
  • Allow access static resource with app #21
  • Support user session with cookie or caching store #25
  • Add Middleware for Custom Ctx #34

🐛 Bug Fixes

  • Crash app when enable transform in DTO #36

v1.1.0

28 Sep 02:01
71cfff2
Compare
Choose a tag to compare

🚀 Features

  • Support API Versioning: #1
  • Create provider based on param not initial yet: #5
  • Add Incromming Request Provider and Module: #12
  • Support logger for all apps: #13
  • Support secure apps by setting HTTP response headers: #16
  • Support upload file: #22

v1.0.5

21 Sep 02:44
Compare
Choose a tag to compare

🚀 Features

  • Add option for enable cors middleware #2
  • Validate dto with nested struct #4
  • Add some hooks function for app lifecycle #8