feat: core enhancements (chokidar, locking, validation, filtering, cors) - #3
Merged
Conversation
chore: integrate release pipeline and testing suite
# 1.0.0 (2026-06-12) ### Bug Fixes * **ci:** bump to 0.1.1, simplify npm publish, refresh Actions ([56dbd71](56dbd71)) ### Features * add chokidar file watcher with debounce for live reload ([e38b7c1](e38b7c1)) * delay, logging, list filters/pagination, watch mode; docs: demo GIF + README ([7a53693](7a53693))
# 1.0.0 (2026-06-12) ### Bug Fixes * **ci:** bump to 0.1.1, simplify npm publish, refresh Actions ([56dbd71](56dbd71)) * force publish to npm after 2fa issue ([20dd17a](20dd17a)) ### Features * add chokidar file watcher with debounce for live reload ([e38b7c1](e38b7c1)) * delay, logging, list filters/pagination, watch mode; docs: demo GIF + README ([7a53693](7a53693))
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR merges the core enhancements into the
devbranch.🔴 Critical Fixes
fs.watchwithchokidarto resolve instability and added a 100ms debounce..zero-mock.lockgeneration during initialization to prevent multiple instances from corrupting the same file.inferSchema) now automatically validates incoming POST/PUT/PATCH bodies against existing data shapes.🟡 Advanced Features
_gte,_lte,_like) and sorting (_sort,_order).{ error, message, statusCode }.X-Total-Countheader and response wrapping when pagination (_page,_limit) is used.🟢 Customization
--cors-origin,--cors-methods,--cors-credentials) for granular CORS control.