Skip to content

Latest commit

 

History

History
80 lines (41 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

80 lines (41 loc) · 3.69 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.5 (2023-05-28)

Features

  • added sm-2 implementation (37c7a67)

Bug Fixes

  • allowed longer-term learning algorithms (d0af213)
  • fixed gitignore (3c30b19)

0.1.4 (2023-05-26)

Bug Fixes

0.1.4 (2023-05-26)

Bug Fixes

0.1.3 (2023-05-26)

Features

  • added get_seconds_since_epoch() (dee3102), closes #1
  • added support for updating a set (1902302)

0.1.2 (2023-05-08)

Bug Fixes

  • fixed bad links to rhai (339cbb5)

0.1.1 (2023-05-08)

Bug Fixes

  • fixed publishing scripts (c6b80b9)

0.1.0-rc.2 (2023-05-08)

0.1.0-rc.1 (2023-05-08)

Features

  • added regexp_to_pairs function (b13ebf4)
  • added initial code (b527d64)
  • added regex manipulation utilities (b8905aa)
  • created adapters system (1418581)
  • major refactor and redesign (7d395da)

Bug Fixes

  • cleaned up (9ab4d1f)
  • fixed error messages for regex utils (549ef8f)
  • fixed set creation and listing systems (77999b1)
  • fixed typos in readme (c1b1541)
  • made learning and testing work fully (560e7d1)
  • made terminal clearing be cross-platform (bb1e6ef)

Documentation Changes