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

Config v6 #96

Merged
merged 28 commits into from
Nov 23, 2023
Merged

Config v6 #96

merged 28 commits into from
Nov 23, 2023

Commits on Oct 31, 2023

  1. Update config JSON model to v6 + fix hashing of strings containing as…

    …tral Unicode chars (U+10000 and above)
    adams85 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6fef8e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f48ac85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    482fe85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb30ccb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    582abfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db7b6dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e2390a View commit details
    Browse the repository at this point in the history
  8. Add helper methods for converting numeric/datetime/string array value…

    …s to User Object attribute values
    adams85 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    595c0f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30881fe View commit details
    Browse the repository at this point in the history
  10. Fix float number parsing

    adams85 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    da5e933 View commit details
    Browse the repository at this point in the history
  11. Add matrix tests

    adams85 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e32ec1e View commit details
    Browse the repository at this point in the history
  12. Add evaluation log tests

    adams85 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    74277a9 View commit details
    Browse the repository at this point in the history
  13. Add other tests

    adams85 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    446001f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    72dbf0b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Minor fixes and improvements

    adams85 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    1ff37b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb47a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    ab538c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a43ef4c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 13, 2023

  1. As per spec, allow leading/trailing whitespace in user object attribu…

    …tes if the case of number/date comparators
    adams85 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6b6e047 View commit details
    Browse the repository at this point in the history
  2. As per spec, rename IEvaluationDetails.matchedEvaluationRule/matchedE…

    …valuationPercentageRule + tests
    adams85 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5247ed6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    fb7d7aa View commit details
    Browse the repository at this point in the history
  2. Return null instead of throwing when User Object attribute helper is …

    …called with invalid value
    adams85 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    329a813 View commit details
    Browse the repository at this point in the history
  3. Increase code coverage

    adams85 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6bd699f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 20, 2023

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

Commits on Nov 21, 2023

  1. Fix typo

    adams85 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    309569e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Merge branch 'master' into config-v6

    # Conflicts:
    #	src/ConfigCatClientOptions.ts
    #	test/ConfigCatClientTests.ts
    adams85 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    6b0866b View commit details
    Browse the repository at this point in the history