Releases: hypernym-studio/nuxt-anime
Releases · hypernym-studio/nuxt-anime
v2.1.1
What's Changed
Other Changes
- chore: migrate to
rolli
bundler by @ivodolenc in #15
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- feat: add useAnime composable by @BayBreezy in #13
- feat: add new module options by @ivodolenc in #14
New Contributors
- @BayBreezy made their first contribution in #13
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- breaking-change: add
nuxt-3
support by @ivodolenc in #11
Quick Start
- Install
@hypernym/nuxt-anime
to your project
npm i -D @hypernym/nuxt-anime
- Enable the module in the main config file
// nuxt.config.ts
{
modules: ['@hypernym/nuxt-anime']
}
That's it! Start developing your app!
New Contributors
- @ivodolenc made their first contribution in #11
Full Changelog: v1.2.5...v2.0.0