v0.19.0 #147
meowgorithm
started this conversation in
General
v0.19.0
#147
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Final Model Access
This main feature of this release is
Program.StartReturningModel()
, an alternative start method for returning the finalModel
after aProgram
quits. This makes it easy to access data collected in a Bubble Tea program while still working in an immutable fashion.Here’s an example of how it can be used:
A big thanks to @Raphexion for both conceptualizing and executing this feature.
ANSI Compress, now Opt-In
We’ve also made the ANSI compressor opt-in by default as we noticed that it was incurring a larger performance hit than we’d like in some cases. To enable the ANSI compressor just use the
WithANSICompressor
program option:Changelog
Here’s the full changelog for this release.
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter or The Fediverse.
This discussion was created from the release v0.19.0.
Beta Was this translation helpful? Give feedback.
All reactions