8000 Comparing 0.36.3...0.37.0 · oddsdk/ts-odd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: oddsdk/ts-odd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.36.3
Choose a base ref
...
head repository: oddsdk/ts-odd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.37.0
Choose a head ref
  • 3 commits
  • 27 files changed
  • 2 contributors

Commits on Feb 17, 2023

  1. Bump undici from 5.12.0 to 5.19.1 (#497)

    Bumps [undici](https://github.com/nodejs/undici) from 5.12.0 to 5.19.1.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.12.0...v5.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    bd236da View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Add browser extension support (#504)

    * Add connect and disconnect handlers
    
    * Add State type and rework state helper function
    
    * Add filesystem event listeners
    
    * Add session events and emitters
    
    * Emit ready post message when Webnative is ready
    
    * Emit session on session create event
    
    We need to update the configuration used by the extension listeners when
    a session is created. Adding the session to the event gets us access to
    the session.
    
    * Add check to avoid adding listeners more than once
    
    * Add timestamps to messages
    
    * Add capabilities to state
    
    * Move version into a odd object
    
    Version in the app object is confusing because it seems like it might be
    the app version, not the ODD version.
    
    * Only send capabilities on state when defined
    
    * Re-work event listener types and interface
    
    * Break up circular dependency
    
    * Rename webnative to odd
    
    * Update changelog
    
    * Move events onto program and rename them
    
    Add event namespaces as strings to event names, for example
    `fileSystem:publish`.
    
    * Update version to 0.37.0
    
    * Rename filesystem window message types to fileSystem
    
    * Rename filesystem to fileSystem in State object
    
    * Emit session create from session constructor
    
    * Add event emitter merge
    bgins authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2784245 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Rename webnative to odd (#506)

    * Rename in nix flake
    
    * Rename package to @oddjs/odd and update description
    
    * Update repo URL
    
    * Update homepage URL
    
    * Update package lock names
    
    * Update README
    
    * Rename in comments, error messages, and tests
    
    * Update changelog
    
    * Rename iframe and classified post message to odd
    
    * Set sharedRepo to false
    
    * Rename ODD to ODD SDK where used as a noun
    
    * Rename odd.fission.app to api.odd.dev
    
    Note that this will still publish to webnative.fission.app for the
    moment.
    
    * Update docs app_url to odd.fission.app
    bgins authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1791b3e View commit details
    Browse the repository at this point in the history
Loading
0