Changelog
Last updated
Was this helpful?
Last updated
Was this helpful?
CORS is now fully supported when serving static content & adding resource handlers ,
multipart/form-data
forms are now fully supported by Mandarine. Mandarine gives you access to using Multipart/form-data
without having to implement any logic in order to read it or parse it. Instead, Mandarine gives you access to where you can access the properties or files that were sent.
Identifiers/Operators: IsNotNull, IsNull, IsNotEmpty, IsEmpty, StartingWith, EndsWith, Like
has been added to MQL, thus available in Mandarine's built-in repositories.
Small bug fixes
Code refactoring all over Mandarine's built-in ORM repositories & repository proxy. Performance for this has significantly improved as well as readability of the code and the future usage.
Added JSDocs to many files that did not have it.
Optional
class to handle the nullability of a variable without using if/else statements .
PromiseRepeater
class to handle the manipulation of resolving a promise with attempts & delays .
CORS Middleware .
Small bug fixes
Code refactoring all over Mandarine.TS
Error that was allowing Middleware to be intercepted if it contains the RegExp source, when it should be activated when URL started with RegExp source.
Static content server
Resource Handlers
Denjucks template support