StyledStrings v1.0.3
Merged pull requests:
- Add types to some comprehensions (#65) (@Keno)
- Treat printing as more than a nothing-return write (#66) (@tecosaur)
- Check for underline term capability flag (#67) (@tecosaur)
- Use concrete refs in macro parser state struct (#68) (@tecosaur)
- do not
import
methods that are not extended and use explicit module prefix for methods that are imported (#69) (@KristofferC) - use const field instead of internal
RefValue
(#70) (@KristofferC) - simplify code for creating a
SimpleColor
from aUInt32
(#71) (@KristofferC) - Refactor eachregion to be O(n log n) not O(n^2) (#73) (@tecosaur)
- Actually overload Base's escape_string (#74) (@tecosaur)
- Some small optimizations (helping type inference, avoid eager int to string conversion) (#75) (@KristofferC)
- Quick fix for 4d04102 (Optimised SimpleColor) (#76) (@tecosaur)
- avoid creating a new
Face
inget
calls whenFACES
has that face available (#77) (@KristofferC) - use ternery instead of
ifelse
since ifelse force evaluation of the RHS (#78) (@KristofferC) - Load user-customisations lazily (#79) (@tecosaur)
- Load ScopedValues symbols from their source (#80) (@LilithHafner)
- Replace accidental Int64s with Ints (#82) (@tecosaur)
- Consistent Face hashes (#83) (@tecosaur)
Closed issues: