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

[CCI] Type improvement and optional callback on empty method #451

Merged
merged 28 commits into from
Mar 28, 2023

Commits on Mar 24, 2023

  1. refactor: addConnection

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    e2d2a2a View commit details
    Browse the repository at this point in the history
  2. refactor: improve types

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1478ac4 View commit details
    Browse the repository at this point in the history
  3. fix: connection type tests

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    974a81c View commit details
    Browse the repository at this point in the history
  4. feat: addConnection test with only URL provided

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    e5dbcea View commit details
    Browse the repository at this point in the history
  5. refactor: optimization

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7450723 View commit details
    Browse the repository at this point in the history
  6. chore: use vars

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    fc2b6f8 View commit details
    Browse the repository at this point in the history
  7. refactor: make callback optional

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    c045560 View commit details
    Browse the repository at this point in the history
  8. chore: string type

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    e9676ed View commit details
    Browse the repository at this point in the history
  9. chore: update changelog

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    116c372 View commit details
    Browse the repository at this point in the history
  10. fix: update index.d.ts empty method args

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    68c1300 View commit details
    Browse the repository at this point in the history
  11. chore: user guide on empty method use

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    544e506 View commit details
    Browse the repository at this point in the history
  12. fix: remove optional chaining

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    dc1d6b9 View commit details
    Browse the repository at this point in the history
  13. refactor: remove else block

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2002850 View commit details
    Browse the repository at this point in the history
  14. fix: make cb arg optional

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8282711 View commit details
    Browse the repository at this point in the history
  15. fix: remove jsdoc return type

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    cc57aec View commit details
    Browse the repository at this point in the history
  16. chore: update types and tests

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    caa82c6 View commit details
    Browse the repository at this point in the history
  17. chore: update changelog

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5a82af5 View commit details
    Browse the repository at this point in the history
  18. refactor: swap to expecttype

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    abfb2cb View commit details
    Browse the repository at this point in the history
  19. feat: connection empty tests

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ed1178d View commit details
    Browse the repository at this point in the history
  20. chore: remove log from user guide

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    39934c7 View commit details
    Browse the repository at this point in the history
  21. chore: format and update toc

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1b480e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    4b088a6 View commit details
    Browse the repository at this point in the history
  2. fix: remove passing connection instance to update

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    16c454a View commit details
    Browse the repository at this point in the history
  3. chore: test for createConnection with a Connection instance

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    94557df View commit details
    Browse the repository at this point in the history
  4. chore: remove jsdoc return

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c5de3d1 View commit details
    Browse the repository at this point in the history
  5. chore: update changelog

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9b38bdb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. chore: revert changelog

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1922e37 View commit details
    Browse the repository at this point in the history
  2. feat: added call empty twice test

    Signed-off-by: Timur Bolotov <bolotovtmr@gmail.com>
    timursaurus committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6c18ce1 View commit details
    Browse the repository at this point in the history