Skip to content

Releases: Flagsmith/flagsmith-nodejs-client

Version 3.0.1

27 Jun 13:48
5de1ff3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

Version 3.0.0

15 Jun 15:10
442cb62
Compare
Choose a tag to compare

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

07 Mar 15:12
0d71191
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.5.2

Version 2.5.1

06 Jan 11:07
2ae883b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

Version 2.5.0

05 Jan 12:09
7245bfe
Compare
Choose a tag to compare

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

05 Jan 12:09
9be2292
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

Version 2.4.0

01 Nov 11:36
e16f7bd
Compare
Choose a tag to compare

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

31 Aug 14:07
e245860
Compare
Choose a tag to compare

Allows people to supply a custom agent when initialising Flagsmith, allowing for

Exports Flagsmith constructor arguments as a type.

Adds a few examples concentrating on common use cases.

Closes #29, #20

2.1.0 ES import support

22 Jul 09:21
d4185fb
Compare
Choose a tag to compare

Closes #42 - you can now import Flagsmith as such

import Flagsmith, {...types} from 'flagsmith-nodejs'

Version 2.0.4

13 Jul 11:51
de2224a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...v2.0.4