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: jeffbski/redux-logic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.3
Choose a base ref
...
head repository: jeffbski/redux-logic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.1
Choose a head ref

Commits on May 6, 2019

  1. Propagate error stacktrace in monitor

    Wouldn't it be more informative to the advanced user to receive whatever was thrown (especially if it's an error object)?
    fueledbymarvin authored May 6, 2019
    Copy the full SHA
    7eda38b View commit details

Commits on May 20, 2019

  1. Fix tests

    fueledbymarvin committed May 20, 2019
    Copy the full SHA
    e9055a3 View commit details

Commits on Mar 17, 2021

  1. Merge branch 'patch-1' of https://github.com/fueledbymarvin/redux-logic

    … into fueledbymarvin-patch-1
    jeffbski committed Mar 17, 2021
    Copy the full SHA
    6a44f3b View commit details
  2. 4.0.0

    jeffbski committed Mar 17, 2021
    Copy the full SHA
    a3e86d9 View commit details

Commits on Jan 7, 2023

  1. Bump json5 from 1.0.1 to 1.0.2

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 7, 2023
    Copy the full SHA
    849ff24 View commit details

Commits on Nov 14, 2023

  1. Copy the full SHA
    ee5c711 View commit details
  2. update caniuse-lite

    jeffbski committed Nov 14, 2023
    Copy the full SHA
    e50befc View commit details
  3. Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/json5-1.…

    …0.2' into update-deps-2023-11-14
    jeffbski committed Nov 14, 2023
    Copy the full SHA
    ebca0df View commit details
  4. minor updates

    jeffbski committed Nov 14, 2023
    Copy the full SHA
    b12fdd5 View commit details
  5. some major updates

    jeffbski committed Nov 14, 2023
    Copy the full SHA
    435643a View commit details
  6. fix eslint

    jeffbski committed Nov 14, 2023
    Copy the full SHA
    f785d2b View commit details
  7. update webpack-command

    jeffbski committed Nov 14, 2023
    Copy the full SHA
    19dd163 View commit details
  8. update rxjs@7.8.1

    jeffbski committed Nov 14, 2023
    Copy the full SHA
    18a666f View commit details
  9. update webpack config

    jeffbski committed Nov 14, 2023
    Copy the full SHA
    6892936 View commit details
  10. update webpack

    jeffbski committed Nov 14, 2023
    Copy the full SHA
    ee98a2d View commit details
  11. reduce max logics

    Latest rxjs reduces the number of logics we can run
    jeffbski committed Nov 14, 2023
    Copy the full SHA
    da0efdc View commit details
  12. compiling for es-check

    umd is now es6, could not get es5 to work any longer
    jeffbski committed Nov 14, 2023
    Copy the full SHA
    4984705 View commit details
  13. babel-loader update

    jeffbski committed Nov 14, 2023
    Copy the full SHA
    c3d4cd6 View commit details
  14. npm audit fix updates

    jeffbski committed Nov 14, 2023
    Copy the full SHA
    6e25af8 View commit details
  15. Merge pull request #195 from jeffbski/update-deps-2023-11-14

    Update deps 2023 11 14
    jeffbski authored Nov 14, 2023
    Copy the full SHA
    27b4228 View commit details
  16. 5.0.0

    jeffbski committed Nov 14, 2023
    Copy the full SHA
    78d3b99 View commit details
  17. Bump ansi-regex from 5.0.0 to 5.0.1

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 14, 2023
    Copy the full SHA
    2b6bdc1 View commit details

Commits on Nov 15, 2023

  1. update semver

    jeffbski committed Nov 15, 2023
    Copy the full SHA
    c9b64f5 View commit details
  2. 5.0.1

    jeffbski committed Nov 15, 2023
    Copy the full SHA
    3ffb04a View commit details
Showing with 6,225 additions and 10,779 deletions.
  1. +1 −1 .browserslistrc
  2. +3 −0 .eslintrc
  3. +1 −1 babel.config.js
  4. +6,186 −10,738 package-lock.json
  5. +27 −27 package.json
  6. +1 −2 src/createLogicMiddleware.js
  7. +2 −2 test/createLogicMiddleware-integrated.spec.js
  8. +2 −2 test/createLogicMiddleware-many-logic.spec.js
  9. +2 −2 test/createLogicMiddleware-process.spec.js
  10. +0 −4 webpack.config.js
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
last 1 version
not dead
> 0.2%
maintained node versions
# maintained node versions
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
/* Also check test/.eslintrc for test specific config */
"root": true,
"extends": "airbnb-base",
"rules": {
"arrow-body-style": [1, "as-needed"],
@@ -8,6 +9,7 @@
"comma-dangle": 0,
"consistent-return": 1,
// causing issues with codacy
"default-param-last": 0,
"function-paren-newline": "off",
"import/no-unresolved": 0,
"indent": 0,
@@ -16,6 +18,7 @@
"no-multi-spaces": 0,
"no-nested-ternary": 0,
"no-plusplus": 0,
"no-promise-executor-return": 0,
"no-shadow": 0,
// don't require functions to be declared before use
"no-use-before-define": [2, { "functions": false, "classes": true }],
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ const presets = [
// targets are specified in .browserslist
// run `npx browserslist` will show resultant targets or see debug output from build
useBuiltIns: 'usage',
corejs: '3.6.4',
corejs: '3.33.2',
modules: BABEL_ENV === 'es' ? false : 'auto', // not transforming modules for es
debug: CI // show the browser target and plugins used when in CI mode
}
Loading