forked from neon-bindings/neon
-
Notifications
You must be signed in to change notification settings - Fork 0
merge #1
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
Open
wacdev
wants to merge
238
commits into
wacfork:main
Choose a base branch
from
neon-bindings:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
merge #1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Lifecycle supports 32-bit architectures
feat(neon): sys feature to give access to Node-API
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bump tokio from 1.23.1 to 1.24.2
…tp-cache-semantics-4.1.1 Bump http-cache-semantics from 4.1.0 to 4.1.1
Relax Send constraints
1.0.0-alpha.3
1.0.0-alpha.4
Global object method change
`JsArray::new()` takes a usize
remove `JsFunction` type parameter
Co-authored-by: K.J. Valencik <[email protected]>
feature(create-neon): namespaced libraries
…view: - style: don't `assert_eq!` of `Ok(())`, just `.unwrap()` - style: capitalize no_panic error message strings - logic: don't unwrap deleting async work if we're about to fail with a more clear error anyway - logic: when returning false to propagate exceptions, only do so on PendingException; panic on other errors
feat(neon-macros): Convert snake_case to camelCase when exporting functions
chore(neon): fix clippy lints
feat(neon): Allow getting a `&'cx T` from a `Handle<'cx, JsBox<T>>`
feat(neon): Add extractor for TypedArray
test(neon): Upload code coverage
…r forcing HRTB with JS values
Implement type extractors for common container types in the standard library, so that they don't required explicit Boxed wrapping with JsBox in userland. Container type implementations included in this commit: - RefCell - impl TryIntoJs for RefCell - impl TryFromJs for &RefCell - impl TryFromJs for Ref - impl TryFromJs for RefMut - Rc - impl TryIntoJs for Rc - impl TryFromJs for Rc - Arc - impl TryIntoJs for Arc - impl TryFromJs for Arc
fix(neon): Relax lifetime constraints on `With` and provide helper for forcing HRTB with JS values
Initial benchmark suite via bench-node
Add bencher integration for push and pull_request events --------- Co-authored-by: K.J. Valencik <[email protected]>
…g()` and `cx.arg_opt()`. A blanket impl was added to avoid duplicate methods or a confusing `let (n,) = cx.args()?;` syntax for unary functions. However, this does not work well with the `#[neon::export]` macro where functions with zero arguments end up unnecessarily deserializing `undefined`.
breaking: Remove the `FromArgs` impl on `T: TryFromJs` and add `cx.arg()` and `cx.arg_opt()`.
Release candidate: 1.1.0-alpha.2 - remove unnecessary version number from tests' path dependencies on neon - updated release notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.