Skip to content

Latest commit

 

History

History
101 lines (44 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

101 lines (44 loc) · 3.36 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.3.5 (2021-10-27)

Bug Fixes

  • gp: limit AST.mutate() to max tree depth (afcdda0)

0.3.4 (2021-10-25)

Note: Version bump only for package @thi.ng/gp

0.3.3 (2021-10-15)

Note: Version bump only for package @thi.ng/gp

0.3.2 (2021-10-15)

Note: Version bump only for package @thi.ng/gp

0.3.1 (2021-10-13)

Note: Version bump only for package @thi.ng/gp

0.3.0 (2021-10-12)

Build System

  • major update of ALL pkgs (export maps, ESM only) (0d1d6ea)

BREAKING CHANGES

  • discontinue CommonJS & UMD versions
  • only ESM modules will be published from now on
  • CJS obsolete due to ESM support in recent versions of node:
    • i.e. launch NodeJS via:
    • node --experimental-specifier-resolution=node --experimental-repl-await
    • in the node REPL use await import(...) instead of require()
  • UMD obsolete due to widespread browser support for ESM

Also:

  • normalize/restructure/reorg all package.json files
  • cleanup all build scripts, remove obsolete
  • switch from mocha to @thi.ng/testament for all tests

0.2.0 (2020-12-22)

Code Refactoring

BREAKING CHANGES

  • gp: replace GeneType w/ type alias

0.1.0 (2019-11-30)

Bug Fixes

  • gp: update ASTNode as recursive type (TS3.7) (33fbd7f)

Features

  • gp: add MEP, refactor all as classes, add/update types, tests (d9061b1)
  • gp: add opt min depth filter for MEP.decodeChromosome() (921fcdd)
  • gp: add support for arbitrary op arities, simplify (8e71a88)
  • gp: import as new package (dcfee15)
  • gp: update crossover/mutation for both AST/MEP, add tests (9852631)
  • gp: update MEP.decodeChromosome, tests, add docs (e339925)