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 0.7 #1095

Merged
merged 126 commits into from
Jan 9, 2017
Merged

Version 0.7 #1095

merged 126 commits into from
Jan 9, 2017

Commits on Nov 15, 2016

  1. add generic types to apollo client for Query and Mutation

    Brett Jurgens committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    0c2aa46 View commit details
    Browse the repository at this point in the history
  2. update Authors & Changelog

    Brett Jurgens committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    092b590 View commit details
    Browse the repository at this point in the history
  3. Revert "add generic types to apollo client for Query and Mutation"

    This reverts commit 0c2aa46.
    Brett Jurgens committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    a1a7ef1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. add types to query/mutate functions

    Brett Jurgens committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    653186f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62a5b13 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

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

Commits on Dec 25, 2016

  1. update ROADMAP.md

    helfer committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    ba18a54 View commit details
    Browse the repository at this point in the history
  2. update ROADMAP.md

    helfer committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    6c80bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78b1cb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47866e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0871eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b49619b View commit details
    Browse the repository at this point in the history
  7. remove fragment docstring

    helfer committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    898cc99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72239e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    334cdbd View commit details
    Browse the repository at this point in the history
  10. remove unnecessary variables

    helfer committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    8ea7d0b View commit details
    Browse the repository at this point in the history
  11. remove unnecessary imports

    helfer committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    1322c09 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6440104 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9fd5004 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    62451e0 View commit details
    Browse the repository at this point in the history
  15. remove unnecessary import

    helfer committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    a8278da View commit details
    Browse the repository at this point in the history
  16. delete fragments file

    helfer committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    a779b96 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bbdcab1 View commit details
    Browse the repository at this point in the history
  18. update CHANGELOG.md

    helfer committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    ca96a0a View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1096 from apollostack/remove-fragments

    Remove fragments
    helfer authored Dec 25, 2016
    Configuration menu
    Copy the full SHA
    0e1a93d View commit details
    Browse the repository at this point in the history
  20. remove unnecessary import

    helfer committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    2fb8e1e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4027798 View commit details
    Browse the repository at this point in the history
  22. remove commented out test

    helfer committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    e4a0e9f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Configuration menu
    Copy the full SHA
    4dbe4c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e791a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bab859 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99fdfc6 View commit details
    Browse the repository at this point in the history
  5. update CHANGELOG.md

    helfer committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    73ff179 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1118 from apollostack/broadcast-less

    Broadcast a bit less
    helfer authored Jan 4, 2017
    Configuration menu
    Copy the full SHA
    411b175 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1119 from apollostack/update-changelog

    update CHANGELOG.md
    helfer authored Jan 4, 2017
    Configuration menu
    Copy the full SHA
    46f4ad9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f679c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f76c57 View commit details
    Browse the repository at this point in the history
  10. Single imports

    kamilkisiela committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    de2e7a2 View commit details
    Browse the repository at this point in the history
  11. Fix circular dependencies

    Note: Typescript files with only types, are used only in compilation
    phase and not going to be imported on compiled javascript.
    
    Closes #1074
    Urigo authored and kamilkisiela committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    a781301 View commit details
    Browse the repository at this point in the history
  12. Compile to commonjs with babel

    This way we avoid an issue with require('lodash/someFunction').default()
    kamilkisiela committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    cc52b46 View commit details
    Browse the repository at this point in the history
  13. Inlude mising tests

    kamilkisiela committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    0b2c92c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc00bac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    87d2e83 View commit details
    Browse the repository at this point in the history
  16. Fix tests

    kamilkisiela committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    db06402 View commit details
    Browse the repository at this point in the history
  17. Compile with sourcemaps

    kamilkisiela committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    d960c6a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f542f14 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    696e2ed View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5fe7970 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6ad6da8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fa58b1f View commit details
    Browse the repository at this point in the history
  23. Add jsnext:main

    kamilkisiela committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    5ba7fe5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ecef360 View commit details
    Browse the repository at this point in the history
  25. Update to [email protected]

    This way we avoid using @types/redux and we use official typescript definition instead
    kamilkisiela committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    c90a749 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c42b761 View commit details
    Browse the repository at this point in the history
  27. add generic types to apollo client for Query and Mutation

    Brett Jurgens committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    6aad075 View commit details
    Browse the repository at this point in the history
  28. update Authors & Changelog

    Brett Jurgens committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    e146cb9 View commit details
    Browse the repository at this point in the history
  29. Revert "add generic types to apollo client for Query and Mutation"

    This reverts commit 0c2aa46.
    Brett Jurgens committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    6fee4ee View commit details
    Browse the repository at this point in the history
  30. add types to query/mutate functions

    Brett Jurgens committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    bdb6962 View commit details
    Browse the repository at this point in the history
  31. fix rebase

    Brett Jurgens committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    8edae9e View commit details
    Browse the repository at this point in the history
  32. Merge branch 'add_generics_to_apollo_client' of github.com:brettjurge…

    …ns/apollo-client into add_generics_to_apollo_client
    Brett Jurgens committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    167739a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a547043 View commit details
    Browse the repository at this point in the history
  34. meta

    calebmer committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    b3aba17 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Merge pull request #1069 from apollostack/umd

    Use UMD bundle and ES6 modules
    helfer authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    08d6dfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3af6d2c View commit details
    Browse the repository at this point in the history
  3. add missing import back

    helfer committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    ebf9751 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8996670 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1122 from calebmer/refactor/remove-lodash

    Remove lodash as a production dependency
    helfer authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    95ca7b6 View commit details
    Browse the repository at this point in the history
  6. Update package.json

    Change max minified size to 27Kb!
    helfer authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    f821042 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9bd7c6 View commit details
    Browse the repository at this point in the history
  8. Write to ROOT_SUBSCRIPTION instead of ROOT_QUERY

    Fixes #999
    Sashko Stubailo committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    ede3948 View commit details
    Browse the repository at this point in the history
  9. Update changelog

    Sashko Stubailo committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    70bb84e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2cc2e25 View commit details
    Browse the repository at this point in the history
  11. fix tests

    helfer committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    39136e9 View commit details
    Browse the repository at this point in the history
  12. Delete vestigial extensions.ts file

    Sashko Stubailo committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    c3289e1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1127 from apollostack/root-sub

    Write to ROOT_SUBSCRIPTION for subscription results
    helfer authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    0b5bbe1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6402b2f View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1128 from apollostack/remove-extensions-ts

    Remove extensions.ts
    helfer authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    2f678ab View commit details
    Browse the repository at this point in the history
  16. Suppress rollup warnings

    I removed only theses unnecessary
    kamilkisiela committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    b1cb1c0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6017af1 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #1130 from apollostack/suppress-rollup

    Suppress rollup warnings
    helfer authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    080fc72 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f791c09 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1131 from apollostack/lodash-leftovers

    Remove a bit more lodash specific stuff
    helfer authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    905a8cd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6417c26 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    31c751a View commit details
    Browse the repository at this point in the history
  23. meta

    calebmer committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    a2878f5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a996253 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a062622 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d675433 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Merge pull request #1137 from apollostack/tests/network-interface-rej…

    …ection
    
    Add Test: network interface rejection
    Sashko Stubailo authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    3e48c63 View commit details
    Browse the repository at this point in the history
  2. move fetch warning

    calebmer committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    20ef9c7 View commit details
    Browse the repository at this point in the history
  3. change code style

    calebmer committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    8738b44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5d9994 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99155f0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1140 from apollostack/greenkeeper-tslint-4.3.1

    Update tslint to version 4.3.1 🚀
    helfer authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    be3208a View commit details
    Browse the repository at this point in the history
  7. Update package.json

    Move @types/promises-a-plus to devDependencies
    helfer authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    b55b817 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #914 from brettjurgens/add_generics_to_apollo_client

    add generic types to apollo client for Query and Mutation
    helfer authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    e1180e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bae06ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6468846 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4931fd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    190a86a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5833dc4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8476608 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e1eae36 View commit details
    Browse the repository at this point in the history
  16. compare result keys

    calebmer committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    08b69dd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    249c552 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a1ae3b6 View commit details
    Browse the repository at this point in the history
  19. code formatting

    calebmer committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    d314e2f View commit details
    Browse the repository at this point in the history
  20. add changelog item

    calebmer committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    ff1af8d View commit details
    Browse the repository at this point in the history
  21. add test for watch query

    calebmer committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    c1a0b09 View commit details
    Browse the repository at this point in the history
  22. Update CHANGELOG.md

    calebmer authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    c97b0f8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    93b76b1 View commit details
    Browse the repository at this point in the history
  24. remove space

    calebmer committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    aa05ca7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Merge pull request #1143 from apollostack/fix/reducer-error-swallowing

    Add test for reducer error swallowing
    helfer authored Jan 9, 2017
    Configuration menu
    Copy the full SHA
    22143c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74149f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af36e8e View commit details
    Browse the repository at this point in the history
  4. nitpick code aesthetics

    helfer committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    ec2163e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f127dbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24a1a32 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1136 from apollostack/refactor/preserve-referenti…

    …al-equality
    
    Preserve referential equality from previous result in the store
    helfer authored Jan 9, 2017
    Configuration menu
    Copy the full SHA
    aa06fda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41a3919 View commit details
    Browse the repository at this point in the history
  9. deprecate resultTransformer

    helfer committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    22c68f5 View commit details
    Browse the repository at this point in the history
  10. update CHANGELOG.md

    helfer committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    4d38920 View commit details
    Browse the repository at this point in the history
  11. add maybeDeepFreeze file

    helfer committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    3b60ba3 View commit details
    Browse the repository at this point in the history
  12. update CHANGELOG.md

    helfer committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    086a5d0 View commit details
    Browse the repository at this point in the history
  13. 0.7.0

    helfer committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    748fa72 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4881bec View commit details
    Browse the repository at this point in the history