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

Releases: ctrlplusb/easy-peasy

v6.1.0

19 Feb 15:34
891356a
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Updated dependencies
  • React 19 compatibility by upgrading to redux v5 and updating peer dependency ranges by@kije in#942

Because of the dependency upgrade ofreact-redux andredux, we have to drop the support for React versions < 18.

New Contributors

Full Changelog:v6.0.5...v6.1.0

Contributors

  • @kije
kije
Assets2
Loading
ethubert and gkartalis reacted with heart emoji
2 people reacted

v6.0.5

12 Jul 07:54
f25bf22
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

This version primarily addresses an issue with useLocalStore, identified and resolved by@yard. The useLocalStore hook now properly cleans up existing subscriptions when a new instance is created, preventing updates from previous instances. Additionally, various dependencies have been updated.

Patches

Full Changelog:v6.0.4...v6.0.5

Contributors

  • @yard
  • @no-stack-dub-sack
  • @dependabot
yard, no-stack-dub-sack, and dependabot
Loading

v6.0.4

13 Oct 17:05
cb727e7
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Patches

Full Changelog:v6.0.3...v6.0.4

Contributors

  • @no-stack-dub-sack
no-stack-dub-sack
Loading
jmyrland reacted with hooray emoji
1 person reacted

v6.0.3

18 Sep 10:44
7e6bd6b
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Patches

  • bugfix: Allow async effects foreffectOn (typescript) by@jmyrland in#864
  • fix: set default error on empty helpers.fail() call. by@scascar in#860

Credits

Full Changelog:v6.0.2...v6.0.3

Contributors

  • @scascar
  • @jmyrland
  • @tommyka
scascar, jmyrland, and tommyka
Loading

v6.0.2

28 Jul 06:06
406f0c7
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Includes updated dependencies as part of routine maintenance.

Patches

Other updates (unrelated to the published package)

Full Changelog:v6.0.1...v6.0.2

Contributors

  • @jmyrland
jmyrland
Loading
John-Daniels reacted with heart emoji
1 person reacted

v6.0.1

14 Jun 14:58
76226a7
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

This patch only includes a bugfix forpersist not working properly for ReactNative on iOS. A previous workaround for this, has been to override the implementation ofwindow.requestIdleCallback. This is no longer required, and the new patch should enablepersist to work across all platforms 🎉

Patches

Credits

Huge thanks to@OsapBender for reporting the issue, and@GollyJer for providing a reproducible expo snack for troubleshooting the issue.

Full Changelog:v6.0.0...v6.0.1

Contributors

  • @GollyJer
  • @jmyrland
  • @OsapBender
GollyJer, jmyrland, and OsapBender
Loading

v6.0.0

18 Apr 16:13
fcb53b9
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Easy Peasy 6.0.0 is here! Although, this is only considered a major release due to the stabilization ofeffectOn.

To migrate to6.0.0, simply renameunstable_effectOn toeffectOn and theUnstable_EffecOn type toEffectOn wherever they are used.

Also,big thanks to@damassi for his contribution to thepersist api, which adds support forredux-persist-likemigrations!migrations are a more flexible alternative to the default persist "merge strategies" for reconciling persisted state with model changes over time. You can read more about themhere.

Breaking changes

Minor changes

Patches

Credits

Full Changelog:v5.2.0...v6.0.0

Contributors

  • @damassi
  • @jmyrland
  • @bahaaador
  • @no-stack-dub-sack
  • @dependabot
damassi, jmyrland, and 3 other contributors
Loading
kolengri, damassi, GollyJer, iongion, and Digital-Coder reacted with hooray emojiiongion reacted with heart emoji
5 people reacted

v5.2.0

23 Nov 14:51

Choose a tag to compare

This release pushed forward majorly by our awesome new co-maintainers;@jmyrland and@no-stack-dub-sack 👏 ❤️

Minor Changes

  • Feat: Pass debug trace options to dev tools:#771
  • Refactor: Removes typescriptStateResolver limitations:#787
  • Feat: Expose storeState for theeffectOnsStateResolvers:#598
  • Feat: action config (ability to pass a config object and disable immer)#628:#781

Patches

  • Docs: Updates README. Welcome@jmyrland!:c3e9e80
  • Chore: Updates website:3e3f151
  • Chore: Updates website configuration:5d86b88
  • Docs: Clarify TypeScript tutorial & add example:#770
  • Bump minimist from 1.2.5 to 1.2.6 in /examples/simple-todo:#772
  • Updating computed properties docs:#779
  • Docs: Add Reduxtagram example:#780
  • Docs: Updated "Using typed injections" for better type safety:#463
  • Chore: Fixes some tests to work cross platform:#774
  • Chore: Extend examples:#773
  • Docs: Update reactotron recipe:#776
  • Chore: Cleanup log output from tests:#789
  • Change to explicit filter for RecursiveState mapper type:#790
  • Chore: Support external thunk and computed TS type alias:#791
  • Test: fix cross-platform persist test issues:#788
  • Chore: Welcome@no-stack-dub-sack 🎉:#792
  • Bump loader-utils from 1.4.0 to 1.4.2:#793

Credits

Huge thanks to@jmyrland,@no-stack-dub-sack,@methyl,@s900mhz,@yard,@crissdev,@jankalfus, and@arielhs for helping!

Contributors

  • @yard
  • @methyl
  • @crissdev
  • @jmyrland
  • @jankalfus
  • @arielhs
  • @no-stack-dub-sack
  • @s900mhz
yard, methyl, and 6 other contributors
Loading
jmyrland, fmobeireek, luizcieslak, taylor-shift, GollyJer, no-stack-dub-sack, Salim-54, Digital-Coder, and stevelizcano reacted with hooray emoji
9 people reacted

v5.1.0

17 Sep 04:05

Choose a tag to compare

Minor Changes

  • Feat: Adds support for React 18:#769

Patches

  • Fix broken links in Thunk docs:#756
  • Update computed property docs:#735
  • Allow unstable_effectOn effect to return void:#730
  • Typo:#749
  • Changed fromconnect to Hooks ⚡:#652

Credits

Huge thanks to@jmyrland,@avramch,@no-stack-dub-sack,@yethranayeh, and@troglodytto for helping!

Contributors

  • @jmyrland
  • @avramch
  • @no-stack-dub-sack
  • @yethranayeh
  • @troglodytto
jmyrland, avramch, and 3 other contributors
Loading
ctrlplusb, jmyrland, liamdefty, Digital-Coder, Tarasikee, and fmobeireek reacted with hooray emoji
6 people reacted

v5.0.5

15 Sep 13:43

Choose a tag to compare

Patches

  • Chore: Updates dependencies:2fab9a2
  • Chore: Upgrades dependencies:c63555c
  • Optimize computed props:#764

Credits

Huge thanks to@jmyrland for helping!

Contributors

  • @jmyrland
jmyrland
Loading
Previous1345910
Previous

[8]ページ先頭

©2009-2025 Movatter.jp