-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare 4.1.1 release #68
Merged
+23
−8
Merged
Changes from 1 commit
Commits
Show all changes
206 commits
Select commit
Hold shift + click to select a range
ad35601
initial move of code from js-client-sdk-private
eli-darkly abd39cd
changelog note
eli-darkly d64ad13
rm obsolete comment
eli-darkly 05fa2ea
add npm audit helper
eli-darkly 722b6f4
update babel, jest, rollup
eli-darkly 83156f4
fix rollup config
eli-darkly c062853
fix ES build, dependency cleanup
eli-darkly 5c0e2ac
add Releaser metadata
eli-darkly 2a16af0
Update babel config to work in `test` without `useBuiltIns`
zmdavis e333469
Merge pull request #1 from launchdarkly/eb/update-dev-tools
eli-darkly f09a83a
Merge pull request #3 from launchdarkly/zdavis/babel-config
eli-darkly 55c3852
copyedits
eli-darkly d361672
fix misnamed directory
eli-darkly f4eb20a
Merge pull request #2 from launchdarkly/eb/ch48393/initial
eli-darkly f072529
use spread operator instead of Object.assign
eli-darkly 7c1299e
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 957f477
Merge pull request #4 from launchdarkly/eb/ch54985/object-assign
eli-darkly a57c404
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 1539659
add issue templates
eli-darkly 013c273
add babel-eslint
eli-darkly db12eca
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 087773b
merge from public after release
LaunchDarklyCI 5bac01d
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
bwoskow-ld e145270
add event capacity config property
eli-darkly 34ed8a5
re-add deprecation warning on samplingInterval
eli-darkly 2ef59bc
Merge pull request #5 from launchdarkly/eb/ch57883/event-capacity
eli-darkly 33d0311
Merge pull request #6 from launchdarkly/eb/ch38635/deprecation-comment
eli-darkly 3c3e22a
better config validation
eli-darkly 5cfb5a0
remove rollup-plugins-node-resolve
eli-darkly 3c0794a
use newer Rollup node-resolve plugin
eli-darkly 6385bb7
rm rollup-plugin-includepaths (unused)
eli-darkly c1b6f09
npm audit fix (handlebars dependency from jest)
eli-darkly 11e46e1
comment
eli-darkly 7cc15ba
copyedit
eli-darkly c44052b
Merge pull request #7 from launchdarkly/eb/ch57985/config-validation
eli-darkly 9dbb6b2
Merge pull request #8 from launchdarkly/eb/ch57982/rollup-builtins
eli-darkly 1cf982b
use new test helpers + misc test cleanup
eli-darkly 9077edf
clean up stream testing logic
eli-darkly 3f77514
fix hash parameter
eli-darkly d1fe985
Merge pull request #9 from launchdarkly/eb/ch57131/test-cleanup
eli-darkly d0de600
linter
eli-darkly b0168db
Merge pull request #10 from launchdarkly/eb/ch57131/stream-tests
eli-darkly b489fb2
clearer way to model the config option defaults/types
eli-darkly a32383c
test improvements
eli-darkly cdc1e96
change internal param name
eli-darkly 2fcfa79
comment
eli-darkly 88aa416
fix default logger logic
eli-darkly ceb9e3d
simpler way to enforce minimum values
eli-darkly 58ee382
Merge pull request #12 from launchdarkly/eb/ch57985/config-validation…
eli-darkly 50bc6aa
implement diagnostic events in common JS package (#11)
eli-darkly 53a8590
add support for function type in config options
eli-darkly 0a782ca
add support for function type in config options (#13)
eli-darkly 04130f7
add wrapper metadata options and fix custom header logic
eli-darkly 9491e16
lint
eli-darkly c9e7d7e
Merge branch 'eb/ch57741/wrapper-desc' into eb/ch57741/diagnostic-wra…
eli-darkly 2610fc7
lint
eli-darkly fd7e2bb
remove image-loading logic from common code, replace it with an abstr…
eli-darkly 0f28ba9
Merge branch 'eb/ch57741/wrapper-desc' into eb/ch59034/no-image-loading
eli-darkly f40f19b
Merge branch 'eb/ch59034/no-image-loading' into eb/ch57741/diagnostic…
eli-darkly 5bdb140
Merge branch 'master' into diagnostic-events
eli-darkly fedb366
Merge branch 'eb/ch57741/diagnostic-wrapper' into diagnostic-events
eli-darkly 385cbcd
add validation for options.streaming
eli-darkly 2affe2f
Merge branch 'eb/ch57741/wrapper-desc' into eb/ch59034/no-image-loading
eli-darkly 9e653e8
typo
eli-darkly c88839c
rm unused params
eli-darkly 6f50448
merge from public after release
LaunchDarklyCI b4e0bfd
typo in comment
eli-darkly c5494b1
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 6ef084a
Merge pull request #14 from launchdarkly/eb/ch57741/wrapper-desc
eli-darkly f3815bc
Merge pull request #15 from launchdarkly/eb/ch59034/no-image-loading
eli-darkly 32d767f
misc fixes to merged code from external PR
eli-darkly 7d4f67d
merge from public after release
LaunchDarklyCI 3ba6e27
add event payload ID header
eli-darkly d9499df
Merge pull request #16 from launchdarkly/eb/ch61092/payload-id
eli-darkly a670c7f
merge from public after release
LaunchDarklyCI 547b309
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 15b5072
npm audit fix
eli-darkly 6294b02
change exact dependencies to best-compatible
eli-darkly f190577
Merge pull request #17 from launchdarkly/eb/ch63559/relax-deps
eli-darkly 7068968
merge from public after release
LaunchDarklyCI 8c42690
standardize linting
eli-darkly f838fb3
disallow "window" and "document"
eli-darkly 5064c3b
Merge branch 'master' into diagnostic-events
eli-darkly ade0261
Merge pull request #18 from launchdarkly/eb/ch65303/linting
eli-darkly 8db5bc2
Merge branch 'diagnostic-events'
eli-darkly b4affad
improve diag event tests + debug logging
eli-darkly a01e65f
misc cleanup
eli-darkly 7862b29
Merge pull request #19 from launchdarkly/eb/ch57741/diag-tests-fixes
eli-darkly 4140b85
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 20c655d
fix updating secure mode hash with identify()
eli-darkly 8bf67c4
Merge pull request #20 from launchdarkly/eb/ch65728/identify-hash
eli-darkly ad44049
merge from public after release
LaunchDarklyCI 232a404
don't omit streamInits.failed when it's false
eli-darkly bafa8da
Merge pull request #21 from launchdarkly/eb/ch65817/diag-explicit-false
eli-darkly ab182f0
merge from public after release
LaunchDarklyCI f954124
clean up init state logic, prevent unhandled rejections
eli-darkly 78db776
lint
eli-darkly 3136564
Merge pull request #22 from launchdarkly/eb/ch68119/init-state-error
eli-darkly bd3f238
merge from public after release
LaunchDarklyCI 54099c8
less strict matching of json content-type header
eli-darkly e4c792c
Merge pull request #23 from launchdarkly/eb/ch69815/content-type
eli-darkly c610ffd
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 5a323d8
merge from public after release
LaunchDarklyCI c974e2c
remove unsafe usage of hasOwnProperty
eli-darkly f5177c7
Merge pull request #24 from launchdarkly/eb/ch69855/has-own-property
eli-darkly 93ee649
merge from public after release
LaunchDarklyCI e7ee64a
console logger must tolerate console object not always existing
eli-darkly c2402de
Merge pull request #25 from launchdarkly/eb/ch71507/no-console
eli-darkly 68f359b
merge from public after release
LaunchDarklyCI a84b943
fix double initialization of diagnostics manager
eli-darkly 14134c9
Merge pull request #26 from launchdarkly/eb/ch75557/extra-diagnostics
eli-darkly bdc9335
merge from public after release
LaunchDarklyCI 5aac8a2
fix TypeScript declaration for track() and add more TS compilation te…
eli-darkly ca937d3
merge from public after release
LaunchDarklyCI fc3a857
remove startsWith usage (#28)
bwoskow-ld 88125a7
merge from public after release
LaunchDarklyCI b572761
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 1359aaf
prevent poll caused by a stream ping from overwriting later poll for …
eli-darkly b18f56f
merge from public after release
LaunchDarklyCI a6037a5
upgrade jest dependency and transitive yargs-parser dependency (#30)
bwoskow-ld bcb1573
Add null to LDEvaluationDetail.reason type (#31)
msiadak 924213f
Merge branch 'contrib' of github.com:launchdarkly/js-sdk-common
bwoskow-ld 88e42fb
Revert "Add null to LDEvaluationDetail.reason type (#31)"
bwoskow-ld 6c26507
Revert "Add null to LDEvaluationDetail.reason type (#31)"
bwoskow-ld 5125396
Merge branch 'contrib' of github.com:launchdarkly/js-sdk-common
bwoskow-ld b0f9c53
nullable evaluation reason (#32)
bwoskow-ld fdd97ee
merge from public after release
LaunchDarklyCI 48bee4d
adding alias event functionality (#33)
bwoskow-ld 7845b9a
set stream read timeout
eli-darkly f68c5b5
Merge pull request #35 from launchdarkly/eb/ch73764/stream-read-timeout
eli-darkly b36bb51
merge from public after release
LaunchDarklyCI efc11b0
Merge branch 'alias' of github.com:launchdarkly/js-sdk-common-private
bwoskow-ld b53732c
merge from public after release
LaunchDarklyCI a6ad9c8
Add prepare script (#34)
bwoskow-ld 3911145
add a missing typescript verification (#36)
bwoskow-ld 63c2ddd
Removed the guides link
bwoskow-ld fea10ae
Merge branch 'master' of github.com:launchdarkly/js-sdk-common into c…
bwoskow-ld 4a5d31c
Correct doc link (#36)
sinchang 72e9801
Merge branch 'contrib' of github.com:launchdarkly/js-sdk-common
bwoskow-ld 0f83533
Fix typo in LDClient.on jsdoc (#37)
Doesntmeananything b493884
Merge branch 'contrib' of github.com:launchdarkly/js-sdk-common
bwoskow-ld 94400df
add inlineUsersInEvents option in TypeScript (#37)
eli-darkly 8d396dd
merge from public after release
LaunchDarklyCI 4dfbc45
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
bwoskow-ld bb60a02
Filter private attributes on debug event users. Send variation for de…
gwhelanLD aef52df
Merge pull request #38 from launchdarkly/gw/ch110704/debug-private-attrs
gwhelanLD d7fc275
Merge remote-tracking branch 'public/master'
gwhelanLD 717322a
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 3b2ff6c
update uuid package version (#39)
eli-darkly c7b2645
merge from public after release
e05d244
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
bwoskow-ld 8689021
use Releaser v2 config + newer CI image
eli-darkly 75380ab
Merge pull request #40 from launchdarkly/eb/ch118712/releaser-v2
eli-darkly fe2bd87
First half, add the type, create the new options, add the new util me…
louis-launchdarkly d3cb835
Second half, call the tranform util method before calling any HTTP re…
louis-launchdarkly 80f3098
Update the transform to work on a copy of headers instead of mutating it
louis-launchdarkly decda5f
add comments about removing custom event warning logic in the future
eli-darkly c0ab7c6
Merge pull request #42 from launchdarkly/eb/sc-124547/deprecate-goals…
eli-darkly f3b4a9a
revert updating of UUID dependency (#43)
eli-darkly 98f9a86
Merge branch 'master' into lc/sc108033/add-lazily-evaluated-header
eli-darkly b508c75
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 37af758
Merge branch 'master' into lc/sc108033/add-lazily-evaluated-header
eli-darkly b4294d8
Merge pull request #41 from launchdarkly/lc/sc108033/add-lazily-evalu…
louis-launchdarkly 97c39ea
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 455d381
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 0444a31
merge from public after release
6edc3f6
better error handling for local storage operations (#44)
eli-darkly 6fb8de6
add basic logger similar to server-side Node SDK (#45)
eli-darkly 20bfe46
fix exports and add validation of custom logger (#46)
eli-darkly 1f2076e
remove typedoc.js file that interferes with Releaser's docs build
eli-darkly 52bc2af
update typescript version
eli-darkly 00c0649
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 9474648
add maintenance branch
eli-darkly c26d831
remove deprecated things (#48)
eli-darkly cf9ec23
fix EvaluationDetail.reason to be nullable so we can get rid of NonNu…
eli-darkly ca4468b
re-bump uuid package (#50)
eli-darkly 0ef060e
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly edf5c7a
use regular User-Agent header name unless overridden by js-client-sdk…
eli-darkly 89c7a41
switch to publishing js-sdk-common as a regular Node module (#51)
eli-darkly 59a9edc
fix CI
eli-darkly 4e499a3
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 02895b1
remove `version` constant which can't be exported from js-sdk-common …
eli-darkly 90098a2
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 7da82bb
Merge branch 'master' of github.com:launchdarkly/js-sdk-common
eli-darkly 7b665ca
merge from public after release
d1b2875
catch errors in JSON parsing of stream data (#54)
eli-darkly df351a6
merge from public after release
7618644
backport sc-142333 fix
eli-darkly c2e5f5d
prepare 3.5.1 release (#63)
LaunchDarklyReleaseBot a736e46
Releasing version 3.5.1
b71603e
rm obsolete file to fix merge
eli-darkly a945a0c
Merge branch '3.x' of github.com:launchdarkly/js-sdk-common into 3.x
eli-darkly b6d90c7
Releasing version 3.5.1
ac38b52
merge from public after release
8173212
make URL path concatenation work right whether base URL has a trailin…
eli-darkly ea13ce5
Implement support for application tags. (#55)
kinyoklion 3398942
Fix typing of LDOptionsBase. (#63)
kinyoklion c810e6f
Implement application tags for 3.x. (#62)
kinyoklion d3680b4
Merge branch '3.x'
eli-darkly 088198c
lint
eli-darkly 6f1feeb
merge from public after release
b58db4d
Add a line to refer to sendEventsOnlyForVariation
louis-launchdarkly 3f01976
Merge pull request #65 from launchdarkly/lc/sc-151042/enhance-allFlag…
louis-launchdarkly 784be57
don't include deleted flags in allFlags (#66)
eli-darkly 075f8e7
Merge branch 'main' of github.com:launchdarkly/js-sdk-common
eli-darkly 7915ede
Enforce 64 character limit for tag value. (#68)
kinyoklion File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
don't include deleted flags in allFlags (#66)
commit 784be5765fc0373d7df2715120385ba2be255576
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a pending change from Eli.