8000 Tags · omar-azmi/tsignal_ts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: omar-azmi/tsignal_ts

Tags

v0.4.0

Toggle v0.4.0's commit message
update file via "github-repo-ci.yml"

v0.3.2

Toggle v0.3.2's commit message
compatibility version for https://deno.land/x/ and github release.

the `@oazmi/kitchensink` dependency has been simply reverted back to `kitchensink_ts` from https://deno.land/x/ .

v0.2.2

Toggle v0.2.2's commit message
bump patch version to `0.2.2`

a typo of `1` instead of `0` made the whole `LazySignal` function incorrectly. imagine my disappointment.

v0.2.1

Toggle v0.2.1's commit message
bump patch version to `0.2.1`

add vscode workspace setting config files
format all files and organize imports
ready for `v0.2.1` release

v0.1.2-c

Toggle v0.1.2-c's commit message
update dependency on `kitchensink_ts` to `v0.7.2`

purge functions provided by the new version of `kitchensink_ts`
bump minor patch version to `0.1.2-c`

v0.1.1

Toggle v0.1.1's commit message
bump minor version to 0.1.1

restructure directories so that `mod.ts` now exports all of the important stuff and works with `typedoc` documentation generator
port over signal test from `kitchensink_ts` as `./test/legacy_signal.test.ts`
move the test in `mod.ts` to `./test/simple_signal.test.ts`
add more `ts-ignore` so that `deno task test` does not fail
change dependance on `kitchensink_ts` directly from github repo HEAD to `kitchensink_ts v0.7.0` in `deno.land/x/`
remove JOJO reference in `signal.ts`... NANI!
repo is ready to go public and be released onto `deno.land/x/`
0