Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .badges.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"fileName": "version.svg",
"label": "npm",
"status": "1.0.3",
"status": "1.0.4",
"icon": "npm"
}
]
Expand Down
16 changes: 8 additions & 8 deletions .github/badges/version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.0.4 (2025-08-19)
### 🔀 Pull Requests

- [FIX - Missing media handling in created entries #94](https://github.com/localazy/strapi-plugin/pull/94)

### ✨ Features

- Introduce dropDocumentIdExceptMedia function to selectively omit documentId ([eb90350](https://github.com/localazy/strapi-plugin/commit/eb90350)) ([#94](https://github.com/localazy/strapi-plugin/pull/94))

### 🧪 Tests

- Add tests for dropPropertyDeepWithSkip and dropDocumentIdExceptMedia functions ([eb90350](https://github.com/localazy/strapi-plugin/commit/eb90350)) ([#94](https://github.com/localazy/strapi-plugin/pull/94))

## 1.0.3 (2025-07-28)
### 🔀 Pull Requests

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localazy/strapi-plugin",
"version": "1.0.3",
"version": "1.0.4",
"description": "The official Strapi Plugin by Localazy.",
"keywords": [
"strapi",
Expand Down