0.13.1 (2023-08-28)
- Fix issue with genes/es6 conflict. (0eae074)
0.13.0 (2023-03-29)
- Add map function, misc cleanup. (ee56f60)
0.12.1 (2023-01-07)
- Fix issue with repeat, fix error to show actual name. (147ddb6)
0.12.0 (2023-01-07)
- Add repeat function. (8dee1ba)
0.11.0 (2023-01-07)
- Add titlize, to uppercase, to lowercase transforms. (3b8f81c)
0.10.0 (2023-01-07)
- Improve docs a bit more (b0da3e8)
0.9.5 (2023-01-06)
- Add types to package.json and export them via genes lib for js. (e98fdd8)
0.9.4 (2023-01-06)
- Fix issue with extra files included in npm publish. (a476b69)
0.9.3 (2022-12-08)
- Set type in package as module, fix test. (61613ae)
0.9.2 (2022-12-08)
- Cleanup seed input in js, cleanup examples/docs. (fb9dd86)
0.9.1 (2022-12-07)
- Fix issue with parsing numbers for seeds with decimals in js. (bea491a)
0.9.0 (2022-12-07)
- Add required libs as deps in haxelib and build. (eca91f8)
- Refactor targets, some cleanup. (6b39dde)
- Update haxe version for ci. (7cb81e8)
- Update to newest template repo build stuff, get abstract interop stuff setup. (c7d3719)
0.8.3 (2020-11-24)
- Fix ci flow to actually build and add dist to npm package. (9122a64)
- Install libs before calling build. (e67d67f)
- make action install required libs before build. (1a9fd96)
- remove munit from the build.hxml. (84ee36f)
- upgrade semantic-release-haxelib to fix release note on haxelib. (b925d92)
0.8.2 (2020-11-24)
- Cleanup build, turn on DCE, add another example with langgen, cleanup seed. (00321c4)
0.8.1 (2020-11-23)
- Add another example, add a better warning when symbol not found. (fe575de)
0.8.0 (2020-09-04)
0.7.0 (2020-09-03)
- Add semantic versioning, add better demo. (c12ca8e)
- FIX: fix url again in haxelib.json (9e75047)
- Add more examples to readme (91ff835)
- Release 0.6.1 (ccc48e7)
- version (de8831c)
- CHORE: Add merge grammar example to readme (cc74d45)
- CHORE: Fix grammar merge example (d166f6e)
- Release 0.5.0 (f73c0e3)
- version (c64fbb9)
- FEAT: Add merge grammer function to generator. (42240bc), closes #6
- Add switch example (dc3081c)
- Add switch, remove pick (fa844b0)
- Release 0.3.0 (150cb8b)
- Update README.md (3851aa7)
- Update README.md (0e655a8)
- Update README.md (1134643)
- Update README.md (af6cc87)
- Update README.md (da994a3)
- version (41717ec)
- Work on adding pick/switch functions (154d72c)
- Add memory / silent example to readme (6e3ef22)
- Release 0.2.6 (556129c)
- version (710d9c3)
- FIX: issue with multiple silent actions. (30374d5)
- Release 0.2.1 (9e32899)
- Update Readme (fe9e163)
- version (45326eb)
- version (4c24786)
- FEAT: Add ability for user to add functions or transforms. (b362a36)
- Release 0.1.0 (d330b0e)
- version (de025ec)
- FEAT: Add ability to call functions. (ba78d38)
- FEAT: Add silent actions, and add random function. (8dc7ae8)
- 0.0.2 (ac7bc62)
- CHORE: Add changelog. (9ab2002)
- CHORE: Add haxelib.json (d2da41c)
- CHORE: Initial commit (c8bfd94)
- REFACTOR: Cleanup tests, fix issue with js object input on js target. (158815a)
- FEAT: Add pluralize transform. (472c0eb)
- Feat: Add new tokenizer and tests. (b4aca9e), closes #8 #7
- changed repo name.