1. Remove new relative date operators, combine into regular date operators
3.3.2
1. Return success/failure with all capture calls from module functions
3.3.1
1. Make sure we don't override any existing feature flag properties when adding locally evaluated feature flag properties.
3.3.0
1. When local evaluation is enabled, we automatically add flag information to all events sent to PostHog, whenever possible. This makes it easier to use these events in experiments.
3.2.0
1. Numeric property handling for feature flags now does the expected: When passed in a number, we do a numeric comparison. When passed in a string, we do a string comparison. Previously, we always did a string comparison. 2. Add support for relative date operators for local evaluation.