Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Latest commit

 

History

History
103 lines (60 loc) · 4.69 KB

CHANGELOG.md

File metadata and controls

103 lines (60 loc) · 4.69 KB

v3.1.1 (2/19/18)

  • 168 Call failure handler on network error

v3.1.0 (1/23/18)

  • 167 Remove invariant that blocks from having multiple views with the same display name.

v3.0.0 (12/19/17)

  • 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

v2.9.1 (5/30/17)

  • 18ee9d Ensure that Constant/ConstantCollection is JSON stringifiable

v2.9.0 (10/11/16)

  • 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)

v2.8.0 (6/21/16)

  • 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

v2.7.1 (4/22/16)

  • d9d8c7e - Allow other body types to API Action Creator

v2.7.0 (4/15/16)

  • #133 - ImmutableReducerStore thanks @AlanFoster

v2.6.1 (3/9/16)

  • #132 - Fixed default route in router

v2.6.0 (2/16/16)

  • #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.

v2.5.4 (2/10/16)

  • #121 - Fixes dispatching failure type on success response in API.

v2.5.2 (2/9/16)

  • #120 - Fixed setting Content-Type Header
  • #120 - Allow for string body types in the APIActionCreator.
  • #120 - Fixed deprecated message for contentType in the APIActionCreator.

v2.5.1 (1/14/16)

  • #112 - fixed string check in test
  • Fixed including all license and notices in built files.

v2.5.0 (1/12/16)

  • #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

v2.4.0 (12/1/15)

  • #100 - support content type json w/ charset

v2.3.1 (11/2/15)

  • Moved react to peer dependencies, and ensured comparability with react 0.14

v2.2.3 (7/5/15)

  • Fixed registering actions/types in the API Action Creator & Action Creator.

v2.2.2 (6/26/15)

  • Fixed bugs in router

v2.2.1 (6/3/15)

  • Added support for request headers in the API Action Creator createRequest method

v2.2.0 (6/2/15)

  • Incorporated fluxthis es6 generator router experimental feature

v2.1.0 (5/21/15)

  • Deprecated actionSource in Action Creators
  • Deprecated payloadType & actionType in Action Creators. New keys are payload & type, respectively.

v2.0.0 (5/21/15)

  • 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.