Skip to content

Releases: jrobinson01/fn-machine

v0.1.2

Choose a tag to compare

@jrobinson01 jrobinson01 released this 25 Jan 20:38
  • Merge pull request #23 from jrobinson01/better-typings-better-logging 4b66cdf
  • fix: adjust typings for send function. more verbose logging a703264

v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@jrobinson01 jrobinson01 released this 05 Dec 18:36
  • 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...v0.1.1

v0.1.0

Choose a tag to compare

@jrobinson01 jrobinson01 released this 02 Dec 19:28
  • Merge pull request #21 from jrobinson01/fix-initial-enter 2f75fee
  • Merge pull request #19 from jrobinson01/release-typings c844f79
  • test: test for initial enter function e246719
  • fix: run initial state's enter function a3c57ff
  • chore: run build-typings before release dd24a49

v0.0.17...v0.1.0

0.0.17

Choose a tag to compare

@jrobinson01 jrobinson01 released this 11 Nov 12:57
  • 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.17

v0.0.16

Choose a tag to compare

@jrobinson01 jrobinson01 released this 22 Jan 17:59
  • Merge pull request #8 from jrobinson01/to-from-mermaid 5b9cd8f
  • chore: add mermaid docs to readme be99f0c
  • Merge pull request #7 from jrobinson01/dependabot/npm_and_yarn/ini-1.3.7 7c6ee1f
  • feat: add to and from mermaid utilities e5bfd4f
  • Bump ini from 1.3.5 to 1.3.7 a35a9ff

v0.0.15...v0.0.16

v0.0.15

Choose a tag to compare

@jrobinson01 jrobinson01 released this 25 Nov 15:14
  • Merge pull request #5 from jrobinson01/fix-reversed-context-merge 431761a
  • fix reversed order when auto-merging context and detail in short-hand transition 6b51639
  • add short-hand example to readme 0782640

v0.0.14...v0.0.15

v0.0.14

Choose a tag to compare

@jrobinson01 jrobinson01 released this 25 Nov 14:59
  • 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...v0.0.14

v0.0.13

Choose a tag to compare

@jrobinson01 jrobinson01 released this 14 May 19:21
  • allow state enter functions to update context 42709a3

v0.0.12...v0.0.13

v0.0.12

Choose a tag to compare

@jrobinson01 jrobinson01 released this 28 Apr 14:55
  • bump more deps 1d4ccfd
  • bump dependencies 5359340
  • move call to newState.enter to occur after the changeCallback 3f37ea1

v0.0.11...v0.0.12

v0.0.11

Choose a tag to compare

@jrobinson01 jrobinson01 released this 23 Oct 17:34

optional logger. throw when next state is undefined.