-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
patch release #22
Merged
patch release #22
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
chalu
commented
Mar 6, 2024
- add more examples
- document what is exported from TS
- fix cjs/esm imports
Add unit tests
* separate commit and push hooks * enable pre/post scripts for pnpm * just use comonjs and have peace of mind :D * configure code style to use practical rules * properly type the iterable and iterator implementation * add demo code * flesh up README.md
* ready to publish * add CD workflow * lint only changed TS or JS files * fix CD job name * run CI only on PR to dev or main
* ready to publish * add CD workflow * lint only changed TS or JS files * fix CD job name * run CI only on PR to dev or main * Init package publishing (#10) * init * get started with the implementation * allow caller filter in elements with a match function * setup unit tests * add smoke tests for the list parameter * add smoke tests for maxItems param * add smoke tests for the match param * refactor param validation into a separate function * add basic CI workflow * re-add CI workflow file * add catch all branch in CI workflow * try install pnpm before node in CI workflow * attempt display test summary on GHA overview page * add TAP reporter for tests in CI * attempt junit reporter for summary in CI * remove TAP reporter * improve setup for tests * add matchers from jest-extended * add smoke tests * add festures tests * enforce code style with XO * add pre-commit hook to run lint, build, and test scripts * simplify pre-commit script * add built files in dist folder * add docs and samples (#7) * separate commit and push hooks * enable pre/post scripts for pnpm * just use comonjs and have peace of mind :D * configure code style to use practical rules * properly type the iterable and iterator implementation * add demo code * flesh up README.md * Go publish (#9) * ready to publish * add CD workflow * lint only changed TS or JS files * fix CD job name * run CI only on PR to dev or main * dry run package publishing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.