Version 3
See original GitHub issue- Drop support for Node 10 (unmaintained), 12 (not maintained from April 2022) and 14 (not maintained in less that a year). Support versions 16 and 18.
- Upgrade all 3p dependencies doing major upgrades (
jwks-rsa
,redis
,@aws-sdk/client-s3
,typescript
,graphql
, etc). Specify which minimum version of TypeORM is required. Upgrade the peer dependencies. - Use latest version of AJV and use its TS integration (maybe related: #988).
- Remove the functions
escape
andescapeProp
. Modern frontend frameworks (React, Angular, Vue, etc) take care of this. - Improve the interface of the
Context
class to mainly improve type safety. - Correct the bad design on the precedence of environment variables. (issue: #1021)
- Support optional fields in @ValidateMultipartFormDataBody (issue: #1008)
- Support TypeORM 0.3.0
- Ignore
undefined
values in configuration (issue: #1071) - Simplify generated CLI files.
- Make the session and JWT systems a bit simpler.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Version3: Home
As your organization's ecosystem expands, Version3 works to increase your resilience against cyber threats. Anytime. Anywhere. We create cybersecurity tailored ...
Read more >Version3 | LinkedIn
Version3 | 56 followers on LinkedIn. Version3 delivers advanced IT solutions for real-time actionable intelligence which saves time and money | Version3 ......
Read more >Version 3, LLC – Theater & AV Technology Consultants
With over 15 years of experience, we can help with everything from helping you utilize your current equipment to assisting with upgrade specifications...
Read more >Compose file version 3 reference - Docker Documentation
Reference and guidelines . These topics describe version 3 of the Compose file format. This is the newest version. Compose and Docker...
Read more >James - Laid (Version 3) - YouTube
James - Laid ( Version 3 ). 5,333,182 views5.3M views. May 20, 2010. 33K. Dislike. Share. Save. JamesVEVO. JamesVEVO. 43.2K subscribers.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @kingdun3284 👋
Version 3 is 10 months late so I decided not to add any new features (except the ones that are already coded) so as to be able to release it after. New features with breaking changes will be studied for the the next major release 👍
Updating AJV will be great -
JSONSchemaType
/JTDSchemaType
/JTDDataType
will be a welcome addition to provide type safety with the validation 😃