v11.3.0
Improvements:
- Make naming of
UserComparatormembers consistent. (configcat/common-js#102) - Make line terminator character sequence configurable in log messages.
- Adjust the terminology used in JSDoc comments to the main documentation.
- Minor performance improvements.
Bug fixes:
- Align evaluation logging and evaluator error reporting in some edge cases where the config JSON contains errors.
- Correct grammar mistakes in error messages.
Breaking changes:
- Change the name of some
UserComparatormembers:Is(Not)OneOf->TextIs(Not)OneOf,SensitiveIs(Not)OneOf->SensitiveTextIs(Not)OneOf,(Not)ContainsAnyOf->Text(Not)ContainsAnyOf. (Low impact expected.)