Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.96 KB

File metadata and controls

31 lines (20 loc) · 1.96 KB

1.8.0

  • Added sortLines.sortEntireFile setting (defaults to false) that sorts the entire file when there is no selection #43 via @chrsmutti

1.7.0

  • Added sortLines.filterBlankLines setting (defaults to false) #35 via @SoftwareApe

1.6.0

  • Added sortLines.sortLinesVariableLength and sortLines.sortLinesVariableLengthReverse commands to sort by variable length #30 via @labithiotis
  • Added sortLines.sortLinesCaseInsensitiveUnique command to sort case insensitively and remove duplicates #29 via @lynxnake
    • Convert to TypeScript
    • Add TSLint
    • Add CI
    • Add tests

1.5.0

  • Added sortLines.sortLinesNatural command sort lines alphabetically but group together digits #26 via @Gerrit-K
  • Remove backtick from install heading #23 via @wald-tq
  • Made a note in the README about default keybinding overriding toggle breakpoint #22 via @Tyriar

1.4.1

  • Added sortLines.sortLinesLineLengthReverse command to sort lines by line length (descending) #21 via @prplx
  • Improved clarity of command titles #20 via @Eldaw

1.3.0

  • Added sortLines.sortLinesShuffle command to shuffle lines randomly #12 via @mhavas.