Linter v1.28.1-rc-1
This release mainly focuses on swapping over the internal logic that handles the YAML for sorting YAML keys. This should make it so that a wider variety of YAML formats are allowed when sorting the YAML keys as well as sorting comments. The logic does its best to keep the YAML in the format it started out in just rearranged. Feel free to let us know if there is an issue with this. There are also some minor bug fixes around the logic to identify tables in the text, properly handling UTC to UTC format conversion for YAML timestamps, and some whitespace and internal logic issues.
What's Changed
Features
- Swap to from
js-yaml
toyaml
for Parsing YAML by @pjkaufman in #1227
Bugs
- Fix Table Recognition So It Does Not Match Table Rows with Just Dashes in Them by @pjkaufman in #1248
- Fix Trailing Spaces Breaking List Items and Checklist Items by @pjkaufman in #1250
- Fix List Ignore Type Ignoring More than It Should when Sublists Are Present by @pjkaufman in #1269
- Fix UTC Not Properly Handled by YAML Timestamp When Format is Not Expected Format But Is UTC by @pjkaufman in #1270
Other Changes
- Auto-release Beta 1.28.1-rc1 by @pjkaufman in #1271
Full Changelog: 1.28.0...1.28.1-rc1