Skip to content

v0.11.6

Choose a tag to compare

@andrehrferreira andrehrferreira released this 16 Apr 20:00
· 71 commits to main since this release

📁 Repository

  • Support for sorting on fields without indexes
  • Filtering on fields not present in the entity
  • Indexes added for createdAt and updatedAt
  • Fix for simpleArray field type handling
  • Relationship corrections between contracts
  • Fixes for datetime type parsing
  • Validation fix for IsEmail
  • New schema functions: count, exists, upsert

⚙️ Config

  • Dynamic configuration loading from the database
  • Conversion utility from ENV to runtime config entries

🌐 HTTP

  • New decorators for fine-grained header control:
    • @Expires
    • @Raw
    • @LastModified
    • @ContentType
    • @CacheControl
    • @ContentDisposition
    • @HTTPCode
    • @Redirect