Commit Graph

57 Commits

Author SHA1 Message Date
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
5082a3398f release 1.0.11 2024-11-21 13:37:29 -05:00
137976a17c generated test suite 2024-11-21 13:36:57 -05:00
4a0c75f3a2 Update tsconfig.json and bump package version
Removed stray character from tsconfig.json. Bumped package version from 1.0.9 to 1.0.10 to reflect minor changes.
2024-11-21 13:25:07 -05:00
9a06a1c070 release 1.0.9 2024-11-21 13:24:04 -05:00
88dced2c4d convert project to typescript 2024-11-21 13:23:45 -05:00
1226a742b5 Integrate file exclusion with micromatch, refactor code
Utilized micromatch for file exclusion logic in MarkdownGenerator. Simplified constructor parameters and refactored `getTrackedFiles` for better readability. Updated dependencies and relevant scripts in package.json.
2024-11-21 13:02:22 -05:00
a875cbf5d4 Update file exclusion logic and add regex pattern handling
Enhanced the file exclusion logic by adding support for `tsconfig.json` and `jsconfig.json`. Simplified complex glob and wildcard handling, replacing many special cases with a regex-based approach to match file paths more reliably. Updated package version to 1.0.7.
2024-11-21 12:51:49 -05:00
73b7b2e921 Update ignore patterns and version bump
Added 'package-lock.json' to the ignore patterns in MarkdownGenerator.js to avoid unnecessary processing. Updated the version in package.json from 1.0.5 to 1.0.6 to reflect this change.
2024-11-21 12:45:04 -05:00
d1d72dae28 Enhance file exclusion logic and update version to 1.0.5
Refactored file exclusion patterns in MarkdownGenerator.js to handle various glob patterns and types more comprehensively. Added normalization for paths, extended support for different file types, and included specific directory-only and wildcard matching. Updated the package version to 1.0.5 in package.json to reflect these changes.
2024-11-21 12:40:45 -05:00
1985bc11c4 bump version to 1.0.4 2024-11-14 16:25:25 -05:00
763e234fc5 fix typo in file extension 2024-11-14 16:25:05 -05:00
16a5c1a45f Update MarkdownGenerator with new font file extensions
Added support for '.woff2' and 'woff' file extensions to the MarkdownGenerator's configuration. Incremented the version in package.json to 1.0.3 to reflect these changes.
2024-11-14 16:23:59 -05:00
b61c5cc9d5 bump version + deploy 2024-11-07 11:45:27 -05:00
abdb8af55f update log message for todo file 2024-11-07 11:45:03 -05:00