docs


Log

Author Commit Date CI Message
Michael Schmidt a80a68ba 2021-10-02T01:29:28 Core: Fixed type error on null (#3057)
Jake Archibald 213cf7be 2021-09-23T16:33:24 Core: Document `disableWorkerMessageHandler` (#3088) Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
Michael Schmidt 4e9338ac 2021-08-27T18:41:39 ESLint: Added `regexp/no-super-linear-backtracking` rule (#3040)
Michael Schmidt 91f3aaed 2021-05-24T14:39:03 Readme: Mention `npm ci` (#2899)
Michael Schmidt 74edb4e5 2021-05-14T12:40:12 ESLint: Added indent rule (#2881)
Michael Schmidt fd20dbe4 2021-05-01T14:53:38 ESLint: Added spacing rules (#2862)
Michael Schmidt cf7b0fd5 2021-05-01T14:40:00 ESLint: Added JSDoc plugin (#2869)
Michael Schmidt fbceba1f 2021-05-01T14:34:07 ESLint: Re-enable no-cond-assign rule (#2870)
Michael Schmidt 67a86cf6 2021-04-18T16:13:48 ESLint: Added brace-style rule (#2865)
Michael Schmidt 158011e4 2021-04-18T15:55:05 ESLint: Added wrap-iife rule (#2867)
Michael Schmidt 772d42be 2021-03-26T13:16:16 Added ESLint with minimal config (#2831)
Michael Schmidt cb220168 2021-03-21T17:21:15 Readme: Added Node and npm version requirements (#2790)
Michael Schmidt dbf70515 2021-03-21T16:58:13 Core: Add `tabindex` to code blocks to enable keyboard navigation (#2799)
Michael Schmidt 970674cf 2021-03-05T23:23:17 Added support for plaintext (#2738)
edukisto 266cc700 2021-02-01T15:18:06 Readme: Update link to Chinese translation (#2749)
Michael Schmidt b37987d3 2021-01-24T15:42:50 Core: Fixed greedy rematching reach bug (#2705)
RunDevelopment 990f48f5 2020-12-15T21:48:39 Fixed build (Sorry guys...)
edukisto 2ea202b9 2020-12-05T02:26:55 README: Removed broken icon for Chinese translation (#2670) The icon of the link to a Chinese translation was broken and this removes the icon and replaces it with a simple "简体中文" meaning "Simplified Chinese".
Michael Schmidt 24574406 2020-11-26T00:32:48 Core: Moved pattern matching + lookbehind logic into function (#2633)
Michael Schmidt 8fa8dd24 2020-11-25T22:59:40 Core: Fixed bug with greedy matching (#2632)
nkalinos f217ab75 2020-11-13T16:45:21 README: Grammar adjustments (#2629)
James DiGioia 69132045 2020-10-24T18:08:21 Migrate from TravisCI -> GitHub Actions (#2606) This moves the test suite from Travis -> GitHub Actions. The Workflow is essentially the same as what we had on Travis, but split into two jobs.
Michael Schmidt 206dc80f 2020-08-27T19:16:21 Docs: Minor improvement (#2513)
Michael Schmidt 40285203 2020-07-13T13:24:32 Core: Fixed greedy matching bug (#2032)
Anders D. Johnson dfa5498a 2020-07-03T12:40:39 Website: Fixed typos "Prims" (#2455)
Michael Schmidt 4ff555be 2020-06-28T01:34:29 Added JSDoc (#1782)