- 168 Call failure handler on network error
- 167 Remove invariant that blocks from having multiple views with the same display name.
- 5c2a56 Move Immutable.js to a peer dependency to reduce overall build size
- c7ff40 Remove use of isMounted function which has been deprecated by React
- 18ee9d Ensure that Constant/ConstantCollection is JSON stringifiable
- b1e205b Expose response headers to APIActionCreators (thanks @matrinox)
- 5e465e0 - Moved to 3rd party proptypes library as it's deprecated in React15 (#160)
- a6cfbfe - Update NOTICE and LICENSE (#158)
- 6529617 - Move babel to dev dependency (thanks @alistairjcbrown)
- 638e523 - Add ability to set default base URL for all requests via APIActionCreator
- 949891a - Allow setting default headers for all requests via APIActionCreator
- a483df8 - Allow named parameters with file extensions in routes
- miscellaneous bits of cleanup
- d9d8c7e - Allow other body types to API Action Creator
- #133 - ImmutableReducerStore thanks @AlanFoster
- #132 - Fixed default route in router
- #126 - Fixed emitChanges until after dispatch. Potential huge performance increase in react 14+
- #128 - Tweaked decorator syntax to support a list of stores
- #124 - Added es6 class support for stores using decorator.
- #121 - Fixes dispatching failure type on success response in API.
- #120 - Fixed setting Content-Type Header
- #120 - Allow for string body types in the APIActionCreator.
- #120 - Fixed deprecated message for
contentType
in the APIActionCreator.
- #112 - fixed string check in test
- Fixed including all license and notices in built files.
- #106 - Added abort support to APIActionCreator
- #113 -- Trigger error event for malformed JSON. Thanks @AlanFoster
- #105 - Fixed is immutable check for ImmutableStore
- #110 - Fixed windowless environment check for window object
- #100 - support content type json w/ charset
- Moved react to peer dependencies, and ensured comparability with react 0.14
- Fixed registering actions/types in the API Action Creator & Action Creator.
- Fixed bugs in router
- Added support for request headers in the API Action Creator createRequest method
- Incorporated fluxthis es6 generator router experimental feature
- Deprecated actionSource in Action Creators
- Deprecated payloadType & actionType in Action Creators. New keys are payload & type, respectively.
- Removed the babel global polyfill in favor of runtime alternative. This means that any projects depending on this polyfill need to require it themselves manually.