diff --git a/LICENSE.md b/LICENSE.md index 64b41a0e..4bd2d4a0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -8,6 +8,7 @@ all code is your original work. `` ## Marked +Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/) Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/) Permission is hereby granted, free of charge, to any person obtaining a copy @@ -30,8 +31,8 @@ THE SOFTWARE. ## Markdown -Copyright © 2004, John Gruber -http://daringfireball.net/ +Copyright © 2004, John Gruber +http://daringfireball.net/ All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 7f6f0bd9..9f482783 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ [![gzip size](https://badgen.net/badgesize/gzip/https://cdn.jsdelivr.net/npm/marked/marked.min.js)](https://cdn.jsdelivr.net/npm/marked/marked.min.js) [![install size](https://badgen.net/packagephobia/install/marked)](https://packagephobia.now.sh/result?p=marked) [![downloads](https://badgen.net/npm/dt/marked)](https://www.npmjs.com/package/marked) -[![dep](https://badgen.net/david/dep/markedjs/marked?label=deps)](https://david-dm.org/markedjs/marked) -[![dev dep](https://badgen.net/david/dev/markedjs/marked?label=devDeps)](https://david-dm.org/markedjs/marked?type=dev) [![github actions](https://github.com/markedjs/marked/workflows/Tests/badge.svg)](https://github.com/markedjs/marked/actions) [![snyk](https://snyk.io/test/npm/marked/badge.svg)](https://snyk.io/test/npm/marked) diff --git a/docs/AUTHORS.md b/docs/AUTHORS.md index 87ab522f..a39abe87 100644 --- a/docs/AUTHORS.md +++ b/docs/AUTHORS.md @@ -53,12 +53,20 @@ Marked takes an encompassing approach to its community. As such, you can think o Release Wrangler; Titan of the test harness; Dr. DevOps -   + + + +
+ Trevor Buckner +
Committer
+ Master of Marked +## Contributors + diff --git a/docs/PUBLISHING.md b/docs/PUBLISHING.md index 9b8f1762..bf7838a1 100644 --- a/docs/PUBLISHING.md +++ b/docs/PUBLISHING.md @@ -8,14 +8,8 @@ Marked uses [semantic-release](https://github.com/semantic-release/semantic-rele ## Versioning -We follow [semantic versioning](https://semver.org) where the following sequence is true `[major].[minor].[patch]`; therefore, consider the following implications of the release you are preparing: +We follow [semantic versioning](https://semver.org) where the following sequence is true `[major].[minor].[patch]`: -1. **Major:** There is at least one change not deemed backward compatible. -2. **Minor:** There is at least one new feature added to the release. -3. **Patch:** No breaking changes, no new features. - -What to expect while Marked is a zero-major (0.x.y): - -1. The major will remain at zero; thereby, alerting consumers to the potentially volatile nature of the package. -2. The minor will tend to be more analogous to a `major` release. -3. The patch will tend to be more analogous to a `minor` release or a collection of bug fixes (patches). +1. **Major:** There is at least one change to the public API or a break from the [CommonMark](https://spec.commonmark.org/current/) or [GFM](https://github.github.com/gfm/) spec. +2. **Minor:** There is at least one new feature added to the public API. +3. **Patch:** Changes that move Marked closer to spec compliance or change a public API that does not break backwards compatibility. diff --git a/docs/_document.html b/docs/_document.html index 9884c1f0..bec1adc8 100644 --- a/docs/_document.html +++ b/docs/_document.html @@ -64,7 +64,12 @@
  • Code of Conduct
  • Authors
  • -
  • Publishing
  • +
  • + Publishing + +
  • License