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

Prepare for 0.2.2 release. Update names of Pastel.parse and Pastel.apply to be prefixed by unstable to reflect their currently experimental nature #208

Closed
wants to merge 2 commits into from

Conversation

bandersongit
Copy link
Contributor

We need to release a new version of Pastel for JSOO compatibility (#207). This should ideally have been done when the usage of Str was removed in favor of Re

…ply to be prefixed by unstable to reflect their currently experimental nature
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Nov 5, 2019
@@ -117,6 +117,10 @@ let createElement:
) =>
string;

/** Pastel.style exposes a way to examine and manipulate the styles of existing text in
Copy link
Contributor

Choose a reason for hiding this comment

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

Fix comment formatting please.

/**
 * content
 */


let parse: string => list((style, string));
let apply: list((style, string)) => string;
/** These functions are considered unstable and are subject to change
Copy link
Contributor

Choose a reason for hiding this comment

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

Fix comment formatting please.

/**
 * content
 */

Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@bandersongit is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link

@bandersongit merged this pull request in 0eea180.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants