Skip to content

Releases: motss/deno_mod

0.10.0

18 Apr 15:37
Compare
Choose a tag to compare

Notable changes

  • Bumped minimum deno version to the latest, v0.41.0
  • Updated all modules to use latest version and also pinned version of all modules to avoid incompatibility
    • lit-ntml: Added 2 new functions: htmlSync() and htmlFragmentSync() for sync operation

v0.9.0

31 Mar 15:59
Compare
Choose a tag to compare

Notable changes

  • Update minimum deno version to 0.37.1 (latest)
  • Update tests to work with the latest deno
  • Update modules to the latest

v0.8.1

07 Nov 17:01
Compare
Choose a tag to compare

Changes

  • Resolve typing issues with jsmodern.

v0.8.0

01 Nov 15:29
Compare
Choose a tag to compare

Changes

  • Rename regexp to reg-exp.
  • Upgrade to use jsmodern@v0.7.0.

v0.7.1

01 Nov 12:22
Compare
Choose a tag to compare

Changes

  • Use deno@0.22.0.

v0.7.0

31 Oct 15:07
Compare
Choose a tag to compare

Changes

  • Add jsmodern
  • Refactor all modules to import from original source file from nodemod instead of rewriting them for deno
  • Upgrade to use deno@0.21.0

v0.6.1

13 Jul 17:46
Compare
Choose a tag to compare

Changes

  • Repeated characters are not normalized due to reusing the same RegExp instance which increment its lastIndex and thus failed matching subsequent characters in a string.

v0.6.0

20 Jun 16:08
Compare
Choose a tag to compare

Notable changes

  • Add delay_until
  • Now defaults to latest deno (v0.9.0 as of this release) in testing. Please upgrade to latest deno. 😄

v0.5.0

22 May 15:12
Compare
Choose a tag to compare

Notable changes

  • ✨ Add polling_observer
  • 💥 Update minimum deno version to v0.3.6 due to setTimeout had been broken until this version

v0.4.1

04 May 11:53
Compare
Choose a tag to compare

Notable changes

  • Add missing benchmark of lit_ntml
  • Add latest deno (deno@v0.4.0, as of release) in testing and benchmarking