8000 Comparing v2.2.3...v3.0.0 · maritz/nohm · 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: maritz/nohm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.3
Choose a base ref
...
head repository: maritz/nohm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 20 commits
  • 99 files changed
  • 3 contributors

Commits on Jan 18, 2020

  1. refactor: tests now use ava and typescript

    fix: some typing fixes (testing revealed issues)
    
    Due to nodeunit not being supported anymore for a long time now and tests so far still being almost entirely javascript, all tests required a refactoring.
    
    Most tests should still work exactly the same way, but some were reworked as well - especially where callbacks were previously used.
    maritz authored Jan 18, 2020
    Configuration menu
    Copy the full SHA
    38bc988 View commit details
    Browse the repository at this point in the history
  2. test: add tests for loadMany

    maritz committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    708dc07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec4d444 View commit details
    Browse the repository at this point in the history
  4. test: some pubsub test fixes

    maritz committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    5fb5881 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    580b6d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. chore(deps): bump acorn from 6.4.0 to 6.4.1 (#155)

    Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@6.4.0...6.4.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    1ada7c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. chore(deps-dev): bump standard-version from 6.0.1 to 8.0.1 (#158)

    Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 6.0.1 to 8.0.1.
    - [Release notes](https://github.com/conventional-changelog/standard-version/releases)
    - [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md)
    - [Commits](conventional-changelog/standard-version@v6.0.1...v8.0.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    64aa5c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. chore(deps): bump lodash from 4.17.15 to 4.17.19 (#159)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    3031dac View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    b2c8f2c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. chore: update dependencies

    maritz committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    5957c5f View commit details
    Browse the repository at this point in the history
  2. chore!: drop support for node v8

    BREAKING CHANGE: since eslint dropped support for v8 and nohm depends on
    it for development purposes, it is best to drop support here too.
    maritz committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    2931b44 View commit details
    Browse the repository at this point in the history
  3. chore: update dependencies of example rest server

    Also fix some style issues
    maritz committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    e443aa3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    5ca2cf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b6130b View commit details
    Browse the repository at this point in the history
  3. fix: some example app fixes

    maritz committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    4be4250 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    853e7cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    674d5aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e74216 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    396254c View commit details
    Browse the repository at this point in the history
  5. chore(release): 3.0.0

    maritz committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e6edf38 View commit details
    Browse the repository at this point in the history
Loading
0