v7.1.0
New features and improvements:
- Provide a way to synchronously evaluate of feature flags/settings: consumers can create a snapshot of the client by
IConfigCatClient.snapshot()
, which captures the client's state (including the latest config fetched), then, using the returned object, they can execute synchronous evaluation operations. - Add a state parameter to the
clientReady
hook, by means of which consumers can get information about the initialization state of the client. - Minor performance improvements.
Bug fixes:
- Fix error logging of
getValueAsync
/getValueDetailsAsync
calls. - Fix JSDoc documentation of
Comparator.Contains/NotContains
.