Sha256: 26e266e1767694b96c5de91b5511b0b4d9c4bb977f3b343f6a9dba0a16d76af7
Contents?: true
Size: 1.64 KB
Versions: 1
Compression:
Stored size: 1.64 KB
Contents
## CHANGELOG ### 2.2.0 * Add mongolian free variation selectors and combining grapheme joiner to interesting codepoints list * Green highlighting of "marks" in Unicode * Always use dotted circle for non-spacing marks * Always prepend enclosing marks with a space * Update characteristics gem (includes new blanks and UTF-8 dialects with japanese emojis) ### 2.1.1 * Proper UTF-32 validness / invalid codepoint highlighting, see https://bugs.ruby-lang.org/issues/13292 ### 2.1.0 * Support more encoding: IBMX, CP85X, macX, TIS-620/Windows-874, and KOI8-X * Highlight non-control formatting characters in pink * Improve `unibits --help` command ### 2.0.0 * Support more encodings: ISO-8859-X and Windows-125X * Add three HANGUL characters (U+115F, U+1160, U+3164) to list of possible white spaces * Move character handling to separate gem. It is called [characteristics](https://github.com/janlelis/characteristics). * Highlight control chars in blue and blanks in light blue * Handle encodings that are not convertible to UTF-8 ### 1.3.0 * Add variation selectors 17-256 (U+E0100 - U+E01EF) * Add U+1D159 (MUSICAL SYMBOL NULL NOTEHEAD) to list of possible white spaces * Bump unicode-categories dependency for more reliable unassigned codepoint detection ### 1.2.1 * Fix bug that inserted wrong bytes ### 1.2.0 * Do not display (but highlight) unassigned codepoints ### 1.1.0 * Support (and highlight) invalid encodings \o/ * Improve character symbolification * Fix that the Kernel method would not take keyword arguments * New option for setting a custom output width to use * New option for activating wide ambiguous characters ### 1.0.0 * Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unibits-2.2.0 | CHANGELOG.md |