Skip to content

Commit 93d0940

Browse files
authored
Create changelog.md
1 parent 8f57d85 commit 93d0940

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Changelog
2+
3+
### Major release 2.0.0
4+
5+
- Rewritten and improved plugin code -> cleaner and more understandable codebase
6+
- No more code escaping during development -> faster and less intensive processing
7+
- Implemented PHP error logging directly into Vite console
8+
- Error levels are adjustable, just like in the good ol' PHP
9+
- Fixed env replacements during development
10+
- Fixed file inclusion during development
11+
- Improved asset injection for namespaced files
12+
- Improved plugin shutdown and cleanup functionality
13+
14+
\
15+
### Releases >= 1.0.0
16+
17+
| Version | Feature |
18+
| ------- | ---------------------------------------------------------------------------------------------------------------------------------- |
19+
| 1.0.71 | Fixed assets prepending for namespaced PHP-files |
20+
| 1.0.70 | Added include path override for relative PHP imports in dev mode |
21+
| 1.0.69 | Using new token format to escape PHP in HTML |
22+
| 1.0.68 | Improved transpiled code evaluation (removed native `eval()`) |
23+
| 1.0.67 | Removed whitespaces from PHP responses in dev mode |
24+
| 1.0.66 | Fixed file monitoring on Windows |
25+
| 1.0.651 | |
26+
| 1.0.65 | Fixed request body forwarding for all request methods |
27+
| 1.0.62 | HTML transforms are now only applied to HTML contents during dev |
28+
| 1.0.61 | |
29+
| 1.0.60 | Fixed inline module transpiling -> PHP code is being properly inserted into transpiled inline module chunks |
30+
| 1.0.55 | |
31+
| 1.0.50 | |
32+
| 1.0.40 | |
33+
| 1.0.31 | |
34+
| 1.0.30 | |
35+
| 1.0.20 | |
36+
| 1.0.11 | |
37+
| 1.0.10 | |
38+
| 1.0.9 | |
39+
| 1.0.8 | |
40+
| 1.0.7 | |
41+
| 1.0.6 | Since version 1.0.6 you can specify wildcard entry points |
42+
| 1.0.5 | |
43+
| 1.0.4 | |
44+
| 1.0.1 | Since version `^1.0.0` the plugin uses PHP's dev-server to compute PHP code and to provide all usual server variables and features |
45+
46+
\
47+
### Initial beta release
48+
49+
| Version | Feature |
50+
| ------- | ---------------------------------------------------------------------------------------------------------------------------------- |
51+
| 0.9.1 | |
52+
| 0.9.0 | |

0 commit comments

Comments
 (0)