Commit 2aa6a27
committed
chore: bump version to 4.0.0
BREAKING CHANGE: Major release with Decorator API and JIT compilation.
This release introduces a modern Decorator API as the recommended approach,
while maintaining full backward compatibility with the BaseMapper API.
The version was incorrectly released as 3.2.0 by semantic-release.
This commit corrects it to 4.0.0 to properly reflect the major changes:
- New Decorator API with TC39 Stage 3 decorators
- JIT compilation for 17.28x better performance
- class-transformer compatibility layer
- Zero dependencies (no reflect-metadata)
No breaking changes for existing BaseMapper users.1 parent 9a6571b commit 2aa6a27
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments