Skip to content

Latest commit

 

History

History
273 lines (138 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

273 lines (138 loc) · 11.3 KB

0.13.1 (2023-08-28)

Bug Fixes

  • Fix issue with genes/es6 conflict. (0eae074)

0.13.0 (2023-03-29)

Features

  • Add map function, misc cleanup. (ee56f60)

0.12.1 (2023-01-07)

Bug Fixes

  • Fix issue with repeat, fix error to show actual name. (147ddb6)

0.12.0 (2023-01-07)

Features

0.11.0 (2023-01-07)

Features

  • Add titlize, to uppercase, to lowercase transforms. (3b8f81c)

0.10.0 (2023-01-07)

Features

  • Improve docs a bit more (b0da3e8)

0.9.5 (2023-01-06)

Bug Fixes

  • Add types to package.json and export them via genes lib for js. (e98fdd8)

0.9.4 (2023-01-06)

Bug Fixes

  • Fix issue with extra files included in npm publish. (a476b69)

0.9.3 (2022-12-08)

Bug Fixes

  • Set type in package as module, fix test. (61613ae)

0.9.2 (2022-12-08)

Bug Fixes

  • Cleanup seed input in js, cleanup examples/docs. (fb9dd86)

0.9.1 (2022-12-07)

Bug Fixes

  • Fix issue with parsing numbers for seeds with decimals in js. (bea491a)

0.9.0 (2022-12-07)

Bug Fixes

  • Add required libs as deps in haxelib and build. (eca91f8)
  • Refactor targets, some cleanup. (6b39dde)
  • Update haxe version for ci. (7cb81e8)

Features

  • Update to newest template repo build stuff, get abstract interop stuff setup. (c7d3719)

0.8.3 (2020-11-24)

Bug Fixes

  • 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)

Bug Fixes

  • Cleanup build, turn on DCE, add another example with langgen, cleanup seed. (00321c4)

0.8.1 (2020-11-23)

Bug Fixes

  • Add another example, add a better warning when symbol not found. (fe575de)

0.8.0 (2020-09-04)

Features

  • Fix nested memory issue (16cfa40), closes #9

0.7.0 (2020-09-03)

Features

  • Add semantic versioning, add better demo. (c12ca8e)

0.6.4 (2020-04-25)

  • FIX: fix url again in haxelib.json (9e75047)

0.6.3 (2020-04-25)

0.6.2 (2020-04-25)

0.6.1 (2020-04-25)

  • 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)

0.6.0 (2020-04-25)

0.5.0 (2020-04-25)

0.3.0 (2020-04-25)

0.2.6 (2020-04-23)

  • Add memory / silent example to readme (6e3ef22)
  • Release 0.2.6 (556129c)
  • version (710d9c3)
  • FIX: issue with multiple silent actions. (30374d5)

0.2.5 (2020-04-23)

0.2.4 (2020-04-23)

0.2.3 (2020-04-22)

0.2.1 (2020-04-22)

0.1.0 (2020-04-22)

  • 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.3 (2020-04-21)

0.0.3 (2020-04-21)

0.0.2 (2020-04-21)

  • 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

BREAKING CHANGE

  • changed repo name.