Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Releases: CodingZeal/zeal-redux-utils

v2.0.0

09 Feb 17:42

Choose a tag to compare

  • Update to flux-standard-action 2.0.0 (#14), drops support for Symbols as action types
Assets2
Loading

v1.0.0

17 May 16:41

Choose a tag to compare

Releasing 0.3.2 as 1.0.0 with no changes.

Loading

v0.3.2

16 May 21:11

Choose a tag to compare

Added

  • Add documentation for the each of the utility functions to the README. (#11)
Loading

v0.3.1

12 May 16:14

Choose a tag to compare

Changed

  • createReducer now allows the caller to specify a whitelist function that can bypass theflux standard action (FSA) check. Some external libraries dispatch actions that do not conform to the FSA spec and we don't want those to trigger theNonStandardAction exception. The whitelist function should take an action and returntrue if it should bypass the FSA check, or false if it should be checked. Use it as follows:createReducer(initialState, actionHandlers, { allowNonStandardActionIf: whitelistFunction }). (#9)
Loading

v0.3.0

16 Dec 00:05

Choose a tag to compare

Changed

  • Check for flux standard actions (FSAs) in reducers created bycreateReducer. The check is performed only in development mode. Non-FSA actions raise aNonStandardAction exception. Seeflux-standard-action for a definition of what is an FSA. (#6)

Added

  • AddnullAction for use in reducer specs. AnullAction is a flux-standard-action-compliant action that shouldn't match any of your normal actions. It can be used to initialize the state in a reducer spec. e.gconst initialState = reducer(undefined, nullAction) (#7)

Removed

  • Cleaned non-essential files out of the npm package to reduce package size. (#8)

Internal

  • Useyarn for all building and scripting tasks. (#8)
Loading

v0.2.0

14 Dec 19:18

Choose a tag to compare

Added

  • AddglobalizeSelectors for adapting selectors that work on a slice of the state tree to allow them to work on the entire state tree. SeeGlobalizing Redux Selectors for more information. (#2,#5)
Loading

v0.1.1

14 Dec 16:02

Choose a tag to compare

Added

  • [Internal only] Tests forcreateActionTypes andcreateReducer
Loading

v0.1.0

14 Dec 16:02

Choose a tag to compare

Added

  • Welcome to the world!
  • AddcreateActionTypes for creating namespaced Redux action type constants.
  • AddcreateReducer for creating Redux reducers without using case statements.
Loading

[8]ページ先頭

©2009-2025 Movatter.jp