Skip to main content
Module

x/evt/CHANGELOG.md

💧EventEmitter's typesafe replacement
Go to Latest
File

1.7.14 (2020-07-19)

  • update dependencies

1.7.13 (2020-06-14)

  • Add JSDoc link to Evt.merge
  • update deps
  • Update project description
  • Reference Denoify in the readme
  • include who is using it sectiion

1.7.12 (2020-05-30)

  • Reference Denoify in the readme
  • Update README.md

1.7.11 (2020-05-25)

1.7.11 (2020-05-25)

  • Re include source map without breaking TS retro compatibility

1.7.10 (2020-05-25)

  • Fix: Include CDN build

1.7.9 (2020-05-24)

  • Do not include source in the NPM bundle for TS retro compatibility (they will be re-included later)

1.7.8 (2020-05-24)

  • Remove nullish coalescing from source for stackblitz compat

1.7.7 (2020-05-24)

  • Not including source test files in the NPM bundle
  • readme typo fix

1.7.6 (2020-05-23)

  • Make the README links visible on deno.land/x
  • Merge pull request #7 from searchableguy/develop
  • Add a note in overview about difference between attach and $attach
  • Update run-exclusive

1.7.5 (2020-05-23)

  • Bump version ( changelog ignore )
  • Use test/mod.ts instead of test/index_deno.ts to align with conventions
  • Enable source map, ‘Go to Definition’ navigate to .ts source file instead of .d.ts file
  • Revert back to the old type import syntax and regain support for TS 3.4 - 3.7, WARNING: This release do not work with Deno 1.0.1 but do work with 1.0.2
  • Typo fixes

1.7.4 (2020-05-22)

  • GitBook: [develop] one page modified
  • instruct to refer to CHANGELOG.md
  • GitBook: [develop] one page modified
  • GitBook: [develop] 32 pages and one asset modified

1.7.3 (2020-05-21)

  • fix for supporting Deno v1.0.1, temporary dropping support for TS < 3.8

1.7.2 (2020-05-21)

  • Notice about the fact EVT won’t work on Deno 1.0.1
  • GitBook: [develop] 17 pages and one asset modified

1.7.1 (2020-05-21)

  • Temporarily disabling sourcemaps
  • Add CI badge

1.7.0 (2020-05-21)

  • Includes CDN build to import from HTML.
  • Enable short path ( Breaking change ) evt/dist/tools/typeSafety => evt/tools/typeSafety