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

Promises reworked, menubar functionality in events/options improved #30

Open
wants to merge 16 commits into
base: Milestone-Enhancements
Choose a base branch
from

Conversation

shoshins
Copy link

  1. Promises significantly improved;
  2. ready/afterready events converted to promises;
  3. options parameters for menu page invocation;
  4. babel polyfill already exists check added
  5. custom menu template option

@shoshins shoshins changed the title Milestone enhancements Promises reworked, menubar functionality in events/options improved Jan 20, 2017
@@ -1,6 +1,6 @@
{
"name": "atvjs",
"version": "0.2.5",
"version": "0.2.6",

Choose a reason for hiding this comment

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

I suggest update major version because of breaking changes in this PR.

Here are major semver rules:

  1. 1.X.X — Major update for breaking changes. Even if they are mostly backward compatible
  2. X.1.X — Minor update for new features with backward compatibility.
  3. X.X.1 — Patch update only for bugfixes.

Copy link
Author

Choose a reason for hiding this comment

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

Yeah, it's true. I could not afford to change major version of library that was created by another person)

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

2 participants