Releases: sulimanbenhalim/laravel-prose
Releases · sulimanbenhalim/laravel-prose
v1.0.0
Added UPDATE and DELETE operations support with natural language translation.
UPDATE operations now accept field arrays and translate them intelligently:
- Boolean fields: 'to be verified', 'not be active'
- Timestamp fields: 'be verified', 'be published'
- Status fields: 'have cancelled status'
- Numeric fields: 'have priority 5'
DELETE operations translate to natural language:
- 'Delete customers with status banned'
- 'Delete all customers' (no conditions)
All existing functionality remains unchanged. 125 tests passing.