Releases: DevilTea/valchecker
Releases · DevilTea/valchecker
v0.0.28
v0.0.27
🚀 Features
- Refine Valchecker methods to separate initial and non-initial method interfaces - by @DevilTea (13f61)
View changes on GitHub
v0.0.26
🚀 Features
- Enhance generic step to support recursive structures and improve factory function handling - by @DevilTea (775aa)
View changes on GitHub
v0.0.25
🚀 Features
View changes on GitHub
v0.0.24
🚀 Features
View changes on GitHub
v0.0.23
No significant changes
View changes on GitHub
v0.0.22
No significant changes
View changes on GitHub
v0.0.21
No significant changes
View changes on GitHub
v0.0.20
No significant changes
View changes on GitHub
v0.0.19
🚀 Features
- Add comprehensive benchmarks for all steps and benchmark creation guide - by DevilTea (be06e)
- benchmarks: Add integration with typescript-runtime-type-benchmarks for library comparison - by DevilTea (060af)
🐞 Bug Fixes
- Resolve TypeScript strict type checking errors - by DevilTea (63ee2)
- Fix TypeScript strict mode type check issues for CI - by DevilTea (ed224)
- types:
🏎 Performance
- Optimize core and steps performance with benchmarks - by DevilTea (61758)
- Further optimize core and steps performance, remove PERFORMANCE_REPORT.md - by DevilTea (7d2fb)
- Completely eliminate Pipe class usage for massive performance gains - by DevilTea (29eec)
- benchmarks:
- steps:
- Optimize object validation with property metadata pre-computation - by DevilTea (60595)