Release notes
2025-10-16
- nextmin-node: Added cross-model Search API (POST /search)
- Search across multiple models by text with per-model select and limit. Results grouped by model and masked by policy.
- See docs: /docs/nextmin-node/search
- nextmin-node: Added file upload APIs
- POST /file (API key) for server-to-server uploads.
- POST /files (auth) for authenticated user uploads.
- DELETE /files/:key to delete an uploaded file by key.
- nextmin-node: Query and sorting improvements
- New parseSort supports +field/-field, multi-field sorts, and only applies a default when none provided.
- parseQuery supports fields projection (?fields=a,b), page/limit, and returns a skip value.
- Introduced virtual sort keys (createdAt, updatedAt, id, _id).
- Added buildPredicateForField to build robust filters for string/number/boolean/date/objectId and arrays.
- nextmin-react: FileUploader revamped
- Supports multiple files, progress, cancel/delete, preview, and validation (maxFilesCount, maxFileSize, fileTypes).
- Configurable endpoint and auth headers; maps server response to value.
- nextmin-react: SchemaForm improvements
- Better date/time/range handling (withTime), masked number input, and address autocomplete pairing (address -> latLng).
- Docs: Updated schema examples to include file fields, repeatable JSON groups, and ref page size.
2025-10-09
- Updated the multiple select with the select values
- Updated both single and multi select with virtualization
- Added the fields errors to the create or edit page
2025-10-05
- Resolved extended schema id issue. it won’t overlap the child id or _id.
2025-10-02
- Updated schema extending process.
- Optimized the db adapters for optimizing the db loads.
2025-09-27
- Added schema extending process that any schema can extend any other schema but the nextmin-node will optimize the db tables/docs
2025-09-25
- Docs homepage (docs/app/page.tsx): Enhanced hero copy and added a prominent “Launch Playground” button linking to https://nextmin-playground.gscodes.dev .
- Docs: Updated release notes.
Earlier updates
- Updated settings page
- Updated auth error
- Creating example for the public viewers
- Currently supports mongodb only
Last updated on