v1.3.0
What's Changed
Added
- Implement exclusion of specific items when querying indices (when a selector contains
$nin
or$ne
)
Fixed
- Emit
getItems
event on collections regardless of an index hit
Removed
- Removed auto-loading of developer tools and moved the loading to the
@signaldb/devtools
package. To load the developer tools, you now need to import@signaldb/devtools
somewhere in your frontend code. Make sure that it doesn't get imported when running your code in production mode.
Full Changelog: v1.2.4...v1.3.0