Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

66 lines (42 loc) · 1.94 KB

0.2.17 (2020-05-29)

  • Preparing readme for meetup groups

0.2.16 (2020-05-29)

  • Removes from README warning against exposing API using Node.js's builtins. ( No longer relevant )
  • Remove the warning
  • Update EVT

0.2.15 (2020-05-25)

  • Pre NPM publish script: Infer if we should move the .ts files alongside the .js files from the package.json's types argument, by default do not move

0.2.14 (2020-05-25)

  • NPM publish script: Let the user decide if using the source .ts files or .d.ts. Better debugging experience vs TS version retrocompat

0.2.13 (2020-05-23)

  • Fix: Do not introduce absolute path in modified package.json ( enableShortNpmImportPath.ts )

0.2.12 (2020-05-23)

  • Not using deprecated raw.github.com, using raw.githubusercontent.com instead
  • Track missing files
  • enableShortNpmImportPath move source as well and support source map
  • Performance improvement

0.2.11 (2020-05-21)

  • improve resolve mechanism
  • Inform that __filename and __dirname are supported
  • Update README.md
  • Defines challenges and set goals

0.2.10 (2020-05-19)

  • new minor version
  • Fix version version resolution
  • Fix bug ing GitHub url in url parsing
  • Include TextEncode and TextDecode in node 'util' port
  • Remove useless downlevelIteration when targeting es2018
  • fix resolution
  • target ES2018

0.2.9 (2020-05-18)

  • bug fix: EVT is a hard dependency, not a dev-dep

0.2.8 (2020-05-17)

  • Use published version of scripting-tool

0.2.7 (2020-05-17)

  • fix know-ports.jsonc not included in NPM package
  • rename knownPorts.jsonc -> known-ports.jsonc
  • use npm ci instead of npm install in workflow

0.2.6 (2020-05-17)

  • Use a specific version of garronej/scripting-tools
  • indent package.json using 4 spaces to be consistent
  • implement CI