Skip to content

Releases: caseyscarborough/fae

v0.2.2

09 Sep 19:03
Compare
Choose a tag to compare

Updates:

  • Add custom exceptions
  • Allow method chaining for conciseness
  • Refactoring and added missing documentation

v0.2.1

09 Sep 16:49
Compare
Choose a tag to compare

Updates in this version:

  • Add ability to suppress output from FiniteAutomata.evaluate!
  • Add ability to generate valid/invalid strings for a FiniteAutomata.
  • Add more examples and update documentation.

v0.2.0

09 Sep 14:50
Compare
Choose a tag to compare

Updates since v0.1.1:

  • Update names of some fields and methods to be more consistent, some internally but others could break usage from the last version.
  • Add set operation methods intersection, union, and difference on two or more Finite Automata.

v0.1.1

08 Sep 22:39
Compare
Choose a tag to compare

Updates:

  • Added documentation and examples
  • Remove default interactive mode and require argument to fae executable
  • Update some method names
  • Misc minor updates

v0.1.0

08 Sep 21:07
Compare
Choose a tag to compare

This is the first release of fae.

It can be installed by executing the following:

gem install fae