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: mqttjs/MQTT.js Loading
base: v5.7.3
Choose a base ref
...
head repository: mqttjs/MQTT.js Loading
compare: v5.8.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 4 contributors

Commits on Jun 27, 2024

  1. feat: add compatibility with txiki.js (#1895)

    * feat: add compatibility with txiki.js
    txiki.js is compatible with most of the browser api, but it does not have the document variable.
    
    * style: run lint-fix
    
    * fix: navigator undefined
    EmixamPP committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    37b08c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. feat: allow to pass custom timer for keepalive manager (#1896)

    * feat: allow to pass custom timer for keepalive manager
    
    * docs(readme): update `timerVariant` description
    
    * feat: export `Timer` type
    
    * feat(test): add test for KeepaliveManager to use provided Timer object
    
    * fix(type): add Timer type to timerVariant on client options
    
    ---------
    
    Co-authored-by: Sandu Luca <[email protected]>
    sanduluca and Sandu Luca committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ee81184 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. chore(release): 5.8.0

    robertsLando authored and robertsLando committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cd0b044 View commit details
    Browse the repository at this point in the history
Loading