Releases: atsyplenkov/pastum
Releases · atsyplenkov/pastum
v0.3.2
What's Changed
- Minor bug fixes by @atsyplenkov (#42)
- update dependency versions
Full Changelog: v0.3.0...v0.3.2
v0.3.0
What's Changed
- Added support to allow pasting as Markdown table by @juarezr in #36
- Added tests by @atsyplenkov in #40
- Parse tables from CSV, TSV, and fixed space delimted formats by @juarezr in #38
- feat: add #fmt:skip for R tables (closes #16) by @atsyplenkov in #43
- Add
pastum.libraryDeclarationconfig option by @atsyplenkov in #44
New Contributors
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2
[0.2.0] - 2024-11-01
Added
- Introducing
Pastum: paste as default dataframecommand — it is now sensitive to the active editor language (#13). That is, if you are writing in a file with a.pyextension, then VS Code understands that the language you are writing in is Python. In this case,pastumwill paste the dataframe as a python code according to the configured default dataframe framework (i.e.,pastum.defaultDataframePythonandpastum.defaultDataframeRsettings). However, full control is still available and unaffected through the command palette. - You can now control the decimal separator (e.g., '.' in
12.45) and the digit group separator (i.e., in numbers over 999) through thepastum.decimalPointconfig (#10). By default, it is set up for a dot (.) as the decimal separator and a comma (,) as the group separator.
v0.1
[0.1.0] - 2024-10-29
Added
- Website with main features descriptions — https://pastum.anatolii.nz (#5)
tibble::tribble()support (#11)- Paste as
tibble::tribble()is the default option forpastum.defaultDataframe(i.e., context menu)
Fixed
v0.0.4
- Added "Paste Default Dataframe" command, which can be set in settings. Allows the user to select the default language and framework.
- Added "Paste Default Dataframe" command to the context menu.
- Ditched the
jsdomdependency in favor of speed and package size - VS Marketplace and Open VSX release
v0.0.2
- Added distinction between Integer/Float values
Missing,NA, orNonevalues are inserted by default if the value is empty- Added
pastum.defaultConventionconfiguration option, which allows the user to choose the column name renaming convention

