1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix ChangeLog. More... about 1 month ago
Update ChangeLog. More... about 1 month ago
Remove `pnpm` version from GitHub CI, now that it is specified in `package.json`. More... about 1 month ago
Add proper Common ChangeLog. https://common-changelog.org/ More... about 1 month ago
We always used an indentation of 4 in ESLint, reflect that in VSCode config. This could probably be dropped now that we use `.editorconfig`. More... about 1 month ago
Version 2.1.0. More... about 1 month ago
There's no way to know if CHOICE id is "more interesting" than existing one, so I guess the best way is to show both. More... about 1 month ago
Color context lines as well. More... about 1 month ago
Add two new dumps. More... about 1 month ago
Add pnpm lock file. (to fix GitHub CI installation) More... about 1 month ago
Use NodeJS 4.6.0 in order to support pnpm 7. More... about 1 month ago
Use `pnpm` 7 in order to run on `node` 14. https://pnpm.io/9.x/installation#compatibility More... about 1 month ago
Only install `pnpm` on recent node, as `pnpm` 10 requires NodeJS v18.12 More... about 1 month ago
Install `pnpm` too. More... about 1 month ago
Use `pnpm` in GitHub CI as well. More... about 1 month ago
We need dev dependencies for tests too now. More... about 1 month ago
Add tests to reproduce GitHub issue #102. More... about 1 month ago
Print test section names. More... about 1 month ago
Avoid features unavailable on NodeJS 14.5.0 More... about 1 month ago
Upgrade minimum NodeJS version supported from 12.20.0 to 14.5.0 due to usage of `?.` and `??` operators in `defs.js` (ECMAScript 2020). Older code is still linted against ECMAScript 2015 for now. More... about 1 month ago
Add new tests to avoid regressions on type recognition. More... about 1 month ago
Add standard editor config file https://editorconfig.org/ More... about 1 month ago
Upgrade to ESLint 9.x More... about 1 month ago
Add Int10 JSDoc and tests. More... about 1 month ago
Refactor tests. More... about 1 month ago
Version 2.0.6. More... about 1 month ago
Add new Base64 type parameter to pass down to Stream. More... about 1 month ago
Include test for direct Base64 generation. More... about 1 month ago
Add proper support for standard Base64. More... about 1 month ago
Fix padding length bug. More... about 1 month ago