DenisFrezzato / hyper-ts

Type safe middleware architecture for HTTP servers
https://denisfrezzato.github.io/hyper-ts/
MIT License
392 stars 18 forks source link

0.7 release #56

Closed DenisFrezzato closed 3 years ago

DenisFrezzato commented 3 years ago

Closes https://github.com/DenisFrezzato/hyper-ts/issues/50

mlegenhausen commented 3 years ago

@DenisFrezzato could you release a next or rc version? That would help by testing it in my code base.

DenisFrezzato commented 3 years ago

@mlegenhausen good idea, I've just released 0.7.0-rc.1.

DenisFrezzato commented 3 years ago

@mlegenhausen do you have any feedback? I've tried it in a couple of projects and I haven't found any issue.

@kylegoetz what about you, have you tried the indexed functions?

kylegoetz commented 3 years ago

@DenisFrezzato I have not yet because I haven't upgraded hyper-ts. I need to check for any breaking changes and upgrade if there aren't any.

mlegenhausen commented 3 years ago

@DenisFrezzato No upgrade issues and works like a charm. Good work!