Skip to content

Version 8: Beta 10

Pre-release
Pre-release

Choose a tag to compare

@bgub bgub released this 02 Apr 22:02
· 165 commits to master since this release

TL;DR

  • Updated dependencies
  • Fixed bug where whitespace for the first and last strings was incorrectly trimmed
  • Refactor parsing: throw errors with unclosed strings or comments, more accurate parsing of the same
  • Only replace newlines and carriage returns of strings, not everything (so we can have a \n after exec tag
  • Update benchmarks page

Commits

  • Update dependencies 61af67f
  • Merge pull request #168 from squirrellyjs/greenkeeper/eslint-config-prettier-6.10.1 ce7f526
  • Merge pull request #167 from squirrellyjs/greenkeeper/@typescript-eslint/parser-2.26.0 0cced39
  • Merge pull request #165 from squirrellyjs/greenkeeper/@types/node-13.11.0 210109c
  • Merge pull request #166 from squirrellyjs/greenkeeper/lint-staged-10.1.1 057229e
  • Merge pull request #159 from squirrellyjs/greenkeeper/ts-node-8.7.0 15747a4
  • Merge pull request #162 from squirrellyjs/greenkeeper/rollup-plugin-typescript2-0.27.0 c687808
  • Update tests (add errors), benchmark 8619fb0
  • Update benchmarks page 4c51b99
  • Refactor parsing 33b93cb
  • chore(package): update lockfile yarn.lock 9b7cd41
  • chore(package): update @types/node to version 13.11.0 2bc3ea1
  • chore(package): update lint-staged to version 10.1.1 b230cd5
  • chore(package): update @typescript-eslint/parser to version 2.26.0 d802613
  • chore(package): update lockfile yarn.lock ef0611c
  • chore(package): update rollup-plugin-typescript2 to version 0.27.0 7fbe43b
  • Update npm packages dba23eb
  • Fix bug where leading whitespace was incorrectly trimmed 03459a5
  • chore(package): update eslint-config-prettier to version 6.10.1 709418d
  • chore(package): update ts-node to version 8.7.0 643134b

v8.0.0-beta.9...v8.0.0-beta.10