Skip to content

Releases: anserwaseem/automadeasy

v2.3.0

10 Feb 11:15
Compare
Choose a tag to compare
  • Improved UX of home page
  • Added mini feature displaying number of states in Editor
  • Crunched a bug

v2.2.0

25 Jan 15:40
Compare
Choose a tag to compare
  • Improved UX of reference transition tables in many features
  • Added feature to alert if string is accepted or rejected at the end of Test A String
  • Crunched a bug

v2.1.0

14 Jan 18:44
Compare
Choose a tag to compare
  • Improved UI of all pages. Made it more visually appealing.
  • Fixed some bugs

v2.0.0

02 Jan 18:46
Compare
Choose a tag to compare
  • A user shall be able to make Automaton in Editor page where changes shall be synced across transition table and playground.
  • A user shall be able to download the Automaton.
  • A user shall be able to upload the Automaton.
  • A user shall be able to test if Automaton is DFA or not.
  • A user shall be able to test if Automaton is NFA or not.
  • A user shall be able to highlight null transitions on already built Automaton.
  • A user shall be able to resize Automaton.
  • A user shall be able to test a string on already built Automaton.
  • A user shall be able to Minimize DFA.
  • A user shall be able to convert NFA to DFA.
  • A user shall be able to use Help page to find details regarding every feature and demo for visual explanation.
  • A user shall be able to use Contact page for any queries, issues or general message.

v1.0.0

16 Nov 07:07
Compare
Choose a tag to compare
  • A user shall be able to make make Automaton in Editor page where changes shall be synced across transition table and playground.
  • A user shall be able to download the Automaton.
  • A user shall be able to upload the Automaton.
  • A user shall be able to test if Automaton is DFA or not.