KiaraGrouwstra / typical

playground for type-level primitives in TypeScript
MIT License
173 stars 5 forks source link

2.5 Discussion #3

Closed SimonMeskens closed 6 years ago

SimonMeskens commented 7 years ago

I haven't had time the last week, so I can't comb through the issues right now. What did 2.5 change? What has been improved? What has been regressed?

I saw that you put in a PR, do you suspect it will land for 2.5 final (since it's a regression)?

KiaraGrouwstra commented 7 years ago

What did 2.5 change?

😃

What has been improved? What has been regressed?

I'm gonna be doing a bunch more testing over different versions now that we have a shiny new testing framework courtesy of @TheOtherSamP. So I'll get back on this.

I saw that you put in a PR, do you suspect it will land for 2.5 final (since it's a regression)?

I think my PR for the numerical index issue should be in based on the timing of this RC release -- and I guess further 2.5 releases may add more still. Fingers crossed, got a few more PRs open atm.

KiaraGrouwstra commented 6 years ago

Closing, but TS versions are definitely a thing that'll need branches sooner or later, though so far focus has been on getting things to work well on the newest TS. That said, 2.8 is looking good too (conditional types, some new built-in utility types).