Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 856 Bytes

CHANGELOG.md

File metadata and controls

29 lines (23 loc) · 856 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.0] - 2022-10-15

Added

  • Auth0 public key to api build step.
  • Created auth function to check auth0 login.
  • Added error message for unauthenticated users trying to create hazard.
  • Added custom map pins.
  • Added hover over message.

Fixed

  • Serverless lambda prisma build step.

Changed

  • Moved from v2 httpApi to v1 http due to authorizer conflict.

[0.1.0] - 2022-10-14

Added

  • Initialised the project using vite, react and typescript.
  • Created a basic readme.
  • Added mapbox mapping functionality.
  • Added tailwindcss.
  • Added serverless framework api.