Skip to content

Latest commit

 

History

History
166 lines (88 loc) · 5.09 KB

CHANGELOG.md

File metadata and controls

166 lines (88 loc) · 5.09 KB

Changelog

v1.0.0-rc.8

compare changes

💅 Refactors

  • Condition expression matcher & contextual values replacement (c62597e)

🏡 Chore

  • Export prisma query filter transformer from parent dir (466aa33)

❤️ Contributors

v1.0.0-rc.7

compare changes

🩹 Fixes

  • Invalid return from condition expression check utility fn (a540740)

📖 Documentation

  • Add base api references (cb07790)

🏡 Chore

❤️ Contributors

v1.0.0-rc.6

compare changes

🩹 Fixes

  • Correcly handle overlapping permission (48d6cf8)

🏡 Chore

❤️ Contributors

v1.0.0-rc.5

compare changes

🚀 Enhancements

  • Prisma query filter transformer (f382d0c)

📖 Documentation

  • Update quickstart to follow meta structure changes (d30dd9b)
  • Update readme.md usage section to follow meta structure changes (a020173)

❤️ Contributors

v1.0.0-rc.4

compare changes

💅 Refactors

  • ⚠️ Per-resource action definition (cf593ec)

⚠️ Breaking Changes

  • ⚠️ Per-resource action definition (cf593ec)

❤️ Contributors

v1.0.0-rc.3

compare changes

🩹 Fixes

  • Should be able to reach nullable operand (c53675c)

❤️ Contributors

v1.0.0-rc.2

compare changes

🩹 Fixes

  • ⚠️ Temporary drop ability to generate query filter (141b541)

💅 Refactors

  • ⚠️ Remove support for dot-notation condition field (02ceda1)

📖 Documentation

  • Deploy initial documentation site (e5795ce)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Temporary drop ability to generate query filter (141b541)
  • ⚠️ Remove support for dot-notation condition field (02ceda1)

❤️ Contributors

v1.0.0-rc.1

🚀 Enhancements

  • Complete initial condition expressions matcher (9a83960)
  • Prisma query filter transformer (ff8cf28)

🩹 Fixes

  • Correct some & every expression matcher payload validation (0e63159)
  • Handle multiple related permissions with condition correctly (9d181be)

📖 Documentation

🏡 Chore

✅ Tests

  • Match condition expression & can method with inverted permission (75add1a)
  • Fix wrong schema.prisma path (81af7ed)

❤️ Contributors