Skip to content
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

Version 2.13.0 #135

Merged
merged 135 commits into from
Jun 1, 2018
Merged

Version 2.13.0 #135

merged 135 commits into from
Jun 1, 2018

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    164ed50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c8c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1399e84 View commit details
    Browse the repository at this point in the history
  4. adds identify event to LDDataManager

    Normalizes Event API elements
    markpokornycos committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    590d292 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    673197a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d278788 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc1346e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    322dcb2 View commit details
    Browse the repository at this point in the history
  9. advances version

    markpokornycos committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    87e6226 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e18c84c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60212cc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    63679c2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    23f2160 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    022eda5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8faa91c View commit details
    Browse the repository at this point in the history
  16. removes incorrect import

    Since the SDK can be used on macOS & tvOS, importing UIKit here doesn’t make sense
    markpokornycos committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    63e7e32 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Configuration menu
    Copy the full SHA
    4ea0a62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8b167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08558af View commit details
    Browse the repository at this point in the history
  4. stubs LDFlagCounter

    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    c7311a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b0441d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f176fc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fa85e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    496064f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    463825d View commit details
    Browse the repository at this point in the history
  10. removes LDFlagValueCounter unknown value constructors

    use the variation to identify unknown flag values
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    5329523 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77a0d3b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90b4528 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf2cb0a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e06ae89 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9e288a3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    20f09f8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fef2042 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    aa8d6eb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fa10ffe View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    94f709b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1e0c4ed View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    17711e5 View commit details
    Browse the repository at this point in the history
  23. fixes broken LDClientManagerTests

    allEventDictionaries was not executed correctly
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    39ad4fb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    460622d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dda3e97 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    47da3cc View commit details
    Browse the repository at this point in the history
  27. renames LDUser.config to LDUser.flagConfig

    Prevent confusion with LDConfig, which usually gets labeled `config`
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    a1b9b66 View commit details
    Browse the repository at this point in the history
  28. stubs variation into LDFlagConfigValue

    normalizes key identifiers
    exposes keys needed by LDFlagConfigModel for put, patch, & delete
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    0d6e68d View commit details
    Browse the repository at this point in the history
  29. removes flag evaluation methods from LDUserModel

    Redirects into LDFlagConfigModel in preparation for logging requests
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    8a8d336 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e52231a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1e808a2 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    abb6bd4 View commit details
    Browse the repository at this point in the history
  33. fixes defect in NSDictionary keysWithDifferentValues

    isEqualToDictionary returned NO for empty dictionaries
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    85807a2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ed1b02b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    26719ce View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f217baa View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    13ed17e View commit details
    Browse the repository at this point in the history
  38. adds a tracker to the LDUserModel stub method

    allows passing in a mock tracker for testing
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    ae39c37 View commit details
    Browse the repository at this point in the history
  39. refactors LDClient variation methods

    retrieves the LDFlagConfigValue for a key, uses that to return flag value / fallback
    sends the flagConfigValue to the tracker along with the default value
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    1c1c9dc View commit details
    Browse the repository at this point in the history
  40. fixes sometimes failing LDEventModel test

    expands accepted end date for summary events to 10 millis
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    b4344a9 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    fd2d050 View commit details
    Browse the repository at this point in the history
  42. add descriptions

    LDFlagConfigTracker, LDFlagCounter, & LDFlagValueCounter
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    0eb7238 View commit details
    Browse the repository at this point in the history
  43. moves LDFlagConfigTracker into LDUserModel

    LDFlagConfigModel is ephemeral, and tracking needs to cross flagConfigModel instances
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    ee920e0 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    dae8e1e View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    9adfea4 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    b3ebde9 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d7a022a View commit details
    Browse the repository at this point in the history
  48. renames flag events to summary

    Yay!!
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    d090e96 View commit details
    Browse the repository at this point in the history
  49. changes LDFlagConfigValue

    adds hasPropertiesMatchingDictionary to LDFlagConfigValue
    refactors dictionaryValue to remove doesNotExist version & variation
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    dec09e6 View commit details
    Browse the repository at this point in the history
  50. refactors LDFlagConfigModel hasFeaturesEqualToDictionary

    uses LDFlagConfigValue hasPropertiesMatchingDictionary
    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    e66873a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    7587b4f View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    368967a View commit details
    Browse the repository at this point in the history
  53. advances version

    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    881668a View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    cd9d101 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    55ca885 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    f2397d5 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    1adbf13 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    630ba43 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    317a910 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    7b6e2c0 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    89c42db View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    ae33d11 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    939091a View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    0c2abc9 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    3e83ec2 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    751c1e9 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    164b992 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    ef961e2 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    fc10ee5 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    feca64b View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    a3e8a7c View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    f96bc9c View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    340b99b View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    1a20aee View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    a419bb7 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    9094860 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    4883e5f View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    6900d39 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    a4d1983 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    f56a975 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    098fbd0 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    4694d43 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    0bf49fd View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    a8a085c View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    b941783 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    03213df View commit details
    Browse the repository at this point in the history
  87. advance version

    markpokornycos committed May 17, 2018
    Configuration menu
    Copy the full SHA
    3a7f376 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    5a3e2aa View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    e76ff9f View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    729e1c5 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    5fb615d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    24f9d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd18bf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8840dde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6afac2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3700dee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1515212 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08604c0 View commit details
    Browse the repository at this point in the history
  8. remove withoutVersions fixtures

    rename withVersions to omit from title
    markpokornycos committed May 24, 2018
    Configuration menu
    Copy the full SHA
    f631c6f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0b3d5e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b534058 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cae0642 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b66e5eb View commit details
    Browse the repository at this point in the history
  13. applies LDFlagConfigValue dictionaryValue to LDFlagValueCounter

    Refactors selected tests to replace hasPropertiesMatchingDictionary with specific tests that verify dictionary entries
    markpokornycos committed May 24, 2018
    Configuration menu
    Copy the full SHA
    c6d35ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    de40c93 View commit details
    Browse the repository at this point in the history
  15. advance version

    markpokornycos committed May 24, 2018
    Configuration menu
    Copy the full SHA
    5d28454 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    62b3cce View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    df40a34 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7d84792 View commit details
    Browse the repository at this point in the history
  19. address PR comments

    markpokornycos committed May 24, 2018
    Configuration menu
    Copy the full SHA
    44783e4 View commit details
    Browse the repository at this point in the history
  20. advance version

    markpokornycos committed May 24, 2018
    Configuration menu
    Copy the full SHA
    2a21322 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Merge pull request #78 from launchdarkly/summaryEvents

    Summary events
    arun251 authored May 29, 2018
    Configuration menu
    Copy the full SHA
    eff79ca View commit details
    Browse the repository at this point in the history
  2. precludes crash on selected null json values

    json keys version, flagVersion, variation, trackEvents, and debugEventsUntilDate
    markpokornycos committed May 29, 2018
    Configuration menu
    Copy the full SHA
    ba95ad2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Configuration menu
    Copy the full SHA
    08ee28b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Configuration menu
    Copy the full SHA
    703fc53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a0aba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e402a9 View commit details
    Browse the repository at this point in the history
  4. prep for release

    markpokornycos committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    97b6430 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    765041d View commit details
    Browse the repository at this point in the history