This is a breaking change:
- Feat(core): The xior class should be CapitalCase, like:
Xior
. Fix issues/18
Migration
If you always use import xior from 'xior';
, you can ignore migration code below.
Before:
import { xior } from 'xior';
Now:
import { Xior } from 'xior';
Thanks
Thanks @guoyunhe feedback 🙌!
Full Changelog: v0.4.3...v0.5.0