Releases: nihiluis/await-protect
Releases · nihiluis/await-protect
v1.0.20
v1.0.19
v1.0.18
Commits:
- d9eb7b9 init
- 52c088c remove typo and improve example
- f3777bf 1more
- ecd273e add bluebird compatibility
- fb33e8b Merge branch 'master' of https://github.com/nihiluis/await-protect
- 32b2a43 add result
- c873eee add err and ok
- 8547678 .
- 921d699 add redux-saga support (gprotect)
- f21b1a1 v 1.0.4
- 4a5f805 consolidation
- 90ea88d .
- cac10ff Update readme.
- f91d013 Update version
- f748ed2 Bump await-protect version
- 09ba06c add dom lib to tsconfig
- c51bf2f change scripts
- 08833a8 Add some documentation and update README
- 98885ad Increment version
- 16a808b Rename Result.res to Result.ok.
- bc1ca2b await in index.ts on line 19 is necessary, unlike VSCode says.
- 42f3a80 Update README.md
- 3fbb935 Update README.md
- a13187b Add react inspired array destructuring. Breaking change.
- a6d480d Use additional cast for stricter tsconfigs.
- 83e6d5a Update typescript fix.
- 16a302f Bump version.
- 742d6f4 Updating to ESM.
- 29f202f Increment version.
- 34c5aaa Adding zod integration and better docs.
- 12460c5 Adding github workflows and tests.
- 8bbc194 Correct branch name in the workflows.
- b841873 Fix wrong script name in test workflow.
- 1e4a4d5 Run test workflow not for master commits where package.json changes, test will run in the release workflow already.
- 43bd057 Make test run on workflow_dispatch.
- 3bd9bcf Make release run on workflow_dispatch.
- 4c1df40 Make release run tests on its own.