v0.6.0
What's Changed
- feat: add isHash validator decorator by @yuchem2 in #212
- docs: add Japanese translate for document by @yuchem2 in #214
- feat: add isTimeZone() validator decorator by @dami0806 in #213
- feat: add isPhoneNumber(region) validator decorator by @dami0806 in #215
- docs: add error handler usage guide to README and docs by @dami0806 in #217
- fix: correct transformer output example value in transforms document by @yuchem2 in #218
- docs: add custom transformer document for advanced usage by @yuchem2 in #220
- refactor: cache CargoClassMetadata to aviod redundant construction per request by @yuchem2 in #216
- docs: support spanish by @laggu in #221
- fix: prevent prototype chain leak in cache lookup by @yuchem2 in #223
- refactor: clean up cache handling in CargoClassMetadata by @yuchem2 in #222
- chore: add admin settings to context7 for claiming by @yuchem2 in #226
- Clarify binding order in README by @laggu in #225
- feat: validate decorator nesting on startup (p0 rules) by @yuchem2 in #224
- feat: make getCargo return T and throw when binding middleware is missing by @yuchem2 in #227
- release: v0.6.0 by @laggu in #228
Full Changelog: v0.5.2...v0.6.0