Skip to content

Releases: MalekD5/assembly-todo-backend

Release v1.0.14-20250628

28 Jun 19:52
0c3b2d9
Compare
Choose a tag to compare

Changes

  • add README.md
  • initial working version

What's Changed

Full Changelog: v1.0.12-20250617...v1.0.14-20250628

Release v1.0.12-20250617

17 Jun 17:40
80e6863
Compare
Choose a tag to compare

@## Changes

  • build: link new asm file and add debug command
  • fix: restart accept_loop if method_buffer or route_buffer is null
  • feat: add send_failed_msg
  • feat: json responses instead of plain text
  • feat: add send_response utility function
  • build: fix release workflow
  • build: make build, clean, and run commands
  • feat: add /todos/count experimental route * the problem with this route for now is that it is not calculating the correct Content-Length size, will be fixed later
  • feat: todo in-memory database
  • feat: add hashtable helper
  • build: add missing permissions
  • build: remove setup mingw as windows-latest already includes gcc
  • build: use predefined github actions to reliably setup NASM and MinGW-w64
  • build: add NASM to system path
  • build: incorrect directory naming for the workflows
  • build: add a build & release workflow to the project
  • fix: check remaining bytes to be sent rather than using Sleep and hoping for the best
  • add README.md
  • initial working version

What's Changed

New Contributors

Full Changelog: v1.0.8-20250606...v1.0.12-20250617

Release v1.0.8-20250606

06 Jun 19:13
Compare
Choose a tag to compare

Release v1.0.7-20250605

05 Jun 00:17
Compare
Choose a tag to compare

Release v1.0.5-20250602

02 Jun 18:39
Compare
Choose a tag to compare

Hello World

31 May 23:36
Compare
Choose a tag to compare

NOTE: THIS ONLY WORKS ON WINDOWS !!!!!!

  • simple backend with hello world response

navigate to localhost:3000 to see the response!

Full Changelog: https://github.com/MalekD5/assembly-todo-backend/commits/v0.1-20250601-Alpha