Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 2.33 KB

Changelog

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

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