Releases: Flagsmith/flagsmith-nodejs-client
Releases · Flagsmith/flagsmith-nodejs-client
Version 3.0.1
What's Changed
- Fix deploy action by @kyle-ssg in #121
- Bump semver from 7.3.7 to 7.5.2 by @dependabot in #122
Full Changelog: v3.0.0...v3.0.1
Version 3.0.0
What's Changed
- BREAKING CHANGE: Ensure percentage split evaluations are consistent by @matthewelwell in #119
WARNING: We modified the local evaluation behaviour. You may see different flags returned to identities attributed to your percentage split-based segments after upgrading to this version.
Full Changelog: v2.5.2...v3.0.0
Version 2.5.2
What's Changed
- Fix timeout not using default flags by @matthewelwell in #112
- Release 2.5.2 by @matthewelwell in #111
Full Changelog: v2.5.1...v2.5.2
Version 2.5.1
What's Changed
- Ensure local evaluation returns consistent MV values by @matthewelwell in #103
- Add logic to check for empty identifiers in
getIdentity___
methods by @matthewelwell in #104 - Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #101
- Release 2.5.1 by @matthewelwell in #102
Full Changelog: v2.5.0...v2.5.1
Version 2.5.0
What's Changed
- Bump json5 from 2.1.0 to 2.2.3 in /examples/caching by @dependabot in #100
- Bump json5 from 2.1.0 to 2.2.3 in /examples/local-evaluation by @dependabot in #99
- Bump json5 from 2.1.0 to 2.2.3 in /examples/custom-fetch-agent by @dependabot in #98
- Bump json5 from 2.1.0 to 2.2.3 in /examples/api-proxy by @dependabot in #97
- Bump json5 from 2.1.0 to 2.2.3 in /examples/basic by @dependabot in #96
- Bump minimatch from 3.0.4 to 3.1.2 in /examples/basic by @dependabot in #91
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /examples/basic by @dependabot in #90
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /examples/api-proxy by @dependabot in #89
- Bump minimatch from 3.0.4 to 3.1.2 in /examples/api-proxy by @dependabot in #88
- Swallow errors arising from fetch in analytics by @matthewelwell in #95
- Release/2.5.0 by @matthewelwell in #84
Full Changelog: v2.4.1...v2.5.0
Version 2.4.1
What's Changed
- Fix issue with local evaluation of multivariate flags by @matthewelwell in #87
- Release 2.4.1 by @matthewelwell in #86
Full Changelog: v2.4.0...v2.4.1
Version 2.4.0
What's Changed
- Bump glob-parent and @babel/cli in /examples/local-evaluation by @dependabot in #67
- Bump ajv from 6.10.2 to 6.12.6 in /examples/local-evaluation by @dependabot in #69
- Bump ansi-regex from 3.0.0 to 3.0.1 in /examples/local-evaluation by @dependabot in #68
- Bump glob-parent and @babel/cli in /examples/custom-fetch-agent by @dependabot in #70
- Bump ajv from 6.10.2 to 6.12.6 in /examples/custom-fetch-agent by @dependabot in #73
- Bump browserslist from 4.6.6 to 4.21.3 in /examples/custom-fetch-agent by @dependabot in #72
- Bump ansi-regex from 3.0.0 to 3.0.1 in /examples/custom-fetch-agent by @dependabot in #71
- Feature/403/modulo segment operators by @EdsnLoor in #76
- Feature/1145/is set is not set segment operators by @EdsnLoor in #75
- Bump glob-parent and @babel/cli in /examples/caching by @dependabot in #74
- Release 2.4.0 by @matthewelwell in #77
New Contributors
Full Changelog: v2.3.0...v2.4.0
2.3.0 - Allow custom fetch agents, improve examples and types
Allows people to supply a custom agent when initialising Flagsmith, allowing for
- Network-related config such as keep-alive / socket timeouts
- Proxies such as https://www.npmjs.com/package/https-proxy-agent
Exports Flagsmith constructor arguments as a type.
Adds a few examples concentrating on common use cases.
2.1.0 ES import support
Closes #42 - you can now import Flagsmith as such
import Flagsmith, {...types} from 'flagsmith-nodejs'
Version 2.0.4
What's Changed
- Use featureName for analytics by @matthewelwell in #48
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #38
- Bump node-fetch from 2.1.2 to 2.6.7 by @dependabot in #39
- Bump handlebars from 4.7.3 to 4.7.7 in /example by @dependabot in #17
- Release 2.0.4 by @matthewelwell in #47
Full Changelog: 2.0.3...v2.0.4