Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 04:03
1b38e53

StyledStrings v1.0.3

Diff since v1.0.2

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 a UInt32 (#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 in get calls when FACES 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:

  • Missing Substring Overload in v1 compat (#64)
  • Showing an AnnotatedString is O(length_string * num_annotations) (#72)