|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v1.1.4 |
| 5 | + |
| 6 | +[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.1.0...v1.1.4) |
| 7 | + |
| 8 | +### 🩹 Fixes |
| 9 | + |
| 10 | +- CLI tool for database management ([0a4793f](https://github.com/rrd108/nuxt-users/commit/0a4793f)) |
| 11 | +- Handling cli commands ([120c396](https://github.com/rrd108/nuxt-users/commit/120c396)) |
| 12 | +- Database handling and setup ([11ddc20](https://github.com/rrd108/nuxt-users/commit/11ddc20)) |
| 13 | +- Proper check for migrations table ([08701a1](https://github.com/rrd108/nuxt-users/commit/08701a1)) |
| 14 | +- Migration command in warning message ([1a62e50](https://github.com/rrd108/nuxt-users/commit/1a62e50)) |
| 15 | +- Improves database connector error handling ([db3b670](https://github.com/rrd108/nuxt-users/commit/db3b670)) |
| 16 | +- Use sql connector defined in nuxt.config ([b37900d](https://github.com/rrd108/nuxt-users/commit/b37900d)) |
| 17 | +- Module metadata and build process ([3da5410](https://github.com/rrd108/nuxt-users/commit/3da5410)) |
| 18 | +- **ci:** Install optional dependencies ([38d6ee8](https://github.com/rrd108/nuxt-users/commit/38d6ee8)) |
| 19 | +- Adds necessary database drivers for testing ([f1815f4](https://github.com/rrd108/nuxt-users/commit/f1815f4)) |
| 20 | +- **ci:** Installs peer dependencies in CI workflows ([423d4e9](https://github.com/rrd108/nuxt-users/commit/423d4e9)) |
| 21 | +- Test paths ([047f0e8](https://github.com/rrd108/nuxt-users/commit/047f0e8)) |
| 22 | +- Type errors ([3d5b35c](https://github.com/rrd108/nuxt-users/commit/3d5b35c)) |
| 23 | +- Consolidates build config and external deps ([48b4980](https://github.com/rrd108/nuxt-users/commit/48b4980)) |
| 24 | +- **ci:** Downgrade mariadb ([b1be244](https://github.com/rrd108/nuxt-users/commit/b1be244)) |
| 25 | +- Adds db0 to external dependencies ([b276c58](https://github.com/rrd108/nuxt-users/commit/b276c58)) |
| 26 | + |
| 27 | +### 💅 Refactors |
| 28 | + |
| 29 | +- CLI commands to use environment variables ([3fc6c9f](https://github.com/rrd108/nuxt-users/commit/3fc6c9f)) |
| 30 | +- Remove unused types ([06b5e9f](https://github.com/rrd108/nuxt-users/commit/06b5e9f)) |
| 31 | +- Database connection logic ([f5baadf](https://github.com/rrd108/nuxt-users/commit/f5baadf)) |
| 32 | +- Moves user existence check to user utils ([62cc871](https://github.com/rrd108/nuxt-users/commit/62cc871)) |
| 33 | +- Remove unused options ([b391013](https://github.com/rrd108/nuxt-users/commit/b391013)) |
| 34 | +- Adds a color palette and styles login forms ([d3bffab](https://github.com/rrd108/nuxt-users/commit/d3bffab)) |
| 35 | +- Adds color palette and improves styling ([7cfab67](https://github.com/rrd108/nuxt-users/commit/7cfab67)) |
| 36 | +- Db check to plugin ([d466e2f](https://github.com/rrd108/nuxt-users/commit/d466e2f)) |
| 37 | +- Consolidates utils and CLI build ([21e9f3c](https://github.com/rrd108/nuxt-users/commit/21e9f3c)) |
| 38 | +- Remove unused option ([d9e3525](https://github.com/rrd108/nuxt-users/commit/d9e3525)) |
| 39 | +- Utils import paths ([e3b59c3](https://github.com/rrd108/nuxt-users/commit/e3b59c3)) |
| 40 | +- Module utils and improves CLI output ([e80b160](https://github.com/rrd108/nuxt-users/commit/e80b160)) |
| 41 | + |
| 42 | +### 🏡 Chore |
| 43 | + |
| 44 | +- **release:** V1.1.0 ([bfc24f6](https://github.com/rrd108/nuxt-users/commit/bfc24f6)) |
| 45 | +- Adds script to deploy documentation to server ([81f7f74](https://github.com/rrd108/nuxt-users/commit/81f7f74)) |
| 46 | +- Adds script to deploy documentation ([7e2f642](https://github.com/rrd108/nuxt-users/commit/7e2f642)) |
| 47 | +- **release:** V1.1.1 ([e3bda8a](https://github.com/rrd108/nuxt-users/commit/e3bda8a)) |
| 48 | +- **release:** V1.1.2 ([3a2d2ae](https://github.com/rrd108/nuxt-users/commit/3a2d2ae)) |
| 49 | +- **release:** V1.1.3 ([b32a05f](https://github.com/rrd108/nuxt-users/commit/b32a05f)) |
| 50 | +- Updates dependencies in yarn.lock ([f29a369](https://github.com/rrd108/nuxt-users/commit/f29a369)) |
| 51 | +- Adds nodemailer to externals and dependencies ([b717d49](https://github.com/rrd108/nuxt-users/commit/b717d49)) |
| 52 | +- Removes stub build from dev prepare script ([dd96376](https://github.com/rrd108/nuxt-users/commit/dd96376)) |
| 53 | +- Remove examples ([d2f5c04](https://github.com/rrd108/nuxt-users/commit/d2f5c04)) |
| 54 | +- Remove comments ([6b45d71](https://github.com/rrd108/nuxt-users/commit/6b45d71)) |
| 55 | +- Renames unbuild config file ([bd7299f](https://github.com/rrd108/nuxt-users/commit/bd7299f)) |
| 56 | + |
| 57 | +### ✅ Tests |
| 58 | + |
| 59 | +- Cleanup added ([50369a9](https://github.com/rrd108/nuxt-users/commit/50369a9)) |
| 60 | +- Ensures database cleanup on test completion ([a1a528c](https://github.com/rrd108/nuxt-users/commit/a1a528c)) |
| 61 | + |
| 62 | +### ❤️ Contributors |
| 63 | + |
| 64 | +- Rrd108 ([@rrd108](https://github.com/rrd108)) |
| 65 | + |
4 | 66 | ## v1.1.3 |
5 | 67 |
|
6 | 68 | [compare changes](https://github.com/rrd108/nuxt-users/compare/v1.1.0...v1.1.3) |
|
0 commit comments