Skip to content

Releases: A4-Tacks/rust-term_lattice

v0.4.1

17 Apr 09:59
Compare
Choose a tag to compare

Fixed a bug where the output color was changed during optimization of the serialization optimizer, and the serialization optimizer has been refactored

v0.4.0

05 Apr 14:52
Compare
Choose a tag to compare

Added some useful methods, such as get_colors_arrow and Into<Vec<Color>>, to compensate for visibility changes in self.colors.
Can be easily created from Iterator (such as the colors field of a buffer of the same size))
Manually expand EnumVariantEq to reduce dependencies

v0.3.0

05 Apr 09:18
Compare
Choose a tag to compare

Revised the visibility of some fields again and added some methods

v0.2.0

05 Apr 07:41
Compare
Choose a tag to compare

Modified some display sections, added some practical methods, and adjusted the visibility of some fields.