-
-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
AYAN BISWAS edited this page Dec 18, 2020
·
5 revisions
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Project initialisation is done using create-react-library
- Wiki initialised and project overview added
- Project Structure initialised
- Basic gates added AND, OR, NOT.
- automatic deploy script added. Which will be triggered on the main branch push
- repository name changed and aligned with the npm library
- NAND, NOR, XOR, XNOR gates added
- minor change in the deploy script
- All the pictures of gates added to Readme
- Detailed documentation update
- All the truth tables are added to Readme
- minor change in the deploy script
- Documentation update
- Gate Components converted to functional component
- All documentation changed to functional component
- Basic Gates Table added to the Last of Readme