Skip to content

v0.5.0

Compare
Choose a tag to compare
@suhaotian suhaotian released this 19 May 10:19
· 37 commits to main since this release

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