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

Update notepack.io to ~3.0.1 #113

Closed
wants to merge 1 commit into from

Conversation

papandreou
Copy link
Contributor

Hi, I'd like to be able to take advantage of darrachequesne/notepack#28 in my project, which uses notepack.io via this package.

@papandreou
Copy link
Contributor Author

@darrachequesne? 🤗

darrachequesne pushed a commit that referenced this pull request Sep 7, 2022
Example with BigInt values:

```js
BigInt.prototype.toJSON = function () {
  return String(this);
};

emitter.emit("foo", 42n);
```

Important note! There is a non backward-compatible change regarding
Date objects, which means that the adapter may not be able to properly
decode them.

Reference: https://github.com/darrachequesne/notepack/releases/tag/3.0.0
Diff: darrachequesne/notepack@2.3.0...3.0.1
@darrachequesne
Copy link
Member

Sorry for the delay!

Merged as 3a6d94d, and included in version 5.0.0. Thanks for the heads-up!

@darrachequesne darrachequesne added this to the 5.0.0 milestone Sep 7, 2022
@papandreou
Copy link
Contributor Author

Thanks a lot! 🙇

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.

2 participants