Releases: jrobinson01/fn-machine
Releases · jrobinson01/fn-machine
Release list
v0.1.2
v0.1.1
- Merge pull request #22 from jrobinson01/update-mocha a220719
- chore(dependencies): update np, remove esm 8ae9a6a
- chore(dependencies): update mocha d3dcdc3
- Merge pull request #17 from jrobinson01/dependabot/npm_and_yarn/minimist-1.2.6 1158b44
- Merge pull request #16 from jrobinson01/dependabot/npm_and_yarn/pathval-1.1.1 a5b0c30
- Merge pull request #15 from jrobinson01/dependabot/npm_and_yarn/path-parse-1.0.7 3dc3868
- Bump minimist from 1.2.5 to 1.2.6 ad2ddc2
- Bump pathval from 1.1.0 to 1.1.1 9d4ae3c
- Bump path-parse from 1.0.6 to 1.0.7 a4427cf
v0.1.0
0.0.17
- Merge pull request #18 from jrobinson01/fix-wrong-return 5322975
- tests: add test for synchronous state jump a561a13
- fix: remove extra loggerFn call ae7ebe6
- fix: fix bugs where the wrong state is returned when calling machine(transition) 4df192a
- Merge pull request #14 from jrobinson01/dependabot/npm_and_yarn/glob-parent-5.1.2 90c4e30
- Merge pull request #13 from jrobinson01/dependabot/npm_and_yarn/normalize-url-4.5.1 fd9079d
- Merge pull request #12 from jrobinson01/dependabot/npm_and_yarn/trim-newlines-3.0.1 a018d66
- Merge pull request #11 from jrobinson01/dependabot/npm_and_yarn/lodash-4.17.21 7f82373
- Merge pull request #10 from jrobinson01/dependabot/npm_and_yarn/hosted-git-info-2.8.9 d9100c7
- Merge pull request #9 from jrobinson01/dependabot/npm_and_yarn/y18n-4.0.1 149afe0
- Update README.md 7441d0a
- Bump glob-parent from 5.1.1 to 5.1.2 b5d3f57
- Bump normalize-url from 4.5.0 to 4.5.1 094bf54
- Bump trim-newlines from 3.0.0 to 3.0.1 0608341
- Bump lodash from 4.17.19 to 4.17.21 7cd1039
- Bump hosted-git-info from 2.8.8 to 2.8.9 4b8dc0c
- Bump y18n from 4.0.0 to 4.0.1 fb3a5fb
v0.0.16
v0.0.15
v0.0.14
- Merge pull request #4 from jrobinson01/shorthand-transition d93a475
- add GH action to run tests and type-check for PR's 114fe03
- add support for string shorthand transitions 84df50e
- Merge pull request #3 from jrobinson01/fix-url-regex 66467f0
- fix url-regex dep a89712c
- Merge pull request #2 from jrobinson01/dependabot/npm_and_yarn/lodash-4.17.19 488f954
- Bump lodash from 4.17.15 to 4.17.19 320934b
v0.0.13
- allow state
enterfunctions to update context 42709a3
v0.0.12
v0.0.11
optional logger. throw when next state is undefined.