Skip to content

Gathia 🥖

Choose a tag to compare

@yunusparvezkhan yunusparvezkhan released this 23 May 08:00
· 9 commits to master since this release

Version 7 Gathia simply uses the context system from react rather than only states & props. This gives more clear code to understand and better user and development performance.
Also the version 7 got introduced with some more methods. Those are -

The Done methods

These methods can be used to mark all tasks as done.

  • alldone()
  • allgreen()
  • green()
  • done()

The Undone methods

These methods can be used for marking all tasks as undone.

  • allundone()
  • undone()
  • reset()

The Delete methods

These methods can be used for deleting all tasks at once.

  • alldel()
  • del()
  • delete()