Releases: motss/deno_mod
Releases · motss/deno_mod
0.10.0
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
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.6.1
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
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
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
Notable changes
- Add missing benchmark of
lit_ntml
- Add latest
deno
([email protected]
, as of release) in testing and benchmarking