Skip to content

Releases: chapmankyle/website-api

v2.0.2

Choose a tag to compare

@chapmankyle chapmankyle released this 10 Aug 09:35

What's New

  • Fix issue where duration was not added to experience
  • Add version to package file

v2.0.1

Choose a tag to compare

@chapmankyle chapmankyle released this 09 Aug 11:08

What's New

  • Add Booking.com experience

v2.0.0

Choose a tag to compare

@chapmankyle chapmankyle released this 31 Oct 19:33
d75e4cf

Complete rewrite

  • Hono for API calls
  • Bun for package manager
  • TypeScript
  • Cloudflare Worker

v1.1.0

Choose a tag to compare

@chapmankyle chapmankyle released this 04 Feb 09:55
7b8c7f1

Update

Convert hosting platform from Heroku to Netlify.

v1.0.5

Choose a tag to compare

@chapmankyle chapmankyle released this 15 Dec 11:06
8239727

Update

  • Indicate that honours degree was completed in November 2020

v1.0.4

Choose a tag to compare

@chapmankyle chapmankyle released this 24 Oct 07:47
3867f9f

Update

  • Description for education

v1.0.3

Choose a tag to compare

@chapmankyle chapmankyle released this 14 Oct 09:42
78dae54

Add

  • Project dotini to describe the initialization file parser that I wrote

v1.0.2

Choose a tag to compare

@chapmankyle chapmankyle released this 29 Sep 20:30
1637c4c

Add

  • Project website-api to describe the API endpoint created

Update

  • Project description for smath

v1.0.1

Choose a tag to compare

@chapmankyle chapmankyle released this 27 Sep 10:26
64313ce

Add

  • Continuous Integration (CI)
  • CI badge to README

Routes 📍

  • /
    • Accepts: GET
    • Displays a welcome message.
  • /projects
    • Accepts: GET, POST
    • Returns a list of projects (GET) or adds a project (POST)
  • /experience
    • Accepts: GET, POST
    • Returns a list of current experience (GET) or adds work experience (POST)
  • /education
    • Accepts: GET, POST
    • Returns a list of qualifications (GET) or adds a qualification (POST)

v1.0.0

Choose a tag to compare

@chapmankyle chapmankyle released this 27 Sep 10:03
0787442

Initial release 🎉

Routes 📍

  • /
    • Accepts: GET
    • Displays a welcome message.
  • /projects
    • Accepts: GET, POST
    • Returns a list of projects (GET) or adds a project (POST)
  • /experience
    • Accepts: GET, POST
    • Returns a list of current experience (GET) or adds work experience (POST)
  • /education
    • Accepts: GET, POST
    • Returns a list of qualifications (GET) or adds a qualification (POST)