- 17 Jul, 2018 2 commits
-
-
Adrien HARNAY authored
-
Adrien HARNAY authored
Upgrade React and Babel Also, replace UglifyJS with Google Closure Compiler
-
- 02 May, 2018 1 commit
-
-
Adrien HARNAY authored
-
- 01 May, 2018 1 commit
-
-
Adrien HARNAY authored
* wip * yarn lock * upgrade deps * clarify connect * done
-
- 30 Apr, 2018 4 commits
-
-
Adrien HARNAY authored
Fixed problems on all builds and clarified config
-
Adrien HARNAY authored
-
Adrien HARNAY authored
-
Adrien HARNAY authored
Rename dist/redux-rest-easy[.min].js to dist/index[.min].js
-
- 27 Apr, 2018 2 commits
-
-
Adrien HARNAY authored
-
Adrien HARNAY authored
Increase coverage to 85+%, while fixing small bugs on some edge cases
-
- 26 Apr, 2018 1 commit
-
-
Adrien HARNAY authored
Fix lack of cache in edge case on getResource used with denormalizer + add tests
-
- 25 Apr, 2018 2 commits
-
-
Adrien HARNAY authored
Fix config validation when using cacheHint
-
Adrien HARNAY authored
Cache hints will be included in the formatted URLs so that the user has a way to hint the cache on some settings (e.g. accept-language on a request)
-
- 12 Apr, 2018 3 commits
-
-
Adrien HARNAY authored
-
Thibault Malbranche authored
* bug(connect):hoist statics variables * rename it to test
-
Adrien HARNAY authored
-
- 03 Apr, 2018 1 commit
-
-
Adrien HARNAY authored
-
- 31 Mar, 2018 1 commit
-
-
Adrien HARNAY authored
Add new selector `request.getMetadata()` to access payload metadata, along with new action config `metadataNormalizer`
-
- 27 Mar, 2018 1 commit
-
-
Adrien HARNAY authored
-
- 22 Mar, 2018 1 commit
-
-
Matt Labrum authored
Allow async getToken (e.g. React Native with AsyncStorage, Microsoft AD Authentication)
-
- 21 Mar, 2018 1 commit
-
-
Adrien HARNAY authored
-
- 20 Mar, 2018 1 commit
-
-
Adrien HARNAY authored
* All done except invalidate cacheLifetime === Infinity * added expireAt, tests need fixing * update snaps * hasCacheExpired tests done * tests OK * feature done, needs tests * empty paths OK * requests tests OK * resources tests OK * tests done * docs done * fixed typos in docs
-
- 19 Mar, 2018 3 commits
-
-
Adrien HARNAY authored
Allow persistence of resolvers hashes by putting them in the state, so that libraries like redux-offline can correctly persist all the state, including hashes
-
Adrien HARNAY authored
-
Thibault Malbranche authored
-
- 09 Mar, 2018 3 commits
-
-
Jess authored
`connect` wasn't available in scope in this example.
-
Adrien HARNAY authored
-
Adrien HARNAY authored
-
- 08 Mar, 2018 5 commits
-
-
Adrien HARNAY authored
Fixed runtime error `this.getToken()` is undefined, which happened when overriding the built-in method
-
Adrien HARNAY authored
Add Pinesy as a contributor
-
Adrien HARNAY authored
Now warning the user when they define an invalid networkHelper in actions config
-
Adrien HARNAY authored
When normalizer's result is made of one entity, it was not an array. Fixed it to ensure it is always an array an avoid inconsistency in store
-
Adrien HARNAY authored
Allow to override built-in and globally provided networkHelpers on a per-action basis, with a new action configuration
-
- 06 Mar, 2018 1 commit
-
-
Adrien HARNAY authored
Provide link to documentation when displaying errors
-
- 01 Mar, 2018 1 commit
-
-
Adrien HARNAY authored
Fix a regeneratorRuntime exception when running an app which didnt include it
-
- 22 Feb, 2018 1 commit
-
-
Adrien HARNAY authored
-
- 21 Feb, 2018 1 commit
-
-
Adrien HARNAY authored
-
- 15 Feb, 2018 1 commit
-
-
Adrien HARNAY authored
Forward dispatch as-is when it is not a function
-
- 14 Feb, 2018 1 commit
-
-
Adrien HARNAY authored
-
- 13 Feb, 2018 1 commit
-
-
Adrien HARNAY authored
So that it can be used the same as react-redux's connect
-