github SonicJs-Org/sonicjs v2.17.2

6 hours ago

Changes

🛠️ Fixed

  • API Filter Bracket Syntaxfilter[field][operator]=value on the public content and collections endpoints now correctly applies WHERE conditions instead of silently returning unfiltered data. Previously documented examples like ?filter[title][contains]=lyme were parsed by Hono as flat query keys and dropped on the floor in QueryFilterBuilder.parseFromQuery. (#807)

✨ Added

  • starts_with operator — case-insensitive prefix match (field LIKE 'value%')
  • ends_with operator — case-insensitive suffix match (field LIKE '%value')

🧰 Governance

  • CODEOWNERS — Reduced second-maintainer requirement; project lead now sole code owner across all paths (#808)

Installation

npm create sonicjs@latest my-app

Update existing project:

npm install @sonicjs-cms/core@2.17.2

Don't miss a new sonicjs release

NewReleases is sending notifications on new releases.