Omnistac / zedux

:zap: A Molecular State Engine for React
https://Omnistac.github.io/zedux/
MIT License
366 stars 7 forks source link

feat!: internalTypes -> zeduxTypes #37

Closed bowheart closed 1 year ago

bowheart commented 1 year ago

Description

internalTypes is too generic a name. Rename it to zeduxTypes for easy, instant, guaranteed 25% better recognizability.

Breaking Change

This is a breaking change. The @zedux/core package no longer exports anything called internalTypes. Import and use zeduxTypes instead:

- import { internalTypes } from '@zedux/react'
+ import { zeduxTypes } from '@zedux/react'