Commit Graph

71 Commits

Author SHA1 Message Date
geoffsee
f5c6f65955 fix failing test 2025-03-06 13:31:35 +00:00
geoffsee
019b6e48c9 ignore file is created if it does not exist 2025-03-06 13:31:35 +00:00
Geoff Seemueller
4e8bf7184f grant additional permissions to the tests workflow 2025-01-10 16:07:54 +00:00
Geoff Seemueller
47ad9b538d fix indentation in tests.yml 2025-01-10 16:07:54 +00:00
Geoff Seemueller
327b509467 Add synchronize event to PR trigger in tests workflow
This update ensures that the workflow is triggered whenever a pull request is synchronized. It improves CI coverage by running tests for updated PRs, reducing the risk of unverified changes.
2025-01-10 16:07:54 +00:00
Geoff Seemueller
2c9488f2cc Add merge queue trigger to GitHub Actions workflow 2025-01-10 16:07:54 +00:00
Geoff Seemueller
5fdd41918c Update README.md
Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
2025-01-10 16:07:54 +00:00
64eef3d0ee Merge pull request #1 from seemueller-io/dependabot/npm_and_yarn/oxc-transform-0.44.0
Bump oxc-transform from 0.37.0 to 0.44.0
2025-01-09 17:56:16 -05:00
190e120eb4 Create SECURITY.md
Signed-off-by: Geoff Seemueller <gseemueller@gmail.com>
2025-01-09 17:50:21 -05:00
dependabot[bot]
1d50776090 Bump oxc-transform from 0.37.0 to 0.44.0
Bumps [oxc-transform](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxc-transform) from 0.37.0 to 0.44.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxc-transform/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.44.0/npm/oxc-transform)

---
updated-dependencies:
- dependency-name: oxc-transform
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-09 22:36:33 +00:00
b96bc05743 Create dependabot.yml
Signed-off-by: Geoff Seemueller <gseemueller@gmail.com>
2025-01-09 17:35:36 -05:00
4ce47022d0 Create FUNDING.yml
Signed-off-by: Geoff Seemueller <gseemueller@gmail.com>
2025-01-09 17:32:18 -05:00
d822e00fc9 version bump; update license badge for AGPL v3 2025-01-09 17:09:46 -05:00
3153507595 bump version to 3.1.0 2025-01-09 16:33:54 -05:00
d78f702207 update path to test workflow for badge in README 2025-01-09 16:31:54 -05:00
d76ed1f1f9 add badges in README for tests 2025-01-09 16:30:55 -05:00
f89aa9daa1 fix typo in test workflow 2025-01-09 16:19:46 -05:00
bd55d31ce6 update ci config 2025-01-09 16:19:04 -05:00
5d39f13c98 all tests passing 2025-01-09 16:09:58 -05:00
994f7d4a8d Update README.md 2024-12-25 08:19:13 -05:00
82bbf5bcc9 Update README.md 2024-12-25 08:14:41 -05:00
5a2e5e463b update keywords 2024-12-24 19:16:51 -05:00
31c62292cb patch: fix broken logo link in package 2024-12-24 19:06:29 -05:00
471c2a359e bump patch version to sync ignore changes 2024-12-15 11:36:53 -05:00
43170863d1 remove noise in lic 2024-12-12 17:25:48 -05:00
79d16cd02e make package name memorable 2024-12-12 17:24:12 -05:00
63e02153f2 bump version 2024-12-05 10:31:09 -05:00
fb960707ac update lic 2024-12-05 10:30:52 -05:00
1e918665b3 Update README.md 2024-12-03 13:23:31 -05:00
ce7a65fc1a Add type definitions to package.json
Added "types" field pointing to "dist/index.d.ts" in package.json to include type definitions in the package. This change helps consumers of the package who are using TypeScript, providing them with autocompletion and type checking. Incremented package version from 1.2.5 to 1.2.6 to reflect this addition.
2024-12-03 10:19:06 -05:00
7deb9fa9ca bump patch: Add module splitting to build script.
Enabled the --splitting option in the build script to support code splitting, which the cli/library can both reference instead of bundling the entire bundle for each, so this effectively cuts the bundle size in half.
2024-12-01 14:11:54 -05:00
d7211570b7 bump patch 2024-12-01 13:15:51 -05:00
b18a687e7d bump minor, remove un-needed file 2024-12-01 13:15:26 -05:00
b42bf01c9a bump patch 2024-12-01 13:14:06 -05:00
49d82c80ea bump patch 2024-12-01 13:13:11 -05:00
0bbb04e8e1 update README 2024-12-01 13:00:42 -05:00
b76313b57e bump patch 2024-12-01 12:11:56 -05:00
f044555ab5 remove fields from package.json 2024-12-01 12:11:37 -05:00
01469b0539 bump version 2024-12-01 12:02:35 -05:00
a5e8ebec9c update lic in package.json 2024-12-01 12:01:30 -05:00
596494d044 update license 2024-12-01 11:59:57 -05:00
826c0b2d1d update test suite 2024-12-01 11:42:50 -05:00
337e882767 Switch from Bun's Glob to glob package for file operations
Replaced Bun's `Glob` usage with the `glob` package in `MarkdownGenerator.ts` for better compatibility and functionality. Updated build entrypoints to include all TypeScript files and adjusted dependencies in `package.json` and `pnpm-lock.yaml` to accommodate this change. Also added type annotations to `fileExclusions` and `fileTypeExclusions` for improved type checking.
2024-12-01 11:41:24 -05:00
bf16ed5253 bump minor 2024-11-24 11:18:08 -05:00
97471cfe19 Add ignore file pattern and enhance README
Updated the `.code-tokenizer-md-ignore` to include its own pattern for exclusion. Enhanced the README with a Quickstart section, detailed usage guidance, bundling process, and ignore file configuration.
2024-11-24 11:17:28 -05:00
b10b9085b2 Update build process and bump version
Removed CLI entrypoint from main build file and created a separate build script for it. Adjusted corresponding configurations in `package.json` to reflect these changes, including updating version from 1.0.14 to 1.0.21.
2024-11-24 11:01:43 -05:00
102fd530c6 Update dependencies in pnpm-lock.yaml, bump minor 2024-11-24 10:35:14 -05:00
bef68b9fa5 Enable ignore file processing for file exclusion
Added functionality to load and process nested `.code-tokenizer-md-ignore` files for excluding patterns during markdown generation. Introduced new dependencies and ensured initialization before file processing operations.
2024-11-24 10:33:47 -05:00
702e228f98 Add .dockerignore to file exclusions
This commit adds '**/.dockerignore' to the file exclusions in src/fileExclusions.ts. Additionally, it updates the version in package.json from 1.0.12 to 1.0.13 to reflect this change.
2024-11-21 14:33:52 -05:00
2fb1568d97 Add Bun support and improve build process
Updated project to use Bun runtime, including changes to build and development scripts, plugin additions, and configuration updates in tsconfig.json and package.json. Enhanced README documentation and migrated source files to TypeScript.
2024-11-21 14:28:26 -05:00