Tags give the ability to mark specific points in history as being important
-
v1.0.0
Release: 1.0.0 (stable)c1caf896 · ·- Achieved browser production support by handling hashing. We use native hashing of file text contents to keep it fast. - Upgrade from SHA-1 algorithm (a famous collision-attack vector) and adopt stable SHA-256 alternatives. - Remove last external dependency (`git-sha1`) so we don't need a bundler.
-
v1.0.0-rc-2
Release: 1.0.0-rc-2389a7464 · ·- Fix the line number in the folding provider for top-level declaration folds after the first declaration. - Add browser production support with a cost-benefit tradeoff... we now load `onig.wasm` (Textmate grammar regex parser) [without streaming][github-monacotm-app-loadonigwasm]. - Remove any system dependencies in the test scripts. Plus the scripts use the CLIs better & are much cleaner. - Migrate [previous CI workflow][github-old-ci-yaml] pipeline to Gitlab. [github-monacotm-app-loadonigwasm]: https://github.com/bolinfest/monaco-tm/blob/908f1ca0cab3e82823cb465108ae86ee2b4ba3fc/src/app.ts#L141-L143 [github-old-ci-yaml]: https://gitlab.com/SNDST00M/vscode-textmate-languageservice/-/blob/v0.2.1/.github/workflows/ci.yml
-
-
-
-
-