Skip to content

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