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

fix: accept dates as params for Date methods #200

Merged
merged 62 commits into from
Mar 24, 2022

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    4b6e357 View commit details
    Browse the repository at this point in the history
  2. Fix ts errors

    pkuczynski authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    302dbd6 View commit details
    Browse the repository at this point in the history
  3. Update date.ts

    pkuczynski authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    6d42f5f View commit details
    Browse the repository at this point in the history
  4. Update helpers.ts

    pkuczynski authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    8a00487 View commit details
    Browse the repository at this point in the history
  5. Update date.ts

    pkuczynski authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    80cfffa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82ac248 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    ca82fea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eb7e14 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Shinigami <[email protected]>
    pkuczynski and Shinigami92 authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    b36fc7b View commit details
    Browse the repository at this point in the history
  4. toMilliseconds

    pkuczynski committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    8560055 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f518ceb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a45e9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e750453 View commit details
    Browse the repository at this point in the history
  8. fix(types): fixed datetime types for optional argument (faker-js#192)

    Co-authored-by: Shinigami <[email protected]>
    2 people authored and pkuczynski committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    410d6a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c8e368 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81d7d5e View commit details
    Browse the repository at this point in the history
  11. docs: adding new logo (faker-js#205)

    Co-authored-by: Shinigami <[email protected]>
    2 people authored and pkuczynski committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    bc8ecbd View commit details
    Browse the repository at this point in the history
  12. ci: add node version matrix (faker-js#179)

    Co-authored-by: Shinigami92 <[email protected]>
    2 people authored and pkuczynski committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    2140661 View commit details
    Browse the repository at this point in the history
  13. chore: add CODEOWNERS (faker-js#158)

    Co-authored-by: Shinigami <[email protected]>
    2 people authored and pkuczynski committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    2fdbb20 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c75257c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1e48d79 View commit details
    Browse the repository at this point in the history
  16. docs(readme.md): api methods table with description (faker-js#160)

    Co-authored-by: Eric Cheng <[email protected]>
    2 people authored and pkuczynski committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    2ad1187 View commit details
    Browse the repository at this point in the history
  17. chore: add support for readonly arrays (faker-js#189)

    Co-authored-by: Shinigami <[email protected]>
    2 people authored and pkuczynski committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    b5e5c4c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b33d847 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    944a978 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e74433a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6979a9b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5a66650 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e644950 View commit details
    Browse the repository at this point in the history
  24. chore: delete old examples and doc folder (faker-js#155)

    Co-authored-by: Shinigami92 <[email protected]>
    2 people authored and pkuczynski committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    960d5c6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8544767 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    53a1cf3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1be244a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c98e64c View commit details
    Browse the repository at this point in the history
  29. Merge branch 'main' into patch-1

    # Conflicts:
    #	test/date.spec.ts
    pkuczynski committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    b54e3c4 View commit details
    Browse the repository at this point in the history
  30. fix

    pkuczynski committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    f84c7f5 View commit details
    Browse the repository at this point in the history
  31. missing test

    pkuczynski committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c03bd39 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. toISOString

    pkuczynski committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    1a02f5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64517bc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    69c2ac3 View commit details
    Browse the repository at this point in the history
  2. date !== undefined

    pkuczynski committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    8926341 View commit details
    Browse the repository at this point in the history
  3. new date

    pkuczynski committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    1d7d6e2 View commit details
    Browse the repository at this point in the history
  4. fix

    pkuczynski committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    400b886 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b00859e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge branch 'main' into patch-1

    # Conflicts:
    #	docs/api/date.md
    pkuczynski committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    4012d2b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into patch-1

    # Conflicts:
    #	docs/api/date.md
    pkuczynski committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    4111193 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Merge branch 'main' into patch-1

    # Conflicts:
    #	test/date.spec.ts
    pkuczynski committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    39826c5 View commit details
    Browse the repository at this point in the history
  2. add tests

    pkuczynski committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    8ea70ca View commit details
    Browse the repository at this point in the history
  3. fix tests

    pkuczynski committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    d3139ca View commit details
    Browse the repository at this point in the history
  4. noArgs

    pkuczynski committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    59e8793 View commit details
    Browse the repository at this point in the history
  5. remove todo

    pkuczynski committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    c479af0 View commit details
    Browse the repository at this point in the history
  6. feedback

    pkuczynski committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    97ebab2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d14bdf View commit details
    Browse the repository at this point in the history
  8. fix tests

    pkuczynski committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    f0c492a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

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

    pkuczynski committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    4b3f80f View commit details
    Browse the repository at this point in the history
  3. remove private methods

    pkuczynski committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    dcbe48e View commit details
    Browse the repository at this point in the history
  4. null !=

    pkuczynski committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    360815f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a8c5dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d1c09d View commit details
    Browse the repository at this point in the history
  7. docs: add jsdoc params

    pkuczynski committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    7632415 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

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