Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: napi-rs/napi-rs Loading
base: napi@2.16.7
Choose a base ref
...
head repository: napi-rs/napi-rs Loading
compare: napi@2.16.8
Choose a head ref
  • 3 commits
  • 9 files changed
  • 5 contributors

Commits on Jun 27, 2024

  1. feat(napi): support chrono datetime with timezones (#2074)

    * feat(napi): implement From/ToNapiValue for chrono::DateTime<Local> and chrono::DateTime<FixedOffset> (#1902)
    
    * chore(napi): update tests
    
    Co-authored-by: sup39 <dev@sup39.dev>
    
    ---------
    
    Co-authored-by: sup39 <dev@sup39.dev>
    2 people authored and Brooooooklyn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2a68a2a View commit details
    Browse the repository at this point in the history
  2. let docs.rs generate all documentation (#2160)

    without this, all-features = true has no effect
    
    Co-authored-by: Gentle <ramon.klass@gmail.com>
    2 people authored and Brooooooklyn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    71b6f9d View commit details
    Browse the repository at this point in the history
  3. Release independent packages

    - napi@2.16.8
    Brooooooklyn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3039579 View commit details
    Browse the repository at this point in the history
Loading