Skip to content

Commit

Permalink
Merge pull request #203 from Phuire-Research/dx
Browse files Browse the repository at this point in the history
Improving Developer Experience
  • Loading branch information
REllEK-IO committed Apr 24, 2024
2 parents bbdf655 + 09a052b commit 1524e38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ When in doubt simplify.
* [Unified Turing Machine](https://github.com/Phuire-Research/Stratimux/blob/main/The-Unified-Turing-Machine.md) - The governing concept for this entire framework.

## Change Log ![Tests](https://github.com/Phuire-Research/Stratimux/actions/workflows/node.js.yml/badge.svg)
### v0.1.54 4/24/24
### v0.1.55 4/24/24
* Changed ActionNodeOptions to allow for successNode and failureNode to be left absent. Continued effort towards decreasing boilerplate.
* Refined original paper.
* Properly exporting the new ActionCreator and ActionCreatorWithPayload for specific createQualitySetX creator functions
### v0.1.53 4/23/24
* Added createQualitySet and createQualitySetWithPayload to reduce some boilerplate.
### v0.1.52 Patch 4/03/24
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stratimux",
"license": "GPL-3.0",
"version": "0.1.54",
"version": "0.1.55",
"description": "Unified Turing Machine",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export {
debounceAction,
throttleAction
} from './model/actionOperators';
export type { Action, ActionType } from './model/action';
export type { Action, ActionType, ActionCreator, ActionCreatorWithPayload } from './model/action';
export {
primeAction,
createAction,
Expand Down

0 comments on commit 1524e38

Please sign in to comment.