An open API service providing commit metadata for open source projects.

GitHub / syntax-tree/mdast-util-find-and-replace / commits

SHA Message Author Date Stats
fd73ef85 3.0.2 Titus Wormer <t****r@g****m> 10 months ago
f67eee46 Refactor to use `@import`s Titus Wormer <t****r@g****m> 10 months ago
8ac2d6b6 Add declaration maps Titus Wormer <t****r@g****m> 10 months ago
ac97663f Refactor `package.json` Titus Wormer <t****r@g****m> 10 months ago
05a3f8e0 Remove license year Titus Wormer <t****r@g****m> 10 months ago
7cc399a8 Refactor `.editorconfig` Titus Wormer <t****r@g****m> 10 months ago
c99c2f4c Update Actions Titus Wormer <t****r@g****m> 10 months ago
e28f0c66 Add `.tsbuildinfo` to `.gitignore` Titus Wormer <t****r@g****m> 10 months ago
622a0e79 Update dev-dependencies Titus Wormer <t****r@g****m> 10 months ago
af7d1eff 3.0.1 Titus Wormer <t****r@g****m> about 2 years ago
6dba078e Fix to reset `lastIndex` at `false` result Titus Wormer <t****r@g****m> about 2 years ago
4e23a5e3 Refactor some code Titus Wormer <t****r@g****m> about 2 years ago
19a9d61f Update dev-dependencies Titus Wormer <t****r@g****m> about 2 years ago
fbe1d6bd Add unit test for adjacent matches in the same text node Leo Singer <l****r@n****v>
Committed by: GitHub <n****y@g****m>
about 2 years ago
bcd53c1b 3.0.0 Titus Wormer <t****r@g****m> over 2 years ago
47df0587 Change to require Node.js 16 Titus Wormer <t****r@g****m> over 2 years ago
2054db19 Change to use `export` map Titus Wormer <t****r@g****m> over 2 years ago
432836f8 Refactor docs Titus Wormer <t****r@g****m> over 2 years ago
40871fe5 Change API to accept only a tuple, or list of tuples Titus Wormer <t****r@g****m> over 2 years ago
35d35b1d Change to return `undefined` Titus Wormer <t****r@g****m> over 2 years ago
9bf44ad9 Refactor code-style Titus Wormer <t****r@g****m> over 2 years ago
662165f2 Refactor `.npmrc` Titus Wormer <t****r@g****m> over 2 years ago
30c20f94 Refactor `package.json`, `tsconfig.json` Titus Wormer <t****r@g****m> over 2 years ago
6ca88d0c Update `@types/mdast` Titus Wormer <t****r@g****m> over 2 years ago
da23de45 Update dev-dependencies Titus Wormer <t****r@g****m> over 2 years ago
fa8dc1ba 2.2.2 Titus Wormer <t****r@g****m> almost 3 years ago
df2348e0 Add improved docs Titus Wormer <t****r@g****m> almost 3 years ago
b8dd2508 Add tests for exposed identifiers Titus Wormer <t****r@g****m> almost 3 years ago
22168012 Use Node test runner Titus Wormer <t****r@g****m> almost 3 years ago
76204a84 Refactor code-style Titus Wormer <t****r@g****m> almost 3 years ago
07c7b880 Update `tsconfig.json` Titus Wormer <t****r@g****m> almost 3 years ago
ad69f2e0 Update Actions Titus Wormer <t****r@g****m> almost 3 years ago
da344b3d Update dev-dependencies Titus Wormer <t****r@g****m> almost 3 years ago
f308656b 2.2.1 Titus Wormer <t****r@g****m> over 3 years ago
b40a41fc Fix bug when replacing and then not Titus Wormer <t****r@g****m> over 3 years ago
a5910c71 Update dev-dependencies Titus Wormer <t****r@g****m> over 3 years ago
96fb68ee 2.2.0 Titus Wormer <t****r@g****m> over 3 years ago
f2cf12d1 Fix typo Titus Wormer <t****r@g****m> over 3 years ago
5bbb92cc Add improved docs Titus Wormer <t****r@g****m> over 3 years ago
589b5b0a Fix missing replace inside next sibling Titus Wormer <t****r@g****m> over 3 years ago
cddb01bd Fix case where `false` resulted in a skipped node Titus Wormer <t****r@g****m> over 3 years ago
0efec695 Add `stack` of nodes in match objects Titus Wormer <t****r@g****m> over 3 years ago
ce07127e Move core to `lib/` Titus Wormer <t****r@g****m> over 3 years ago
4dcef733 Refactor code-style Titus Wormer <t****r@g****m> over 3 years ago
b3ed33e4 Update dev-dependencies Titus Wormer <t****r@g****m> over 3 years ago
e09e6cac Refactor to remove unneeded `@ts-expect-error` Christian Murphy <c****2@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
50de3afe add `ignore-scripts` to `.npmrc` Christian Murphy <c****2@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
08d369a0 2.1.0 Titus Wormer <t****r@g****m> over 4 years ago
d5422912 Update `xo` Titus Wormer <t****r@g****m> over 4 years ago
f5462e95 Change types to use `mdast` types Titus Wormer <t****r@g****m> over 4 years ago
f575ece1 Add `strict` to `tsconfig.json` Titus Wormer <t****r@g****m> over 4 years ago
0e123dab 2.0.1 Titus Wormer <t****r@g****m> over 4 years ago
49571dfb Refactor code-style Titus Wormer <t****r@g****m> over 4 years ago
f9c6ae3d Fix types of replace function Titus Wormer <t****r@g****m> over 4 years ago
21e09e88 Use `pull_request_target` in bb Titus <t****r@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
73578866 2.0.0 Titus Wormer <t****r@g****m> over 4 years ago
c85728a0 Fix bug causing missed finds, multiple replaces Titus Wormer <t****r@g****m> over 4 years ago
306095d2 Add JSDoc based types Titus Wormer <t****r@g****m> over 4 years ago
1dfbda9b Use ESM Titus Wormer <t****r@g****m> over 4 years ago
642852bf Update dev-dependencies Titus Wormer <t****r@g****m> over 4 years ago
9b0b660a Update Node in Actions Titus Wormer <t****r@g****m> over 4 years ago
8517800e Add bb Titus Wormer <t****r@g****m> over 4 years ago
f1e092ee 1.1.1 Titus Wormer <t****r@g****m> over 4 years ago
0551dd17 Refactor code-style Titus Wormer <t****r@g****m> over 4 years ago
28f5e2be Fix check for regex to support new `Array#lastIndex` proposal Filipp Riabchun <t****a@y****u>
Committed by: GitHub <n****y@g****m>
over 4 years ago
d532b4b0 1.1.0 Titus Wormer <t****r@g****m> almost 5 years ago
03b5feb4 Add support for replacing with a list of nodes Titus Wormer <t****r@g****m> almost 5 years ago
c950b5bf Update dev-dependencies Titus Wormer <t****r@g****m> almost 5 years ago
106f80f6 Use Actions Titus Wormer <t****r@g****m> almost 5 years ago
dbdf42d0 Update dev-dependencies Titus Wormer <t****r@g****m> almost 5 years ago
85d4b4a0 1.0.0 Titus Wormer <t****r@g****m> about 5 years ago
536e7e5d . Titus Wormer <t****r@g****m> about 5 years ago

← Back to repository