Skip to content

Linux Support & Custom Escaping Scalars

Compare
Choose a tag to compare
@dehesa dehesa released this 26 Mar 09:24
· 82 commits to master since this release
  • Custom escaping scalars are supported thanks to @josh (#13).
    This includes the ability to disable escaping functionality on parsing or serializing CSVs.
  • Linux is officially supported.
    All tests now also run on Linux (Ubuntu 18.04) through Github actions.
  • Trim strategy now throws an error at initialization when it contains delimiter characters or escaping scalars.
  • The repo now provides not only a high-level roadmap, but also a detailed plan on which features are being worked next.