Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.0 #1649

Merged
merged 1 commit into from Apr 21, 2020
Merged

v1.0.0 #1649

merged 1 commit into from Apr 21, 2020

Conversation

UziTech
Copy link
Member

@UziTech UziTech commented Apr 20, 2020

I think we are ready to release v1.0.0 🎉

This release is meant to be non-breaking for most users so they can get onto a stable release easily.

The only users that will need to change their code are users who are extending the lexer or parser currently. Those users should move to extending the tokenizer and renderer with the new marked.use() function.

After v1.0.0 is released we can look into moving some of the current options into extensions in future releases (as well as making marked more spec compliant). We can maintain some extensions under the @markedjs group but hopefully the community will also follow with some extensions of their own.

Release Notes

Breaking changes

Features

Fixes

Docs

CI


Publisher

  • $ npm version has been run.
  • Release notes in draft GitHub release are up to date
  • Release notes include which flavors and versions of Markdown are supported by this release
  • Committer checklist is complete.
  • Merge PR.
  • Publish GitHub release using master with correct version number.
  • $ npm publish has been run.
  • Create draft GitHub release to prepare next release.

Note: If merges to master occur after submitting this PR and before running $ npm pubish you should be able to

  1. pull from upstream/master (git pull upstream master) into the branch holding this version,
  2. run $ npm run build to regenerate the min file, and
  3. commit and push the updated changes.

Committer

In most cases, this should be someone different than the publisher.

  • Version in package.json has been updated (see PUBLISHING.md).
  • The marked.min.js has been updated; or,
  • release does not change library.
  • CI is green (no forced merge required).

@vercel
Copy link

vercel bot commented Apr 20, 2020

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/markedjs/markedjs/2i2a4afnt
✅ Preview: https://markedjs-git-fork-uzitech-release-100.markedjs.now.sh

Copy link
Member

@joshbruce joshbruce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can appreciate this. Feels like something we've heard periodically from users (need a 1.0) while incorporating a lot of the other things we said we wanted to have before doing so - short of spec-compliance. Do eet!

@calculuschild
Copy link
Contributor

giphy

Copy link
Member

@styfle styfle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeeeeeaaaaahh

@UziTech
Copy link
Member Author

UziTech commented Apr 21, 2020

Here We Go

@UziTech UziTech merged commit 1787947 into markedjs:master Apr 21, 2020
@UziTech UziTech deleted the release-1.0.0 branch April 21, 2020 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants