unleash-client-everywhere
v0.2.0
Published
An unofficial, lightweight, platform-agnostic Unleash client
Readme
unleash-client-everywhere
An unofficial, lightweight, platform-agnostic Unleash client
unleash-client-everywhere is an alternative to the official Unleash client libraries, designed to run on any ES2020 runtime.
Supported features
- [x] Most strategies:
- [x]
default - [x]
userWithId - [x]
gradualRolloutUserId - [x]
gradualRolloutSessionId - [x]
gradualRolloutRandom - [x]
flexibleRollout - [ ]
applicationHostname - [ ]
remoteAddress
- [x]
- [x] Strategy constraints
- [x] Array constraints (
IN,NOT_IN) - [x] Numeric constraints (
NUM_EQ,NUM_GTetc) - [x] Date constraints (
DATE_BEFORE,DATE_AFTER) - [x] String constraints (
STR_CONTAINS,STR_STARTS_WITH,STR_ENDS_WITH) - [ ] Semver constraints
- [ ] Strategy variants
- [ ] Segments
- [ ] Dependencies
- [ ] Client usage metrics
- [x] Array constraints (
