Releases: mechatroner/sublime_rainbow_csv
Releases · mechatroner/sublime_rainbow_csv
Incremental 2.10.0
This release includes 2 quality of life improvements from @parasyte
RBQL update
- Update RBQL including support of
AS
keyword.
Zero based columns
- Add config option to support zero-based column enumeration, see #36
- Make hover info less noisy
Minor RBQL improvements
2.7.0 fix
Improve Relative Paths handling for RBQL JOIN
- Improve Relative Paths handling for RBQL JOIN - the join table path can now be relative to the main table directory.
Improve CSV header support in RBQL
RBQL can now parse and preserve CSV header names in the output table.
Fix separator color
Fix separator colors and make them stick to the previous column instead of the next column see issue #31
Full RFC-4180 compatibility
Simplify UI/UX
- "Enable Simple" and "Enable Standard" context options are merged into a single "Enable" option to simplify the UI.
- Added handling for "Plain Text (CSV).sublime-syntax" syntax which is contributed by "A File Icon" package, see #25
Handle empty separator
- Properly handle empty separator error to avoid Sublime freezing