Skip to content

Commit 21327f5

Browse files
docs: add note on v4 under the v4 migration header (#195)
1 parent 75e8a31 commit 21327f5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -345,13 +345,12 @@ Upgrading should be as easy as running yarn again with the new version, but we m
345345

346346
`startClient` option has been simplified. Now it will also work if you don't pass custom client with it. It defaults to `true`.
347347

348+
#### Note on v4.0.0:
349+
The major release is driven by Node14 end of life and represents no other changes. From this version onwards we do not guarantee that this library will work server side with Node 14.
350+
348351
## Upgrade path from v4 -> v5
349352

350353
[FlagContext public interface changed](https://github.com/Unleash/proxy-client-react/commit/b783ef4016dbb881ac3d878cffaf5241b047cc35#diff-825c82ad66c3934257e0ee3e0511d9223db22e7ddf5de9cbdf6485206e3e02cfL20-R20). If you used FlagContext directly you may have to adjust your code slightly to accomodate the new type changes.
351354

352-
353-
#### Note on v4.0.0:
354-
The major release is driven by Node14 end of life and represents no other changes. From this version onwards we do not guarantee that this library will work server side with Node 14.
355-
356355
## Design philosophy
357356
This feature flag SDK is designed according to our design philosophy. You can [read more about that here](https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices).

0 commit comments

Comments
 (0)