Skip to content

Releases: chapmankyle/website-api

v2.0.2

10 Aug 09:35

Choose a tag to compare

What's New

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

v2.0.1

09 Aug 11:08

Choose a tag to compare

What's New

  • Add Booking.com experience

v2.0.0

31 Oct 19:33
d75e4cf

Choose a tag to compare

Complete rewrite

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

v1.1.0

04 Feb 09:55
7b8c7f1

Choose a tag to compare

Update

Convert hosting platform from Heroku to Netlify.

v1.0.5

15 Dec 11:06
8239727

Choose a tag to compare

Update

  • Indicate that honours degree was completed in November 2020

v1.0.4

24 Oct 07:47
3867f9f

Choose a tag to compare

Update

  • Description for education

v1.0.3

14 Oct 09:42
78dae54

Choose a tag to compare

Add

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

v1.0.2

29 Sep 20:30
1637c4c

Choose a tag to compare

Add

  • Project website-api to describe the API endpoint created

Update

  • Project description for smath

v1.0.1

27 Sep 10:26
64313ce

Choose a tag to compare

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

27 Sep 10:03
0787442

Choose a tag to compare

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)