Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@newsroomdev newsroomdev released this 01 May 19:51
· 14 commits to dev since this release


by jjjjjohn

Hello world, again. A lot has changed, so we're making a fresh new release and refocusing efforts on creating the best CLI utility we can in 2021. Try it out now

npx dataproofer your-data.[csv|tsv|psv|xls|xlsx]

Here's what you need to know.

Core Changes

  • Removed Electron and subsequent desktop software code.
    • Please use the discussions tab if you're an Electron user and would like to shape the future of Dataproofer integrations
    • Please downgrade to a previous version if you'd prefer the desktop interface
  • Combined supplementary packages into a single monorepo
  • Added CI for more reliability on Mac, Windows, and Ubuntu
  • Open up donations to supporters

Commits

Docs

  • Create FUNDING.yml (ac485bc)
  • docs: streamline issue and pull request templates (#185) (3f1f94a)
  • Remove electron references (#184) (52aae2d)
  • Update issue templates (98047b0)
  • Move licensing, templates, contributing, and code of coduct to .github dir (49fa616)

Misc