- df309ee: feat: new $unlike and $nempty custom operators
- 62bb8e3: specify exports for new util export
- 4f2e4a9: export utils separately
- 8cb3b4c: feat: improve traverseQuery, deprecate traverseMongoQuery
- b99dd37: fix: dont switch to module just yet
- 98de7ab: upgrade deps
- a419a32: use different plugin to export dts files
- 35fac20: fix: specify types before default per typescript recommendations
- c572790: fix: publish types properly for sift extension
- 7074d17: fix: export sift entrypoint correctly
- 9ff3796: fix: export sift entry point properly
- fbc06e5: feat: include configuration for custom operators in sift
- c5d3d9a: fix: add minimum_should_match=1 to $or conditions
- e742715: feat: add $empty operator
- 92ec5ef: feat: add traverseMongoQuery utility
- f8a347d: fix: remove debug log
- fe8e741: Breaking Change: remove $ilike custom operator in favor of $options "i" flag pattern
- f55c28f: Breaking Change: custom operations option renamed to operators
- c6853e8: Use regexp replace instead of replaceAll to extend compatibility
- 373a4f0: feat: new operators and support for nested $all
- 521bbe5: fix: compilation errors with noUncheckedIndexedAccess turned on
- 5416fbe: chore: update deps, fix readme typos