Attila Oláh
Attila Oláh
### Description When a user uses a package wich uses it's own class-transformer version the two won't share it's meta-data storage and the outer isntance wont have any meta-data. This...
Currently `@Expose` decorator supports only flat re-naming, there were multiple requests to add support nested exposing. Example: ```ts class Example { @Expose('user.fullName') name: string = 'Test Name'; } const raw...
Custom decorators don't accept the `each` option. They should. Note: Changes should be reverted made in #197 after we fixed this. Created from #197.
Dear users, maintainers, and everyone! I am sorry for the long radio silence and inactivity on the Typestack projects. I want to share with you how I am addressing the...
### Description Currently, the `each: true` property on decorators doesn't require the property to be an array. The check from `each: true` is opportunistic and only runs when the property...
When running the `createParamDecorator` function, the bodyparser is not yet called on the request object, so `request.body` is undefined.
> This issue aims to continue the discussion about tooling in #162. Currently there are no really good way to know what style and schemes should be followed when contributing...
There is no option to escape CSS or HTML tags. Eg entering` * { float: left }` will render the whole content useless and there is no option to disable...