Skip to content

Releases: DCODE-HQ/rippleX

Release v0.0.10

Choose a tag to compare

@github-actions github-actions released this 30 Jun 11:53

Automated release from branch main.

Changes:

  • fix: bug fix in ripple

Release v0.0.9

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:42

Automated release from branch main.

Changes:

  • feat: added support for immer

Release v0.0.8

Choose a tag to compare

@github-actions github-actions released this 28 Jun 09:04

Automated release from branch main.

Changes:

  • fix: bug fix in weakMap

Release v0.0.7

Choose a tag to compare

@github-actions github-actions released this 28 Jun 08:30

Automated release from branch main.

Changes:

  • fix: bug fix in createProxy

Release v0.0.6

Choose a tag to compare

@github-actions github-actions released this 27 Jun 22:45

Automated release from branch main.

Changes:

  • fix: memoize nested proxies and fix useRippleEffect with signals

Release v0.0.5

Choose a tag to compare

@github-actions github-actions released this 27 Jun 15:52

Automated release from branch main.

Changes:

  • fix: resolve race condition between CI and publish workflows
  • ci: bump version
  • fix: automated publish to npm registry

Release v0.0.3

Choose a tag to compare

@github-actions github-actions released this 27 Jun 15:32

Automated release from branch main.

Changes:

  • fix: debug npm publish
  • chore:added npm publish

Release v0.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 15:27

Automated release from branch main.

Changes:

  • chore:added npm publish

Release v0.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 14:47

Automated release from branch main.

Changes:

  • feat: published to npm registery
  • changed to repplix
  • Release v0.0.3
  • ran prettier
  • Release v0.0.2
  • feat: added rippleProxy
  • Release v0.0.8
  • typo fixes
  • Release v0.0.7
  • Update docs
  • Release v0.0.6
  • chore: debug ci/cd
  • chore: added dev-dependencies
  • feat: added CI/CD -by @balwa
  • .
  • updates
  • feat: can Explicitly say if you want to use proxies or signals ofr object
  • chore: reoptimized proxy
  • chore: optimized proxy to avoid stale ripple
  • chore: optimized ripple performance
  • chore: declare react as peer dependency and clean up dev deps
  • chore: update package name to @ripplex
  • Update README.md
  • Update README.md
  • chore: update package name to @rk/ripple
  • chore: remove node_modules from repo and update .gitignore
  • Merge branch 'main' of https://github.com/RISHIK92/ripple
  • feat: initial commit with ripple-based state management core
  • feat: initial commit with ripple-based state management core
  • Initial commit