Releases: Intevel/nuxt-directus
Releases · Intevel/nuxt-directus
v5.1.3
v5.1.3
🩹 Fixes
- Env variable is not used in production (87f1a5e)
- RefreshTokens is not reset after logout (35024ed)
❤️ Contributors
v5.1.2
v5.1.2
🩹 Fixes
- Use createError instead of showError (#124)
- Adapt Directus module for Nuxt 3.4 runtime config changes (#127)
❤️ Contributors
v5.1.1
v5.1.1
🩹 Fixes
❤️ Contributors
v5.1.0
v5.1.0
🚀 Enhancements
- Changelog (313a5a2)
- Add types for DirectusUser, DirectusFile and DirectusFolders (#113)
- Improved error management (#120)
- Add refresh token support (2898e0e)
🩹 Fixes
- chore: Release command (f6e02fb)
- chore: Add push arg to changelogen (5fbda08)
🏡 Chore
- readme: Small improvements (#117)
- readme: Update banner (94b6900)
❤️ Contributors
v3.2.2
Stable release for Nuxt 3 ✨
v3.2.0
What's Changed
- chore(deps): update all non-major dependencies to ^3.0.0-rc.11 by @renovate in #69
- feat: throw err on $fetch by @linkb15 in #78
- chore(deps): update all non-major dependencies to ^3.0.0-rc.13 by @renovate in #80
New Contributors
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.0 (2022-10-06)
Features
- module: implemented support for revisions (5771b0a)
Bug Fixes