Skip to content

Releases: weaponsforge/todo-next

todo-next_v2.0.2

14 Jul 21:39
e879d27
Compare
Choose a tag to compare

Summary

July 15, 2024

  • Use a mongodb service on localhost container dev't, #65
  • Create a script to import (mongorestore) data in the mongodb service

What's Changed

Full Changelog: v2.0.1...v2.0.2

todo-next_v2.0.1

14 Jul 13:58
d2654be
Compare
Choose a tag to compare

Summary

July 14, 2024

  • Docker setup for localhost development, #61
  • Docker setup for production environment

What's Changed

Full Changelog: v2.0.0...v2.0.1

todo-next_v2.0.0

30 Aug 06:03
9a75a6e
Compare
Choose a tag to compare

Summary

August 30, 2022

  • Setup GitHub actions and server code adjustments for deploying the backend /server to vercel using Vercel CLI v28.2.0
  • Use the Todo API hosted on vercel as BASE_API_URL for the frontend

What's Changed

Full Changelog: v1.0.9...v2.0.0

todo-next_v1.0.9

27 Aug 04:46
ef80ab0
Compare
Choose a tag to compare

Summary

August 28, 2022

  • Press the Clear button only once to clear input on the create and edit Todo pages

What's Changed

Full Changelog: v1.0.8...v1.0.9

todo-next_v1.0.8

26 Aug 19:12
6e5e88b
Compare
Choose a tag to compare

Summary

August 27, 2022

  • Fix the unresponsive Clear button on the create new Todo and update existing Todo pages. Use the correct file path reference for the todosReset action, #48

What's Changed

Full Changelog: v1.0.7...v1.0.8

todo-next_v1.0.7

26 Aug 18:55
515b2ae
Compare
Choose a tag to compare

Summary

August 27, 2022

  • Update the global Todo list state with a Todo's updated data, #45

What's Changed

Full Changelog: v1.0.6...v1.0.7

todo-next_v1.0.6

26 Aug 17:12
805cd3e
Compare
Choose a tag to compare

Summary

  • Create a common layout for the todo pages, #37
  • Add proptypes on the UI components
  • Remove the getTodo method on the list Todo container.
  • Update the title proptype

What's Changed

Full Changelog: v1.0.5...v1.0.6

todo-next_v1.0.5

26 Aug 11:18
5c76ab5
Compare
Choose a tag to compare

Summary

  • Create a UI for the edit Todo page, #14
  • Load the Todo list only once
  • Insert a new Todo to the global Todos list redux state
  • Delete a Todo from the global Todos list redux state
  • Refactor the thunks from slices, #34

What's Changed

Full Changelog: v1.0.4...v1.0.5

todo-next_v1.0.4

25 Aug 05:53
c8602dd
Compare
Choose a tag to compare

Summary

August 25, 2022

  • User interface for deleting a Todo, #15
  • Show a dialog confirm prompt when deleting a Todo and for confirming a newly-created Todo

What's Changed

Full Changelog: v1.0.3...v1.0.4

todo-next_v1.0.3

25 Aug 03:08
e2822f2
Compare
Choose a tag to compare

Summary

  • User interface for the POST /todo api, #13
  • Adjust Todo list table pagination

What's Changed

Full Changelog: v1.0.2...v1.0.3