v1.12.0
🚀 Features
- cbjs:
- New chainable mutateIn methods: arrayInsertMultiple, arrayAppendMultiple, arrayPrependMultiple, arrayAddUniqueMultiple - by @JesusTheHun (cddc0)
- New utility quotePath - by @JesusTheHun (37584)
- Export document path utility types - by @JesusTheHun (038ea)
- Sync with 4.4.0 - by @JesusTheHun (468c6)
- http-client:
- GetQueryIndexRemainingMutations - by @JesusTheHun (638c2)
- GetQueryIndexStats.ts - by @JesusTheHun (85d1c)
🐞 Bug Fixes
- cbjs:
- Query metadata type inference now properly infer the type of metrics when using the event emitter - by @JesusTheHun (e2c9e)
- Use transcoder for tx write operations. - by @JesusTheHun (ef5e5)
- ChainableLookupIn use DocDef instead of DocDef body - by @JesusTheHun (f47fc)
🏎 Performance
- cbjs: Improve check time - by @JesusTheHun