Skip to content

Commit

Permalink
forgot the version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Dec 28, 2023
1 parent 1698fec commit a06de9e
Show file tree
Hide file tree
Showing 95 changed files with 22,623 additions and 48 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.long.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

1118 merges; 192 releases
1119 merges; 192 releases



Expand All @@ -18,6 +18,21 @@ Published tags:



 

 

## [Untagged] - 12/27/2023 4:29:57 PM

Commit [1698fece5cf68984f23ec571c60bc4a49b34f1e6](https://github.com/StoneCypher/jssm/commit/1698fece5cf68984f23ec571c60bc4a49b34f1e6)

Author: `John Haugeland <stonecypher@gmail.com>`

* data arg2 wasn't implemted; only data argument in hooks. implemented; added 26 tests to control. fixes StoneCypher/jssm#557; fixes StoneCypher/fsl#1259




&nbsp;

&nbsp;
Expand Down
34 changes: 17 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

1118 merges; 192 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
1119 merges; 192 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)



Expand All @@ -18,6 +18,21 @@ Published tags:



&nbsp;

&nbsp;

## [Untagged] - 12/27/2023 4:29:57 PM

Commit [1698fece5cf68984f23ec571c60bc4a49b34f1e6](https://github.com/StoneCypher/jssm/commit/1698fece5cf68984f23ec571c60bc4a49b34f1e6)

Author: `John Haugeland <stonecypher@gmail.com>`

* data arg2 wasn't implemted; only data argument in hooks. implemented; added 26 tests to control. fixes StoneCypher/jssm#557; fixes StoneCypher/fsl#1259




&nbsp;

&nbsp;
Expand Down Expand Up @@ -158,19 +173,4 @@ Commit [eae31306383e982cbaf2a76c6bd276835a88c670](https://github.com/StoneCypher

Author: `John Haugeland <stonecypher@gmail.com>`

* more minor build nonsense




&nbsp;

&nbsp;

## [Untagged] - 12/26/2023 11:43:35 AM

Commit [8957655fb3f79a9e4c548b3e011d7927516e0750](https://github.com/StoneCypher/jssm/commit/8957655fb3f79a9e4c548b3e011d7927516e0750)

Author: `John Haugeland <stonecypher@gmail.com>`

* le sigh, reserved word got missed, not sure why it doesn't trigger here
* more minor build nonsense
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
* Generated for version 5.91.1 at 12/27/2023, 2:49:51 PM
* Generated for version 5.93.0 at 12/27/2023, 4:35:55 PM
-->
# jssm 5.91.1
# jssm 5.93.0

Easy. Small. Fast. TS, es6, es5. Node, Browser. 100% coverage. Property
tests. Fuzz tests. Language tests for a dozen languages and emoji. Easy to
share online. Easy to embed.

Readable, useful state machines as one-liner strings.

***4,937 tests*** run 5,828 times. 4,928 specs with 99.9% coverage, 9 fuzz tests with 13.0% coverage. With 2,858 lines, that's about 1.7 tests per line, or 2.0 generated tests per line.
***4,963 tests*** run 5,854 times. 4,954 specs with 100.0% coverage, 9 fuzz tests with 13.0% coverage. With 2,862 lines, that's about 1.7 tests per line, or 2.0 generated tests per line.

***Meet your new state machine library.***

Expand Down
Loading

0 comments on commit a06de9e

Please sign in to comment.