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

Node 10 support #2092

Merged
merged 27 commits into from
Nov 8, 2018
Merged

Node 10 support #2092

merged 27 commits into from
Nov 8, 2018

Conversation

kneth
Copy link
Member

@kneth kneth commented Nov 1, 2018

What, How & Why?

Adding support for node 10, and removing node 7 and 9 support (odd-numbered versions of node are development versions).

This closes #1813

☑️ ToDos

  • 📝 Changelog entry
  • 📝 Compatibility label is updated or copied from previous entry
  • [ ] 🚦 Tests
  • [ ] 📝 Public documentation PR created or is not necessary
  • [ ] 💥 Breaking label has been applied or is not necessary

If this PR adds or changes public API's:

  • [ ] typescript definitions file is updated
  • [ ] jsdoc files updated
  • [ ] Chrome debug API is updated if API is available on React Native

realm.gypi Outdated Show resolved Hide resolved
realm.gypi Outdated Show resolved Hide resolved
realm.gypi Outdated Show resolved Hide resolved
@@ -18,7 +18,7 @@ RUN touch /var/lib/rpm/* \
&& yum -y install \
python27 \
which \
chrpath \
chrpath \:q
Copy link
Member

Choose a reason for hiding this comment

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

This looks like a vim artefact

CHANGELOG.md Outdated
@@ -2,6 +2,7 @@ x.x.x Release notes (yyyy-MM-dd)
=============================================================
### Enhancements
* A more meaningful exception will be thrown when trying to refresh the access token for a Realm with an invalid url. Previously, trying to connect to a Realm with a url that lacks the path component (e.g. `realm://foo.com`) would result in errors like `Cannot read property ‘token_data’ of undefined`. Instead, now we'll print out the Realm url and provide a more meaningful exception message. ([#ROS-1310](https://github.com/realm/realm-object-server-private/issues/1310), since v1.0.2)
* Adds support for Node 10. Pre-gyp'ed binaries are avaiable for Node 6, 8, and 10. ([#1813](https://github.com/realm/realm-js/issues/1813) and [#2087](https://github.com/realm/realm-js/issues/2087))
Copy link
Contributor

Choose a reason for hiding this comment

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

avaiable -> available

@kneth kneth merged commit ab93961 into master Nov 8, 2018
@kneth kneth deleted the feature/node-10 branch November 8, 2018 08:39
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants