|
1 | | -# Changelog |
2 | | - |
3 | | -All notable changes to this project will be documented in this file. |
4 | | - |
5 | | -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
6 | | -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 | | - |
| 1 | +### [1.0.1](https://github.com/nDriaDev/vite-plugin-universal-api/releases/tag/v1.0.1) - 2026-02-05 |
| 2 | + |
| 3 | +### Features |
| 4 | + |
| 5 | +- websocket requestes handling ([ba20c32](https://github.com/nDriaDev/vite-plugin-universal-api/commit/ba20c32)) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- replace images ([303fd60](https://github.com/nDriaDev/vite-plugin-universal-api/commit/303fd60)) |
| 10 | +- test suite ([bf895c6](https://github.com/nDriaDev/vite-plugin-universal-api/commit/bf895c6)) |
| 11 | +- various rest and fs request logic ([67921ef](https://github.com/nDriaDev/vite-plugin-universal-api/commit/67921ef)) |
| 12 | +- gitignore ([a07be51](https://github.com/nDriaDev/vite-plugin-universal-api/commit/a07be51)) |
| 13 | +- [FIX] various ([710b094](https://github.com/nDriaDev/vite-plugin-universal-api/commit/710b094)) |
| 14 | +- [FIX] change name ([792cb58](https://github.com/nDriaDev/vite-plugin-universal-api/commit/792cb58)) |
| 15 | +- [FIX] README ([d532f6a](https://github.com/nDriaDev/vite-plugin-universal-api/commit/d532f6a)) |
| 16 | + |
| 17 | +### Code Refactoring |
| 18 | + |
| 19 | +- update plugin name ([cc85646](https://github.com/nDriaDev/vite-plugin-universal-api/commit/cc85646)) |
| 20 | + |
| 21 | +### Documentation |
| 22 | + |
| 23 | +- update docs ([5ccbb25](https://github.com/nDriaDev/vite-plugin-universal-api/commit/5ccbb25)) |
| 24 | +- update docs ([fa3fcfd](https://github.com/nDriaDev/vite-plugin-universal-api/commit/fa3fcfd)) |
| 25 | +- update docs ([9f69a7a](https://github.com/nDriaDev/vite-plugin-universal-api/commit/9f69a7a)) |
| 26 | +- update index ([9be7df4](https://github.com/nDriaDev/vite-plugin-universal-api/commit/9be7df4)) |
| 27 | +- add docs ([b8fb626](https://github.com/nDriaDev/vite-plugin-universal-api/commit/b8fb626)) |
| 28 | + |
| 29 | +### Continuous Integration |
| 30 | + |
| 31 | +- add GitHub Paged deployment workflow ([89deb96](https://github.com/nDriaDev/vite-plugin-universal-api/commit/89deb96)) |
| 32 | + |
| 33 | +### Chores |
| 34 | + |
| 35 | +- refactor release script ([182bcca](https://github.com/nDriaDev/vite-plugin-universal-api/commit/182bcca)) |
| 36 | +- refactor release script ([ffb30cd](https://github.com/nDriaDev/vite-plugin-universal-api/commit/ffb30cd)) |
| 37 | +- refactor release script ([fab2726](https://github.com/nDriaDev/vite-plugin-universal-api/commit/fab2726)) |
| 38 | +- export named function ([29870ec](https://github.com/nDriaDev/vite-plugin-universal-api/commit/29870ec)) |
| 39 | +- **docs**: change base option ([7b11a48](https://github.com/nDriaDev/vite-plugin-universal-api/commit/7b11a48)) |
| 40 | +- **ci**: align pnpm version ([6d309dd](https://github.com/nDriaDev/vite-plugin-universal-api/commit/6d309dd)) |
| 41 | +- add verify build script execution ([b714c59](https://github.com/nDriaDev/vite-plugin-universal-api/commit/b714c59)) |
| 42 | +- add scripts for generate changelog, release and to verify build ([000eae6](https://github.com/nDriaDev/vite-plugin-universal-api/commit/000eae6)) |
| 43 | +- edit configurations ([2a5a883](https://github.com/nDriaDev/vite-plugin-universal-api/commit/2a5a883)) |
| 44 | +- yaml files editor rules ([5692ccb](https://github.com/nDriaDev/vite-plugin-universal-api/commit/5692ccb)) |
| 45 | + |
| 46 | +### Other Changes |
| 47 | + |
| 48 | +- [UPD] README.md ([48c95f8](https://github.com/nDriaDev/vite-plugin-universal-api/commit/48c95f8)) |
| 49 | +- [UPD] README.md ([3dad594](https://github.com/nDriaDev/vite-plugin-universal-api/commit/3dad594)) |
| 50 | +- [INIT] initial commit ([5277041](https://github.com/nDriaDev/vite-plugin-universal-api/commit/5277041)) |
| 51 | +- Initial commit ([63449f3](https://github.com/nDriaDev/vite-plugin-universal-api/commit/63449f3)) |
| 52 | + |
8 | 53 | ## [1.0.0] - 2026-02-04 |
9 | 54 |
|
10 | 55 | ### Features |
|
0 commit comments