Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 694 Bytes

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 694 Bytes

3.1.0

  • Strings are sorted using lexicographic order instead of code point order #23

3.0.1

  • Fixes wrong handling of escape characters #17

3.0.0

  • Adds custom JSON parser that is able to parse single quotes and dangling commas

2.0.3

  • Clarifies auto detection error message

2.0.2

  • Adds error message for auto detection on vscode < 1.44

2.0.1

  • Set required vscode version to 1.44

2.0.0

  • Detection of array enclosing cursor
  • Support for .jsonl files

1.1.0

  • Documentation for new sort modules