Skip to content

Releases: brandonmp/gatsby-source-google-sheets

functional value parsing

26 Feb 15:23
Compare
Choose a tag to compare

I've fixed a few bugs with value parsing. This means the plugin might produce different values than it has in the past, so I'm tagging this as a 'minor' release

specifically, the plugin:

  • no longer strips decimals from numbers (sorry about that)
  • no longer strips emoji
  • should only strip commas from numbers

I've also added some unit tests around row parsing, so hopefully there are no more surprises there.