Releases: GoMudEngine/ansitags
Releases · GoMudEngine/ansitags
Optimizations, Javascript library
- Rewrote some code to get a 2.5x throughput improvement across the board, allocations cut by 63%, and memory down ~68%.
- Added a javascript library for front end conversion of ansitags into tags with colors.
- Added
GetAliases()
HTML parse mode, elimination of 4-bit color mode (16 color)
- Eliminated code related to 4-bit colors
RGB(int) rgbfunction accepts a color code and returns a struct with R/G/B/Hex values.- Added
ansitags.HTMLas a parse mode for output.
Updating version to semver format
v1.0
Repo under new org
Changes
Renames references that used old repo path to use new repo path.