-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Comparing changes
Open a pull request
base repository: markedjs/marked
base: v9.1.0
head repository: markedjs/marked
compare: v9.1.2
- 12 commits
- 5 files changed
- 5 contributors
Commits on Oct 5, 2023
-
docs: add some extensions to known extensions (#3026)
* docs(using_advanced): adds `codefence` related extensions to known extensions Added: - `marked-code-format` for formatting code blocks using Prettier - `marked-code-jsx-renderer` for rendering JSX code blocks using a custom renderer and components - `marked-code-preview` for transforming code blocks into code previews * docs(using_advanced): add `marked-sequential-hooks` to known extensions * chore: typo * chore: enclose package name in backticks Co-authored-by: Tony Brix <tony@brix.ninja> * chore: enclose package name in backticks Co-authored-by: Tony Brix <tony@brix.ninja> --------- Co-authored-by: Tony Brix <tony@brix.ninja>
1Configuration menu - View commit details
-
Copy full SHA for 1050077 - Browse repository at this point
Copy the full SHA 1050077View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 34f47b1 - Browse repository at this point
Copy the full SHA 34f47b1View commit details
Commits on Oct 9, 2023
-
chore(deps-dev): Bump highlight.js from 11.8.0 to 11.9.0 (#3032)
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.8.0 to 11.9.0. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](highlightjs/highlight.js@11.8.0...11.9.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 90ae23f - Browse repository at this point
Copy the full SHA 90ae23fView commit details -
chore(deps-dev): Bump @rollup/plugin-terser from 0.4.3 to 0.4.4 (#3030)
Bumps [@rollup/plugin-terser](https://github.com/rollup/plugins/tree/HEAD/packages/terser) from 0.4.3 to 0.4.4. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/terser/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/terser-v0.4.4/packages/terser) --- updated-dependencies: - dependency-name: "@rollup/plugin-terser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for d8230da - Browse repository at this point
Copy the full SHA d8230daView commit details -
chore(deps-dev): Bump @typescript-eslint/parser from 6.7.3 to 6.7.4 (#…
…3029) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.3 to 6.7.4. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.4/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 9cdb571 - Browse repository at this point
Copy the full SHA 9cdb571View commit details -
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.7.3 to …
…6.7.4 (#3031) chore(deps-dev): Bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.3 to 6.7.4. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.4/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for f90ae06 - Browse repository at this point
Copy the full SHA f90ae06View commit details
Commits on Oct 10, 2023
-
chore(deps-dev): Bump rollup from 3.29.4 to 4.0.2 (#3033)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tony Brix <tony@brix.ninja>
1Configuration menu - View commit details
-
Copy full SHA for 997fafb - Browse repository at this point
Copy the full SHA 997fafbView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 3aa1742 - Browse repository at this point
Copy the full SHA 3aa1742View commit details
Commits on Oct 11, 2023
-
fix: add marked.min.js to package exports (#3035)
fix: add marked.min.js to export conditions This change adds the minified js to the package's export conditions. This will allow projects using PnP to have access to the script during build time.
1Configuration menu - View commit details
-
Copy full SHA for 71fc094 - Browse repository at this point
Copy the full SHA 71fc094View commit details -
chore(release): 9.1.1 [skip ci]
## [9.1.1](v9.1.0...v9.1.1) (2023-10-11) ### Bug Fixes * add marked.min.js to package exports ([#3035](#3035)) ([71fc094](71fc094))
1Configuration menu - View commit details
-
Copy full SHA for bbce7dd - Browse repository at this point
Copy the full SHA bbce7ddView commit details
Commits on Oct 13, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 92033e5 - Browse repository at this point
Copy the full SHA 92033e5View commit details -
chore(release): 9.1.2 [skip ci]
## [9.1.2](v9.1.1...v9.1.2) (2023-10-13) ### Bug Fixes * trim newline from blockquote token.text ([#3037](#3037)) ([92033e5](92033e5))
1Configuration menu - View commit details
-
Copy full SHA for 32e11bd - Browse repository at this point
Copy the full SHA 32e11bdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v9.1.0...v9.1.2