-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
93 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
# Changelog | ||
|
||
|
||
## v0.0.1 | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- **eslint:** Antfu config for eslint ([b14b95d](https://github.com/hywax/mafl/commit/b14b95d)) | ||
- **tailwindcss:** Add tailwindcss module ([bbb34e9](https://github.com/hywax/mafl/commit/bbb34e9)) | ||
- **service:** Ping ([4d38c00](https://github.com/hywax/mafl/commit/4d38c00)) | ||
- **config:** Ungrouped services ([4b2bab0](https://github.com/hywax/mafl/commit/4b2bab0)) | ||
- **lang:** Add module i18n ([23e0380](https://github.com/hywax/mafl/commit/23e0380)) | ||
- **lang:** Implements base translations ([49031e2](https://github.com/hywax/mafl/commit/49031e2)) | ||
- **lang:** Use translations ([df418e5](https://github.com/hywax/mafl/commit/df418e5)) | ||
- **lang:** Load from config ([6a07688](https://github.com/hywax/mafl/commit/6a07688)) | ||
- Husky and lint staged ([4dcee7e](https://github.com/hywax/mafl/commit/4dcee7e)) | ||
- Commit conventional ([bdef406](https://github.com/hywax/mafl/commit/bdef406)) | ||
- Add changelogen ([b7c89fa](https://github.com/hywax/mafl/commit/b7c89fa)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **patch:** Check equals objects. PR https://github.com/vitejs/vite-plugin-vue/pull/320 ([55508d6](https://github.com/hywax/mafl/commit/55508d6)) | ||
- Random jump icon ([4424647](https://github.com/hywax/mafl/commit/4424647)) | ||
|
||
### 💅 Refactors | ||
|
||
- **deps:** Plugging some dependencies directly ([9d35bba](https://github.com/hywax/mafl/commit/9d35bba)) | ||
- **skeleton:** Service card item ([24b61b3](https://github.com/hywax/mafl/commit/24b61b3)) | ||
- **skeleton:** Service group ([c8c3ef9](https://github.com/hywax/mafl/commit/c8c3ef9)) | ||
- **skeleton:** Change screen to single ([7da6ad2](https://github.com/hywax/mafl/commit/7da6ad2)) | ||
- Transfer set title to app ([7be44a1](https://github.com/hywax/mafl/commit/7be44a1)) | ||
|
||
### 📖 Documentation | ||
|
||
- MIT license ([2fef13e](https://github.com/hywax/mafl/commit/2fef13e)) | ||
- Base struct readme ([368c36b](https://github.com/hywax/mafl/commit/368c36b)) | ||
- **features:** Update list ([ecdf4fb](https://github.com/hywax/mafl/commit/ecdf4fb)) | ||
- **features:** Update list ([d9e67c1](https://github.com/hywax/mafl/commit/d9e67c1)) | ||
- **features:** Update list ([8244dc7](https://github.com/hywax/mafl/commit/8244dc7)) | ||
- **features:** Update list ([0635508](https://github.com/hywax/mafl/commit/0635508)) | ||
|
||
### 📦 Build | ||
|
||
- Docker file ([3ea3e45](https://github.com/hywax/mafl/commit/3ea3e45)) | ||
- **deps-dev:** Bump @types/node from 20.10.5 to 20.10.6 ([#2](https://github.com/hywax/mafl/pull/2)) | ||
- **deps-dev:** Bump nuxt-site-config from 2.1.2 to 2.1.3 ([#5](https://github.com/hywax/mafl/pull/5)) | ||
- **deps-dev:** Bump nuxt-site-config-kit from 2.1.2 to 2.1.3 ([#3](https://github.com/hywax/mafl/pull/3)) | ||
- **deps-dev:** Bump @antfu/eslint-config from 1.2.1 to 2.6.1 ([#4](https://github.com/hywax/mafl/pull/4)) | ||
|
||
### 🏡 Chore | ||
|
||
- Initial commit ([3e97906](https://github.com/hywax/mafl/commit/3e97906)) | ||
- Add editor config ([65a17ef](https://github.com/hywax/mafl/commit/65a17ef)) | ||
- **eslint:** Overrides vue/block-order ([cf1ca86](https://github.com/hywax/mafl/commit/cf1ca86)) | ||
- **skeleton:** Base icon component ([e8c7b7f](https://github.com/hywax/mafl/commit/e8c7b7f)) | ||
- **skeleton:** Base item component ([69aa75a](https://github.com/hywax/mafl/commit/69aa75a)) | ||
- **skeleton:** Base group component ([4dc6321](https://github.com/hywax/mafl/commit/4dc6321)) | ||
- **skeleton:** Base screen component ([366fdce](https://github.com/hywax/mafl/commit/366fdce)) | ||
- **skeleton:** Add vueuse module ([9ac8829](https://github.com/hywax/mafl/commit/9ac8829)) | ||
- **skeleton:** Add yaml parser ([d042dfd](https://github.com/hywax/mafl/commit/d042dfd)) | ||
- **nuxt:** Update nuxt ([393e082](https://github.com/hywax/mafl/commit/393e082)) | ||
- **nuxt:** Disable ssr ([ff9b0d6](https://github.com/hywax/mafl/commit/ff9b0d6)) | ||
- **eslint:** Enable Vue support ([e175f71](https://github.com/hywax/mafl/commit/e175f71)) | ||
- **skeleton:** View with layout component ([1fd6218](https://github.com/hywax/mafl/commit/1fd6218)) | ||
- **skeleton:** Add nuxt-site-config module ([1d93dab](https://github.com/hywax/mafl/commit/1d93dab)) | ||
- **skeleton:** Define site config ([2686917](https://github.com/hywax/mafl/commit/2686917)) | ||
- **skeleton:** Define base project types ([d4f6a98](https://github.com/hywax/mafl/commit/d4f6a98)) | ||
- **skeleton:** Obtaining and customizing application config ([644f690](https://github.com/hywax/mafl/commit/644f690)) | ||
- **skeleton:** Load config and provide to front&back ([c06aa53](https://github.com/hywax/mafl/commit/c06aa53)) | ||
- **skeleton:** Define global message component ([a5ceff7](https://github.com/hywax/mafl/commit/a5ceff7)) | ||
- Add padding axis X ([44da7ba](https://github.com/hywax/mafl/commit/44da7ba)) | ||
- Service base set size icon ([c3ab75b](https://github.com/hywax/mafl/commit/c3ab75b)) | ||
- Move overrides https://github.com/hywax/mafl/pull/4 ([65e33a7](https://github.com/hywax/mafl/commit/65e33a7)) | ||
|
||
### 🎨 Styles | ||
|
||
- **eslint:** Run ([7d814db](https://github.com/hywax/mafl/commit/7d814db)) | ||
- **eslint:** Run ([5286a7b](https://github.com/hywax/mafl/commit/5286a7b)) | ||
- **eslint:** Run ([2604de7](https://github.com/hywax/mafl/commit/2604de7)) | ||
- Add rule for .vue ([03d2e36](https://github.com/hywax/mafl/commit/03d2e36)) | ||
|
||
### 🤖 CI | ||
|
||
- Dependabot config ([001c3c1](https://github.com/hywax/mafl/commit/001c3c1)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Hywax <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters