-
|
Hi, thanks for the great library. Me and my colleague love it a lot. We are excited to know if there is any ETA of the stable release of v5 so that we can get approval to introduce it to our firm? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
For context, I'm now concentrating on final-pass optimisations, unit-tests, stability, and interface consistency, etc. So, I'm on the final leg. I won't commit to a date, I am however hoping for Q1 this year; but if something comes up that I think should keep the library in a The whole library is built as a 'functional framework', not stand-alone components, so changing some key interface can have a large knock-on effect throughout the ecosystem, and I'd rather be tweaking and refining interfaces in I was hoping to get |
Beta Was this translation helpful? Give feedback.
For context, I'm now concentrating on final-pass optimisations, unit-tests, stability, and interface consistency, etc. So, I'm on the final leg.
I won't commit to a date, I am however hoping for Q1 this year; but if something comes up that I think should keep the library in a
betastatus for longer, then I'll do that. That has happened in the past week with my performance refactoring ofFoldable(due for release in a few days). The interface has fundamentally changed and every foldable type has been refactored to support laziness and 'to the metal' performance improvements. This has necessarily had a knock on effect to any RTM date, probably by two weeks.The whole library is built as a '…