rematch

The Redux Framework

MIT License

Downloads
334.6K
Stars
8.5K
Committers
105

Bot releases are hidden (Show)

rematch - Release 1.0.0-beta.5

Published by ShMcK over 6 years ago

  • Merge pull request #458 from rematch/cleanup (7554420)
  • update changelog for model.baseReducer, increment release (4688f47)
  • cleanup prettier formatting (1602a55)
  • Merge pull request #450 from d3dc/model-redux-reducer (f73c24a)
  • Update redux.md (06169e9)
  • Update redux.md (16ba719)
  • Update redux.md (df32079)
  • Update redux.md (e871506)
  • Put middlewares in redux in recipe (1a96329)
  • fix typing error (43a416a)
  • Fix some typos (4a7a102)
  • Validation of baseReducer (f7b6282)
  • Every time... fix MD link (6df85a8)
  • Add docs (1c4b04c)
  • rename it and use it the same as rootReducers (047242d)
  • Merge pull request #456 from coderhaoxin/patch-1 (e7229bb)
  • fix link (0c61174)
  • Merge pull request #455 from andrewheekin/master (ff45507)
  • fix relative import of core typings in loading plugin (4bfd19a)
  • update loading plugin version (7fc7ffd)
  • Add reduxReducer config to Model (1bf6ebe)
rematch - Release 1.0.0-beta.4

Published by ShMcK over 6 years ago

  • increment for beta 4 release (f96ec8a)
  • Merge pull request #451 from millette/patch-2 (93f2ee1)
  • Merge pull request #449 from millette/patch-1 (e1c08c6)
  • Fix typo in markdown link (9f1ac8f)
  • Missing directory: scripts (ff964fb)
rematch - Release 1.0.0-beta.3

Published by ShMcK over 6 years ago

  • increment version for beta.3 release (7764d90)
  • Merge pull request #446 from rematch/remove-globals (837708f)
  • fix deprecate test (f453de2)
  • update examples (8a31ad3)
  • add postinstall warning script for beta.3 (024cd5d)
  • fix deprecate ts issue (6405aa1)
  • update changelog, add warnings for import dispatch/getState (4047e7c)
  • remove global dispatch from examples (7856ae2)
  • remove globals from docs, update changelog (ef59d1d)
  • remove global dispatch/getState (06096ac)
  • Merge pull request #445 from LitoMore/github (d752096)
  • Github -> GitHub (7a507ab)
  • Merge pull request #443 from rematch/feature/plugin-return (2a74201)
  • add docs for onStoreCreated result (a0b3f63)
  • onStoreCreated return value with init (54740d7)
  • Merge pull request #438 from nihgwu/neo/loading-effect-reject (c4a6951)
  • [loading] don't always resolve result (d6c219d)
  • Merge pull request #437 from saginadir/patch-1 (157c64c)
  • Update README.md (7f71725)
  • updated redux-persist integration path (11efbd0)
  • Merge pull request #435 from bosung90/patch-3 (70f3ac2)
  • Fix plugin packages link (07504f8)
  • Close #434. Note "react-redux" dep in example (56f6d1c)
  • update changelog (62517b3)
rematch - Release 1.0.0-beta.2

Published by ShMcK over 6 years ago

  • increment version and release (9d18962)
  • Merge pull request #432 from rematch/fix/getstate-typings (0d255ad)
  • add getState typings (a5282bd)
  • Merge pull request #431 from rematch/feature/plugin-config (32ef143)
  • reimplement #422 (29e71d0)
  • link ts example back to repo (e02a017)
  • Merge pull request #430 from brunolemos/fix/model-config (e6c209b)
  • [typings] use ModelConfig instead of Model on some places (087ff54)
  • Merge pull request #426 from koss-lebedev/master (24e3924)
  • Allow to disable redux devtools (9a17312)
  • Merge pull request #425 from 2hu12/patch-1 (3565f11)
  • Fix example code in README (2ef2160)
  • Merge pull request #424 from rematch/revert-422-pluginFactory-exposes-config (3f9f5d5)
  • Revert "PluginFactory exposes config." (ec1dc5d)
  • Merge pull request #423 from rematch/feature/add-name-to-store (bbb1d1e)
  • add name to store (6c69529)
  • Merge pull request #422 from d3dc/pluginFactory-exposes-config (4ef0556)
  • Use the right type (d1cd879)
  • explicitly has an any type (d09ec1c)
  • PluginFactory exposes config. Rematch initializes PluginFactory with a config (0e89f73)
  • Merge pull request #416 from bosung90/patch-2 (993a19c)
  • Update devtools.md (f5d8e1e)
  • Update devtools.md (69f5da8)
rematch - Release 1.0.0-beta.1

Published by ShMcK over 6 years ago

  • increment and release beta.1 (3992a72)
  • Merge pull request #417 from rematch/feature/update-model (b6f592a)
  • update store on lazy loaded model (9a44865)
rematch - Release 1.0.0-beta.0

Published by ShMcK over 6 years ago

  • update deps & increment for beta release (8198df1)
  • Merge pull request #412 from brunolemos/strict-null-check (463d979)
  • [typings] fix mergeConfig typing (cdd6d21)
  • [typings] add ModelConfig typings (a8cf154)
  • Merge pull request #411 from saintwinkle/fix-node_env (44713f8)
  • [typings] fix external typings for strictNullChecks (6608fa6)
  • [typings] enable strictNullChecks (852e542)
  • fix NODE_ENV in build script (3672aef)
rematch - Release 1.0.0-alpha.9

Published by ShMcK over 6 years ago

  • Merge pull request #408 from rematch/fix/effect-rootState (0b4ae35)
  • fix for rootstate. Note, redux middleware blocks using state from dispatch (9df068e)
  • update select plugin (f59cfee)
  • cleanup select plugin typings (14c3ae5)
  • increment loading dependency & publish (a935578)
  • fix ts formatting (0303e37)
  • update readme reference to @next (cf59cea)
rematch - Release 1.0.0-alpha.8

Published by ShMcK over 6 years ago

  • Merge pull request #399 from rematch/effects/function (f54e2fa)
  • Merge pull request #404 from brunolemos/effects/function (fe206ac)
  • [typings] small refactoring (c273ef8)
  • [typings] fix generic RematchDispatch (43462e6)
  • Merge pull request #403 from brunolemos/effects/function (cdef533)
  • [typings] fix support for function api on effects (02999fb)
  • fix effect type (1778c67)
  • refactor build core process (6dcf548)
  • update changelog, build version for alpha.8 release (25505f9)
  • add reference to v0 docs (f499085)
  • refactor tslint (e6b727f)
  • update examples (ca20671)
  • add effect as fn typings (53b755e)
  • effects as fn, with local dispatch passed in (eee51b9)
  • Merge pull request #402 from rematch/jancassio-develop (6e8c25b)
  • Merge pull request #401 from jancassio/develop (a0d922f)
  • update rematch/loading ts build to use rollup-plugin-ts2 (2ad14bb)
  • updated dist dir (8ef5b94)
  • updated rollup to build by src files and generate it definitions (133517d)
  • added typescript rollup plugin and moved typescript to peer dependencies (40a3e62)
  • updated build scripts (ec78752)
  • added types attribute to help typescript to find definitions (e343895)
  • removed ts definitions, it should be generated on installing (5184aab)
  • Merge branch 'master' of github.com:jancassio/rematch (0723495)
  • added missing dependencies to fix build and typescript definitions output (003f881)
  • update packages (dc4e823)
rematch - Release 1.0.0-alpha.7

Published by ShMcK over 6 years ago

  • prepare 1.0.0-alpha,.7 release (f37aa42)
  • update ts docs & changelog (c606c73)
  • remove createModel from non-ts examples (374e711)
  • ignore select ambient must be string errors (6b46bf6)
  • Merge pull request #391 from brunolemos/typescript-improvements-3 (e5c58d7)
  • Merge branch 'master' into typescript-improvements-3 (cbf7423)
  • Merge pull request #394 from rematch/fix/typings-this (c5d9e11)
  • resolve effect this typing (5740133)
  • Add this typing for Model.effects (d9e44a0)
  • [TYPINGS] Support this inside effects (6d9d811)
  • [TYPINGS] Fix RematchDispatch no compatible call signature error (13a2f07)
  • [API] New getDispatch function for autocomplete purposes (7c76b8d)
  • [API] New getSelect function for autocomplete purposes (afd5292)
  • [TYPINGS] Add missing Models type to plugin dispatch (6205ba1)
  • [TYPINGS] Add missing select export (abb137b)
  • [API] New createModel function for autocomplete purposes (06bb9f9)
  • update count README example (6b27db1)
  • fix readme link (4d90d3b)
  • adjust translations format (a775c69)
  • Merge pull request #387 from Hacker-Linner/master (a3fce7b)
  • Adding Chinese translated Support docs (4a86f23)
rematch - Release 1.0.0-alpha.6

Published by ShMcK over 6 years ago

  • Merge pull request #389 from rematch/prod/dev (b7663a3)
  • create dev/prod builds (94f092c)
  • Update README.md (35cffe8)
rematch - Release 1.0.0-alpha.3

Published by ShMcK over 6 years ago

  • increment versions (8c21119)
  • Merge pull request #357 from brunolemos/typescript-improvements (1dafe2c)
  • Improve TypeScript integration (c7dcac2)
rematch - Release 1.0.0-alpha.2

Published by ShMcK over 6 years ago

  • increment version (27e0f97)
  • remove older logo (0df2f69)
  • Merge pull request #347 from rematch/fix/typings (15a2bdc)
  • working rollup config (using v0.56) (c0d577f)
  • Add Decoupling reducers to SUMMARY.md (3dde9bc)
  • update ts-count example (6502810)
  • upgrade to redux 4.0 (333b915)
  • update bundlesize in readme (f4944bf)
  • Merge pull request #346 from rematch/add-bundlesize (5045ae8)
  • adjust bundle size for umd only (7b12571)
  • add bundlesize (456991f)
  • Merge pull request #339 from titouancreach/recipes (174a294)
  • Merge pull request #344 from sarunast/patch-2 (dd9feeb)
  • Use correct redux-persist api (dee1fff)
  • add new logo (41e47be)
  • add codesandbox links for react (95177ea)
  • Fix syntax mistakes in the code (6cbf252)
  • fix grammar (818ce03)
  • cleanup Reducer typings (0e8c90a)
  • use the same example as explained in the original issue (2b4fccc)
  • fix grammar (62e6a39)
  • reference the new recipe link in the readme (0eb6351)
  • rename file (4a7201e)
  • fix grammar (43e6e93)
  • Update combineReducers.md (85638f0)
  • write the code snippet (5fbedf9)
  • add new recipes to replace combineReducers (3ac6964)
rematch - Release 1.0.0-alpha.1

Published by ShMcK over 6 years ago

  • Merge pull request #341 from rematch/fix/multi-stores-example-remove-create-react-app-test (7f9c63a)
  • prepare 1.0.0-alpha.1 release (8eefb10)
  • remove default tests (1685503)
  • cleanup path to demo (9201dc5)
  • cleanup example package-lock (74dbd99)
  • Merge pull request #340 from rematch/example/multi-store (616ed81)
  • basic multistore example (92ff863)
  • Merge pull request #338 from rematch/19majkel94-types-fix (0165716)
  • fix ModelReducer typings (48caab0)
  • typings fixes: update ts example (36174ff)
  • Merge pull request #333 from 19majkel94/types-fix (a1ac327)
  • Add proper signature of dispatcher with payload (51a62c9)
  • Merge pull request #336 from rematch/feature/add-store-name-to-devtools (7b085a6)
  • add store name as devtools name (15dff7d)
  • demonstrate payload in ts example (157b757)
  • Merge pull request #335 from sarunast/patch-1 (ea2b33c)
  • Fix the documentation for DevTools options (76d846d)
  • Fix RematchDispatch typings (0b46996)
  • remove old FIXME references (b6485cf)
  • Merge pull request #330 from rematch/v1.0.0/plugins (5f72d96)
  • add note about experimenting with v1.0.0 (05ffc81)
  • remove test utils from test coverage (6b1bfe1)
  • update plugins + examples (663504c)
  • prepare plugins for v1.0.0 (e652cb5)
rematch - Release 1.0.0-alpha.0

Published by ShMcK over 6 years ago

  • Merge pull request #240 from rematch/feature/store-model (2bcaf3d)
  • update changelog for v1.0.0-alpha.0 (af05cd1)
  • add notes on TS as a recipe (0f56806)
  • add effects to ts example. turn off "no implicit this" (868d485)
  • cleanup plugin package.json's to use current @rematch/core (6f0a9c9)
  • remove redux from ts package.json (f7d8fc6)
  • cleanup example deps (6d58bcc)
  • rename folder "ts" (b4e8eee)
  • remove ts git submodule (c1f4196)
  • Merge pull request #329 from nWidart/feature/store-model (66088bf)
  • Adding basic typescript count example (b5072f5)
  • update api docs for v1 (a734076)
  • increment package versions for release. add version notes to README (8d53914)
  • Merge pull request #328 from rematch/refactor/redux (694de46)
  • all tests passing (4671c0a)
  • refactor redux (13 failing tests remaining) (7ef298a)
  • Merge pull request #327 from rematch/feature/store-model-plugins-tests (e448e90)
  • Got these tests passing. (fbe3a2d)
  • add fixes for case of reducer/effect with same names (6b132fb)
  • add global dispatch of effects (19f6499)
  • global dispatch of reducers (7ef8fe1)
  • Merge pull request #326 from xDae/patch-1 (51bebc7)
  • fix confusing import name (04b9e08)
  • update README with changes (357c724)
  • update docs for plugins (a1c6653)
  • change pluginFactory to object (c30f27f)
  • split loading & loading-immutable (c40f664)
  • increment version to 1.0.0-alpha.0 (0e203f6)
  • decrease mutation errors in loading tests (bcfbaae)
  • minor typings fix (d61e85f)
  • update loading plugin (many tests failing) (5e1af4d)
  • fix issue with effects and multiple stores (35bd483)
  • cleanup redux.ts (7510dc2)
  • typings all passing - not 100%, a few "any"s, strictNullChecks false (fde6eb6)
  • Merge pull request #321 from will-stone/logo (7caa874)
  • add logo (90ff576)
  • add failing multiple store effects test (d79914b)
  • improve comments (9593244)
  • update typings (1ad7aae)
  • typings progress, move to Redux v4 - beta for improved ts typings (6936520)
  • refactor progress (b09a584)
  • deprecate and disable subscriptions plugin - no longer needed (b58a114)
  • skip failing loading plugin tests. TODO - 20 more to fix (85e1f41)
  • Merge remote-tracking branch 'origin/fix/select-plugin' into feature/store-model (5a2aa1b)
  • Select Plugin: Tests passing. Note: Current design of select plugin does not account for multiple stores. (10f6ef7)
  • For for installing plugin dependencies (895514f)
  • Linting fixes. (d5b6dcc)
  • Merge pull request #318 from rematch/fix/tslint.json (cd066a8)
  • Fixed trailing comma (be48149)
  • cleanup redux class (cbc509a)
  • refactor into single redux class (5e9c7e1)
  • progress cleaning up typings (d92373e)
  • Merge remote-tracking branch 'origin/features/store-model-cleanup' into feature/store-model (7ce657b)
  • Tidying up. Linting fixes. (cd3a7bc)
  • Tidying up. Removed unused imports. (bf322d8)
  • Removed utils/getActionCreators. It's no longer used. (6120724)
  • add working ts example (09949ac)
  • Fix lint settings (ad553c2)
  • Simplified addModel name validation (37733b6)
  • resolve issues with effect middleware (3c5ab54)
  • progress fixing typings (869251a)
  • add support for global dispatch & global getState (560757e)
  • update plugins (84acd35)
  • fix dispatch tests (8c5b349)
  • cleanup unused (35a9d21)
  • clean up mergeConfig (5db2dd0)
  • plugins as objects progress (d2fbb41)
  • pluginFactory refactor progress (ef2ce19)
  • fix mergeConfig typings (7489703)
  • TODO: slowly add plugin tests back (fb1c703)
  • refactor into initial working version (345b821)
  • update loading plugin tests (251df57)
  • minor test updates after rebase (7caa9fa)
  • refactor into Rematch & Redux classes (fa49200)
  • cleanup plugin tests (ae11612)
  • tests passing. ignoring plugins for now (6c42ac3)
  • remove jest reset modules from tests. No longer needed (f666baf)
  • cleanup tests to use store.dispatch (5e17b75)
  • couple reducers with store instance (fd23ffb)
  • move init reducers into store (07a0b95)
  • add additional tests for handling multiple stores (b7837cf)
  • fix store typings (c9d3255)
  • remove getState, change model to store.model (a6972fd)
  • increment rn plugin, minor fixes (ae32991)
  • add immer recipe, links (0a3b796)
  • increment loading plugin version (8a12ef0)
  • Merge pull request #316 from taranda/feature/enhancements-to-react-navigation (a39602a)
  • Merge pull request #314 from arcthur/master (d15892e)
  • Modified typed (22923c7)
  • Add stateSlice method to react-navigation plugin config. (0dc688d)
  • Modified the readme (3ec8d93)
  • Remove .only in test file (4bd4fc1)
  • Merge pull request #315 from marteinn/patch-1 (c5fbac6)
  • Fix missing await in fetch example (76050dc)
  • Added immer plugin (88d7639)
  • Merge pull request #313 from taranda/feature/enhancements-to-loading (77e93c9)
  • Enhance loading plugin for Immutable. (b8022dc)
rematch - Release 0.6.0

Published by ShMcK over 6 years ago

  • Merge pull request #311 from rematch/fix/effect-actions (460e682)
  • update changelog, increment version for 0.6.0 release (1862099)
  • all tests passing (ee3b40b)
  • update deps (26741f1)
  • Merge pull request #310 from taranda/feature/select-support-for-immutable (3d4e81a)
  • update effect tests (da35a26)
  • process action in effects (34639f2)
  • Added rimraf (827d94f)
  • remove unnecessary process.env from around validates (417cee6)
  • Version bump to 0.3.0 (f416089)
  • Removed env test (I forgot that the validate function already does this!) (94c6fae)
  • add test to see if effects fire as actions (32189f3)
  • Add email address (34802ab)
  • Added Tom as an author (7d9c879)
  • Fixed typo (33d475a)
  • Only validate for production build (d1da2ff)
  • Add support for Immutable JS in selector plugin. (7a2def0)
  • Release 0.5.4 (59da989)
  • Merge pull request #307 from rematch/fix/android (bf49a1a)
  • update deps (7594256)
  • fix issue on android due to new Function (ae5cc3c)
  • replace slide link with video (1955106)
  • Merge pull request #305 from rematch/felipedeboni-master (d58484d)
  • rename "tests" => "testing", add to gitbooks SUMMARY (35f9656)
  • Merge pull request #304 from felipedeboni/master (1cd2078)
  • Added a documentation page for tests, fixed effect tests that were missing async (55c06e2)
  • Merge pull request #303 from taranda/master (eba3b47)
  • Writing tests documentation (9677ca8)
  • Add documentation for using selectors with navigation plugin. (26408d6)
  • add slideshow link to README (d446560)
  • Add slides to README (5a94220)
  • Update pluginsApi.md (260b6c6)
  • Update pluginsApi.md (da52a99)
  • Update CHANGELOG.md (28ed654)
  • Update CHANGELOG.md (bdc50b9)
  • Merge pull request #296 from eveningkid/master (bd6c0e5)
  • Fixed typo, would previously break the example code (8aa3d59)
rematch - Release 0.5.4

Published by ShMcK over 6 years ago

  • Release 0.5.4 (59da989)
  • Merge pull request #307 from rematch/fix/android (bf49a1a)
  • update deps (7594256)
  • fix issue on android due to new Function (ae5cc3c)
  • replace slide link with video (1955106)
  • Merge pull request #305 from rematch/felipedeboni-master (d58484d)
  • rename "tests" => "testing", add to gitbooks SUMMARY (35f9656)
  • Merge pull request #304 from felipedeboni/master (1cd2078)
  • Added a documentation page for tests, fixed effect tests that were missing async (55c06e2)
  • Merge pull request #303 from taranda/master (eba3b47)
  • Writing tests documentation (9677ca8)
  • Add documentation for using selectors with navigation plugin. (26408d6)
  • add slideshow link to README (d446560)
  • Add slides to README (5a94220)
  • Update pluginsApi.md (260b6c6)
  • Update pluginsApi.md (da52a99)
  • Update CHANGELOG.md (28ed654)
  • Update CHANGELOG.md (bdc50b9)
  • Merge pull request #296 from eveningkid/master (bd6c0e5)
  • Fixed typo, would previously break the example code (8aa3d59)
rematch - Release 0.5.3

Published by ShMcK over 6 years ago

  • release v0.5.3 (c1acfcb)
  • Merge pull request #281 from jackwilsdon/redux-devtools-action-creators (bd93212)
  • Merge pull request #295 from JayAndCatchFire/patch-2 (0a4afef)
  • Merge branch 'master' into patch-2 (c0e51e5)
  • Merge pull request #294 from JayAndCatchFire/patch-1 (ce4b399)
  • Fix odd/broken "redux devtool options" formatting (1067b1a)
  • Fix broken devtool recipes link (3a73ca2)
  • Add action creators to redux-devtools (7796123)
  • Merge pull request #291 from jackwilsdon/extra-quote (5b886b0)
  • Remove extra quote (6bac87a)
  • Merge pull request #289 from rematch/docs/plugins-api (d51785e)
  • Update pluginsApi.md (705eead)
  • Add link to reducer docs to README (d6d7226)
  • Merge pull request #287 from jackwilsdon/patch-1 (ed77fb5)
  • Close unclosed code block (aec8c2a)
  • update dev dependencies due to rollup changes (40d28a0)
  • prepare next loading plugin release (2ad601a)
  • Merge pull request #245 from crazy4groovy/master (5911a9b)
  • Add note about alternative to using subscriptions (eb89e95)
  • Merge pull request #278 from xiaohesong/patch-1 (33dcb32)
  • app to LoginButton (34df54e)
  • lodaing plugin implements asNumber option, state is either boolean or number (77173f3)
  • loading plugin tweaks and simplifications (619d7ec)
  • Merge pull request #273 from kamerontanseli/feature/test_coverage (048151c)
  • Used jest.spyOn instead of sinon to spy on console.warn (9b908ad)
  • test copy (caece1a)
  • Added test file for utils folder (0ac85a1)
  • Merge pull request #249 from titouancreach/master (547b0f2)
  • Merge pull request #258 from markogresak/patch-1 (91b4c6b)
  • Change redux example in Purpose docs to use mapDispatchToProps shorthand (c59cb7c)
  • add the link to the recipe in the readme (3218da6)
  • fix spelling (74b2ea2)
  • add a link to vuejs-redux since it's not as popular as react-redux (d381259)
  • add vue recipe (22d4592)
  • Update README.md (e964564)
  • docs - remove reference to getState import (ac4386c)
  • Merge branch 'master' into master (a54795d)
  • loading plugin counts the number of outstanding effects per effect, module, and global (ff72db1)
  • destructure react example (e2b2132)
  • prepare 0.5.2 release (a47a837)
  • Merge pull request #251 from rematch/fix/typings (7e4f956)
  • retype RematchDispatch (2cff58a)
  • add example with vuejs-redux (47e3bda)
rematch - Release 0.5.2

Published by ShMcK over 6 years ago

  • prepare 0.5.2 release (a47a837)
  • Merge pull request #251 from rematch/fix/typings (7e4f956)
  • retype RematchDispatch (2cff58a)
rematch - Release 0.5.1

Published by ShMcK over 6 years ago

Fixes issue with init.redux.enhancers.

rematch - Release 0.5.0

Published by ShMcK over 6 years ago

  • Merge pull request #236 from rematch/plugin/listener (8f1a721)
  • Merge branch 'master' into plugin/listener (58eee8a)
  • prepare v0.5 release (3c5a0e5)
  • add getState deprecation warning (da6805d)
  • cleanup & tests (ac1da9e)
  • update docs - remove references to getState import (9962a3b)
  • update docs for reducer listeners (e86262f)
  • Merge pull request #238 from wmertens/patch-1 (dfd3eb8)
  • React: explain destructuring dispatchers (94cec5d)
  • working implementation (65bc872)
  • restructure reducer name validation, test (a072e6f)
  • write listener unit test (ef189b9)
  • Merge pull request #235 from rematch/docs/migration-guide (6d539bc)
  • closes #220. Add Migration guide (db4c89d)
  • Add No Models example (8e37874)
  • Update README.md (06797a6)
  • Merge pull request #227 from bosung90/patch-1 (581c603)
  • Update README.md (db2a900)
  • Fix Plugins and Plugins API link (6bb9856)
  • Merge pull request #225 from kaddopur/patch-1 (a7e60dc)
  • select should be from @rematch/select (9fb33d8)
  • Merge pull request #224 from rematch/docs/update (d1eba62)
  • add missing plugins to README (d0382cc)
  • Update inspiration.md (b27c9b7)
  • Fix initial state example (d002592)
  • Merge pull request #223 from rematch/docs/update (e8af314)
  • update purpose.md (e811ea9)
  • Table of contents in readme (390d6bb)
  • update readme (bf96a6c)
  • Rename 'Introduction' to 'Getting Started' (faba548)
  • update readme (86d7332)
  • update models description (f5cd561)
  • Refer to 'API' as '@rematch/core API' (e8fd9de)
  • Delete _config.yml (b53c90c)
  • Set theme jekyll-theme-cayman (6bae18a)
  • Set theme jekyll-theme-architect (e90eb3d)
  • Add back handler example to React Navigation (3928658)
  • missing patch. release plugin as 0.3.6 (64c515f)
  • release loading plugin as 0.3.5 (d968c93)
  • Merge pull request #222 from pierissimo/fix/loading-props-proxy (7a9245f)
  • removed console.log (45151c9)
  • fix: the loading plugin is now proxying all the parameters (c6eaab8)
  • Merge pull request #2 from rematch/master (e5ce200)
  • Merge pull request #217 from rematch/update/readme (0211724)
  • Merge pull request #218 from rematch/update/docs-api (161fbf7)
  • Update api.md (73f7a24)
  • Update README.md (291f34d)