Commit e852a67
committed
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.0...v3.0.0) (2025-12-04)
### Features
* migrate to Strapi v5 Document Service API ([816806c](816806c))
### BREAKING CHANGES
* Schema field changes
- Renamed createdBy/updatedBy to creatorId/updaterId (string fields)
- Removed relation dependency on admin::user
Changes:
- Migrated all services from entityService to strapi.documents()
- Migrated controllers from db.query to strapi.documents()
- Removed all emojis from server logs (replaced with [TAG] format)
- Added proper JSDoc documentation to all functions
- Fixed relation handling (now uses string documentIds)
- Added entityService as documented fallback for admin::user
- Updated content-types schema for Strapi v5 compliance
Strapi v5 Rules Compliance:
- strapi.db.query() = 0 (FORBIDDEN)
- strapi.entityService = 1 (fallback only)
- strapi.documents() = 9+ (RECOMMENDED)
- Emojis in code = 0 (NONE)
- JSDoc comments = 41 blocks1 parent 816806c commit e852a67
2 files changed
Lines changed: 31 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
1 | 31 | | |
2 | 32 | | |
3 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments