Skip to content

Commit 845f8af

Browse files
committed
chore(release): v0.1.0-beta.13
1 parent 994d790 commit 845f8af

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

packages/pranx/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
# Changelog
22

33

4+
## v0.1.0-beta.13
5+
6+
[compare changes](https://github.com/LiasCode/pranx/compare/v0.1.0-beta.12...v0.1.0-beta.13)
7+
8+
### 🚀 Enhancements
9+
10+
- Add code for test contexts ([9073434](https://github.com/LiasCode/pranx/commit/9073434))
11+
- Better log routes tree ([84b5188](https://github.com/LiasCode/pranx/commit/84b5188))
12+
- Add simple routes logger ([cd6d270](https://github.com/LiasCode/pranx/commit/cd6d270))
13+
- Now can use PranxRouter and select application mode. fix: remove server css output files ([e8313e3](https://github.com/LiasCode/pranx/commit/e8313e3))
14+
- Auto load App.tsx module for wrap the application on server ([7194d0c](https://github.com/LiasCode/pranx/commit/7194d0c))
15+
16+
### 🩹 Fixes
17+
18+
- Biome config ([5640e40](https://github.com/LiasCode/pranx/commit/5640e40))
19+
20+
### 💅 Refactors
21+
22+
- Group logging code into log folder ([93bab73](https://github.com/LiasCode/pranx/commit/93bab73))
23+
- Links types are in sync and support router_mode ([8684ea4](https://github.com/LiasCode/pranx/commit/8684ea4))
24+
- Improve Modules Component types for better code readability ([994d790](https://github.com/LiasCode/pranx/commit/994d790))
25+
26+
### 🏡 Chore
27+
28+
- Mix READMEs ([97b37aa](https://github.com/LiasCode/pranx/commit/97b37aa))
29+
- Fix features task format ([cce7520](https://github.com/LiasCode/pranx/commit/cce7520))
30+
- Add features to roadmap ([f16f568](https://github.com/LiasCode/pranx/commit/f16f568))
31+
32+
### ❤️ Contributors
33+
34+
- LiasCode <liasraul00@gmail.com>
35+
436
## v0.1.0-beta.12
537

638
[compare changes](https://github.com/LiasCode/pranx/compare/v0.1.0-beta.11...v0.1.0-beta.12)

packages/pranx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pranx",
3-
"version": "0.1.0-beta.12",
3+
"version": "0.1.0-beta.13",
44
"description": "The next of preact. A light-weight, Next.js-like fullstack metaframework",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)