Commit Graph

  • d83c41d312
    docs(typescript): Add a note to not use curried version when using state-creating middlewares (#1003) Devansh Jethmalani 2022-06-14 06:12:35 +05:30
  • 197e5d4199
    fix(docs): fix link for Common Recipes (#988) Low Jeng Lam 2022-06-03 19:20:01 +08:00
  • 89c35772cf
    chore(docs): fix code highlight (#978) Himself65 2022-05-30 19:51:04 -05:00
  • 12c81383ac
    docs(typescript): fix typo in middleware without mutations (#956) mahendradambe 2022-05-15 11:15:59 +05:30
  • a7dd28a2c9 chore(docs): fix link and typo daishi 2022-05-08 10:17:51 +09:00
  • ec90d993e1 4.0.0-rc.1 v4.0.0-rc.1 daishi 2022-04-29 23:25:56 +09:00
  • 8152571841
    chore(deps): update dev dependencies (#943) Daishi Kato 2022-04-29 23:25:14 +09:00
  • da1007534b
    fix(types): avoid any in react.ts (#941) Daishi Kato 2022-04-29 23:16:45 +09:00
  • 72de1aed5d
    Fix TS4023 and other minor changes (#940) Devansh Jethmalani 2022-04-29 19:45:55 +05:30
  • 0ae0293e88
    breaking(middleware/devtools): remove checking old string option (#933) Daishi Kato 2022-04-29 23:15:23 +09:00
  • 54d5e0cd71
    fix(docs): remove not used imports (#931) Piotr 2022-04-26 02:27:50 +02:00
  • d1d487f096
    Docs: Fix TypeScript docs for Middleware that changes the store type (#927) Piotr 2022-04-24 04:31:20 +02:00
  • 78ebd86f16
    fix(readme): remove invalid typescript example (#923) Daishi Kato 2022-04-20 08:48:13 +09:00
  • e30f4700c4
    fix(docs): fix and improve readme (#917) Daishi Kato 2022-04-18 17:19:03 +09:00
  • 79782c3ba3 4.0.0-rc.0 v4.0.0-rc.0 daishi 2022-04-18 10:39:54 +09:00
  • 8e700e0c48
    chore(deps): update dev dependencies (#916) Daishi Kato 2022-04-18 10:34:36 +09:00
  • 279bfb1e64
    fix(middleware/devtools): add enabled option and show devtools warning only if enabled (#880) M. Bagher Abiat 2022-04-18 05:50:21 +04:30
  • 2a2c180c73
    fix(middleware): separate immer middleware (#915) Daishi Kato 2022-04-18 10:06:17 +09:00
  • c32a188c02
    fix(index): export createStore from vanilla (#914) Daishi Kato 2022-04-18 09:24:53 +09:00
  • 99cddcf76f
    breaking(types): Add higher kinded mutator types (#725) Devansh Jethmalani 2022-04-18 05:44:00 +05:30
  • 76eeacb1c4
    fix(build): separate vanilla build (#904) Daishi Kato 2022-04-17 08:47:26 +09:00
  • ee1013a3aa restore resolutions for stable codesandbox ci daishi 2022-04-11 16:46:54 +09:00
  • 943af082ae
    breaking(middleware/devtools): remove deprecations and warnings (#892) Devansh Jethmalani 2022-04-08 22:57:28 +05:30
  • f65a25acd5
    breaking(middleware/devtools): use official devtools extension types (#819) Daishi Kato 2022-04-07 23:58:55 +09:00
  • a34649d35a
    feat: use-sync-external-store (#550) Daishi Kato 2022-04-07 23:53:27 +09:00
  • 34bf82bf27
    breaking(types): drop deprecated UseStore type (#596) Daishi Kato 2022-04-07 23:47:58 +09:00
  • c99bbcd4ad
    breaking(core): drop v2 hook compatibility (#597) Daishi Kato 2022-04-07 23:45:57 +09:00
  • 8c8f693999
    breaking(middleware): drop deprecated persist options and make removeItem required (#598) Daishi Kato 2022-04-07 23:43:39 +09:00
  • eadb81f9c6
    breaking(vanilla): drop deprecated store.subscribe with selector (#604) Daishi Kato 2022-04-07 23:38:24 +09:00
  • 4d8003b363 3.7.2 v3.7.2 daishi 2022-04-07 23:03:30 +09:00
  • 8637ec6a03
    chore(deps): update dev dependencies (#897) Daishi Kato 2022-04-07 23:03:00 +09:00
  • 5eaffff315
    fix(middleware/persist): Merge storage value with the latest store state (#894) zerofirework 2022-04-07 06:41:00 -07:00
  • 3acbb359a6
    Update FUNDING.yml Daishi Kato 2022-03-22 20:41:51 +09:00
  • 0bf1ec1282
    Create FUNDING.yml Daishi Kato 2022-03-22 20:39:00 +09:00
  • fe06e13187
    docs: Fix TypeScript docs for using subscribe with selector (#876) Paras Sanghavi 2022-03-20 20:09:30 -07:00
  • da781a2577 lock testing-library/react alpha version daishi 2022-03-05 10:05:28 +09:00
  • ab82143ff0 lock date-fns version daishi 2022-03-04 11:30:46 +09:00
  • a715e140dd 3.7.1 v3.7.1 daishi 2022-02-28 11:36:57 +09:00
  • 160459fda1
    chore(deps): update dev dependencies (#833) Daishi Kato 2022-02-28 11:36:18 +09:00
  • a46f1fd871
    fix(middleware/devtools): deprecate serialize.options (#828) Daishi Kato 2022-02-28 11:12:44 +09:00
  • 52cc17a9fd
    fix(context): revert removing overloads in UseContextStore (#817) Devansh Jethmalani 2022-02-28 07:22:25 +05:30
  • 0fce3a9e74 3.7.0 v3.7.0 daishi 2022-02-11 08:37:02 +09:00
  • 05094baa55
    chore(deps): update dev dependencies (#793) Daishi Kato 2022-02-11 08:35:28 +09:00
  • a418fd7480
    Migrations regarding higher kinded mutators for v4 (#772) Devansh Jethmalani 2022-02-11 04:53:24 +05:30
  • 5b938fbbff
    feat(build): use __DEV__ to control development mode (#789) Daishi Kato 2022-02-10 08:45:43 +09:00
  • e90e8bc7b6
    match vanilla StateCreator type in middleware/subscribeWithSelector (#787) Todd Williams 2022-02-09 15:32:15 -08:00
  • 1b2560f25f
    fix(devtools): don't show jsdoc deprecation warning when no options are passed (#781) Devansh Jethmalani 2022-02-10 05:01:38 +05:30
  • 0ba3c24007
    chore(examples): Refactor demo code to reduce distraction from Zustand usage (#751) Daniel Power 2022-01-12 23:53:29 -03:30
  • 9905f64786 fix(readme): update demo link #747 daishi 2022-01-12 07:40:35 +09:00
  • fba3bc799a fix(examples): fix build daishi 2022-01-12 00:23:21 +09:00
  • 50af477055 3.6.9 v3.6.9 daishi 2022-01-10 23:15:58 +09:00
  • e7bdbc4341
    fix(build): Generate umd and system files (#740) Rômulo Rocha de Oliveira 2022-01-10 11:08:11 -03:00
  • 1dce3d2f14 3.6.8 v3.6.8 daishi 2021-12-24 16:29:04 +09:00
  • 19d9cf0ee4
    chore(deps): update dependencies (#732) Daishi Kato 2021-12-24 16:25:49 +09:00
  • 2ddbd76a2c
    devtools: deprecate passing name directly instead of an object (#731) Devansh Jethmalani 2021-12-24 12:40:36 +05:30
  • 5b3b963181
    fix(middleware): revert devtools extension connector with try-catch (#724) Daishi Kato 2021-12-24 16:09:46 +09:00
  • cb99a36c59
    devtools: minor fixes (#720) Devansh Jethmalani 2021-12-23 06:33:07 +05:30
  • 0aeaf7f050
    docs: add note about using set() third param for logging (#712) Omid Kashan 2021-12-23 00:35:12 +00:00
  • 1242610103
    Add missing import to ts example (#718) Oskar Skuteli 2021-12-18 23:33:25 +01:00
  • c3697e5251
    Remove devtools prefixing from readme (#706) Devansh Jethmalani 2021-12-11 04:43:40 +05:30
  • 48d4dc1d4f 3.6.7 v3.6.7 daishi 2021-12-07 16:31:57 +09:00
  • 927c0eba8c
    chore(deps): update dependencies (#700) Daishi Kato 2021-12-07 16:31:23 +09:00
  • c54d1df87b
    fix(middleware): devtools work in non-browser (#693) Daishi Kato 2021-12-07 16:06:41 +09:00
  • d89e7c5f32
    Fix Jest line reporting (#690) Mathis Møller 2021-12-03 23:45:05 +01:00
  • d824413669 3.6.6 v3.6.6 daishi 2021-12-03 22:23:57 +09:00
  • e36f399ffd
    chore(deps): update dependencies (#689) Daishi Kato 2021-12-03 22:23:15 +09:00
  • 58baf27476
    rewrite devtools (#675) Devansh Jethmalani 2021-12-03 18:42:31 +05:30
  • c8243e58c0
    Use @swc/jest as Jest transformer (#688) Mathis Møller 2021-12-01 23:57:33 +01:00
  • 30f5505cdb
    chore(eslint): add recommended rules and etc (#678) Daishi Kato 2021-11-25 22:33:59 +09:00
  • bb26cd04c0
    chore: enable exactOptionalPropertyTypes (#671) Daishi Kato 2021-11-22 20:38:51 +09:00
  • 833f57ed13
    refactor(middleware): split into multiple files (#664) Daishi Kato 2021-11-16 22:22:16 +09:00
  • c319075d8c
    refactor(core): extract react.ts from index.ts (#663) Daishi Kato 2021-11-16 22:00:01 +09:00
  • e3566f9b54
    chore(tests): for issue 650 (#651) Daishi Kato 2021-11-15 20:12:16 +09:00
  • 732edbc61f
    docs: link persist full documentation in readme (#653) Anatole Lucet 2021-11-10 23:34:27 +01:00
  • 21a28ff13e 3.6.5 v3.6.5 daishi 2021-11-09 23:01:49 +09:00
  • 18b1985457
    chore(deps): update dependencies (#649) Daishi Kato 2021-11-09 23:00:30 +09:00
  • d28169d1b7
    feat(middleware): add onFinishHydration to persist api (#646) Anatole Lucet 2021-11-09 14:47:19 +01:00
  • 62238d4920
    fix(types): fix core types to better handle middleware types (#641) Daishi Kato 2021-11-09 22:47:03 +09:00
  • 8893495cee
    fix(docs): typing with subscribeWithSelector middleware (#643) Daishi Kato 2021-11-09 07:00:07 +09:00
  • deb5d6f6db 3.6.4 v3.6.4 daishi 2021-11-04 07:44:13 +09:00
  • bae5522a72
    chore(deps): update dependencies (#636) Daishi Kato 2021-11-04 07:42:38 +09:00
  • 2bc4de3c60
    feat(middleware): devtools to patch api.setState with namedSet and fix middleware types (#634) Daishi Kato 2021-11-04 07:30:38 +09:00
  • 6f95f128bf
    fix(tests): add #632 example and improve middleware types tests (#633) Daishi Kato 2021-11-03 18:02:44 +09:00
  • 9f47fdc927
    Update readme.md drcmda 2021-11-03 00:45:46 +01:00
  • 80dc0ec559 3.6.3 v3.6.3 daishi 2021-11-02 21:16:00 +09:00
  • d0c43588c0
    chore(deps): update dependencies (#627) Daishi Kato 2021-11-02 20:59:34 +09:00
  • 7fc3c49418
    refactor(types): prefer type alias (#625) Daishi Kato 2021-11-02 20:51:12 +09:00
  • 8665dd6cfe
    feat(middleware): add persist api (#624) Anatole Lucet 2021-11-02 12:46:55 +01:00
  • 03e8eee55f
    fix(core): useDebugValue in useStore (#622) Daishi Kato 2021-11-02 20:46:23 +09:00
  • 3889419fb5
    chore(tests): more typing example with subscribeWithSelector (#621) Daishi Kato 2021-11-02 20:45:55 +09:00
  • feef4d4db7 3.6.2 v3.6.2 daishi 2021-10-30 09:32:42 +09:00
  • 144b8bbefb
    chore(deps): update dependencies (#620) Daishi Kato 2021-10-30 09:31:11 +09:00
  • 7e94455d27
    fix(middleware): simplify middleware types and allow explicit typing (#617) Daishi Kato 2021-10-30 09:23:25 +09:00
  • 06a60bbdeb 3.6.1 v3.6.1 daishi 2021-10-27 00:38:45 +09:00
  • 56e9beb111
    chore(deps): update dependencies (#614) Daishi Kato 2021-10-27 00:38:17 +09:00
  • ad318f3ebd
    fix(middleware): types and devtools (#613) Daishi Kato 2021-10-27 00:18:58 +09:00
  • ae888bdb05
    fix(tests): immer middleware type test (#610) Daishi Kato 2021-10-27 00:04:41 +09:00
  • 6bc21f555b
    feat(middleware): devtools dispatch support (#608) M. Bagher Abiat 2021-10-26 18:34:25 +03:30
  • 6ee3ed03bb
    fix(context): custom store type for createContext (#606) Daishi Kato 2021-10-27 00:04:05 +09:00
  • 784c6d480a fix readme to follow #603 daishi 2021-10-23 12:29:51 +09:00