Skip to content

Changelog

AYAN BISWAS edited this page Dec 18, 2020 · 5 revisions

Changelog

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.

[1.0.0] - 17-12-2020

Added

  • Project initialisation is done using create-react-library

[1.0.1] - 17-12-2020

Added

  • 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

Changed

  • repository name changed and aligned with the npm library

[1.0.2] - 17-12-2020

Added

  • NAND, NOR, XOR, XNOR gates added

Changed

  • minor change in the deploy script

[1.0.3] - 17-12-2020

Added

  • All the pictures of gates added to Readme
  • Detailed documentation update
  • All the truth tables are added to Readme

Changed

  • minor change in the deploy script

[1.0.4] - 18-12-2020

Changed

  • Documentation update
  • Gate Components converted to functional component
  • All documentation changed to functional component
  • Basic Gates Table added to the Last of Readme