Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Release v4 #23

Merged
merged 53 commits into from
Aug 8, 2018
Merged

Release v4 #23

merged 53 commits into from
Aug 8, 2018

Commits on Aug 8, 2018

  1. 3.1.0

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    efb9798 View commit details
    Browse the repository at this point in the history
  2. Enhancements:

    - Better error handling, now passing response (#6)
    - Renamed host prop to base (#2)
    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    e0ba7a3 View commit details
    Browse the repository at this point in the history
  3. Update README

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    646b4dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac68536 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61b52bd View commit details
    Browse the repository at this point in the history
  6. Last minute lint

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    5dc89da View commit details
    Browse the repository at this point in the history
  7. Bump version

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b6ed74c View commit details
    Browse the repository at this point in the history
  8. Update mutation typing

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    015cc58 View commit details
    Browse the repository at this point in the history
  9. Bump version

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    f08fda9 View commit details
    Browse the repository at this point in the history
  10. Poll does not compose its children's paths

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    a2e7a1a View commit details
    Browse the repository at this point in the history
  11. Lint, prettier

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    6d4acec View commit details
    Browse the repository at this point in the history
  12. Refactor wait logic

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    82fe99e View commit details
    Browse the repository at this point in the history
  13. Refactor Poll derived state

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    c612a78 View commit details
    Browse the repository at this point in the history
  14. Use defaultProps for fallback resolve

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    a867cf0 View commit details
    Browse the repository at this point in the history
  15. Removed unnecessary

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    55f68b2 View commit details
    Browse the repository at this point in the history
  16. Refactor URL handling to account for query params

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    18b8bc9 View commit details
    Browse the repository at this point in the history
  17. Type defaultProps

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    42694a2 View commit details
    Browse the repository at this point in the history
  18. Add bang operator for default props

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    89921b0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1096553 View commit details
    Browse the repository at this point in the history
  20. 4.0.0-4

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    545882b View commit details
    Browse the repository at this point in the history
  21. Add error handling to Poll, do not rerender polled results unless con…

    …tent changes
    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    744fa7a View commit details
    Browse the repository at this point in the history
  22. 4.0.0-5

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    e8a36ae View commit details
    Browse the repository at this point in the history
  23. Implement Contiamo Polling

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    0266593 View commit details
    Browse the repository at this point in the history
  24. Add doc

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    e17315c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9ae8017 View commit details
    Browse the repository at this point in the history
  26. Fix error handling and resource deletion

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    8e19c71 View commit details
    Browse the repository at this point in the history
  27. Add jest-dom and react-testing-library dependencies

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    2140493 View commit details
    Browse the repository at this point in the history
  28. Add nock dependency

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    288d478 View commit details
    Browse the repository at this point in the history
  29. Add missing dependencies for testing

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    c072265 View commit details
    Browse the repository at this point in the history
  30. Add Get classic usage tests

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    7032758 View commit details
    Browse the repository at this point in the history
  31. Avoid the first re-render

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    652d039 View commit details
    Browse the repository at this point in the history
  32. Add Get error test and remove the throw

    The `throw` is really hard to catch in this context and not really the expected behaviour in this case.
    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    a9629f6 View commit details
    Browse the repository at this point in the history
  33. Add Get.refetch test

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    c9ae0b9 View commit details
    Browse the repository at this point in the history
  34. Test also refetch transition state

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    c119467 View commit details
    Browse the repository at this point in the history
  35. Add a test on requestOptions

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    ec5dbb8 View commit details
    Browse the repository at this point in the history
  36. Add a test for the Get base param

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    a7596de View commit details
    Browse the repository at this point in the history
  37. Improve the typing with generics

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b1782f1 View commit details
    Browse the repository at this point in the history
  38. 4.0.0-6

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    82dd01b View commit details
    Browse the repository at this point in the history
  39. 4.0.0-7

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b6d7aeb View commit details
    Browse the repository at this point in the history
  40. 4.0.0-8

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    bb69d9f View commit details
    Browse the repository at this point in the history
  41. Fix Delete action without id

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    23b22af View commit details
    Browse the repository at this point in the history
  42. Refactor props names and exports

    fabien0102 authored and Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    ce91460 View commit details
    Browse the repository at this point in the history
  43. 4.0.0-9

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    77962df View commit details
    Browse the repository at this point in the history
  44. Factor out handling of response content type handler

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    cdf1bf0 View commit details
    Browse the repository at this point in the history
  45. Add await to processResponse

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    4841466 View commit details
    Browse the repository at this point in the history
  46. response -> rawResponse

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    7742532 View commit details
    Browse the repository at this point in the history
  47. Merge pull request #22 from contiamo/fix/content-type

    Factor out handling of response content type handler
    Tejas Kumar authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    59b0d47 View commit details
    Browse the repository at this point in the history
  48. Update Docs

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    4996bdd View commit details
    Browse the repository at this point in the history
  49. Update examples

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    11b29ae View commit details
    Browse the repository at this point in the history
  50. Fix #2: Add codesandbox links

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    a53b1fd View commit details
    Browse the repository at this point in the history
  51. Link to interfaces instead of displaying them

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    e20f744 View commit details
    Browse the repository at this point in the history
  52. Link to docs with lines

    Tejas Kumar committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    1208f67 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #21 from contiamo/update-docs

    Update Docs
    Tejas Kumar authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b14885c View commit details
    Browse the repository at this point in the history