Skip to content

Releases: l3onh4rd/deno-webdev-notes-microservice

v0.4.0

17 Jun 21:01
3761035
Compare
Choose a tag to compare

Features

  • added deno.lock file
  • added "deno task update" (performs deno upgrade) to avoid confusion with deno
    upgrade
  • removed lock.json file (replaced by deno.lock file) (Issue 31)
  • adapted loadDep and updateDep task accordingly to the new deno.lock file (Issue 31)
  • bench command is stable
  • refined permissons for start and test task (Issue 4)
  • added execute task to create exetuable file (added file to git ignore as well) (Issue 33)
  • combined auth and notes router in one file, use auth middleware generally for
    notes router (Issue 34)
  • Username pattern validation - min. 8 characters, max. 30 characters, only
    alphanumeric values (Issue 35) (Issue 40) (Issue 41)
  • Password pattern validation - min. 12 characters, max. 64 characters, only
    alphanumeric values and ! " § % & / ( ) = ? : ; - (Issue 35) (Issue 40) (Issue 41)
  • added coverage report command to generate lcov report file (Issue 55)
  • added api to create, read, read all, update and delte notes with Deno KV as
    database (Issue 70)

Updates

  • updated deno v1.27.1 -> v1.34.3
  • updated std v0.162.0 -> v0.192.0

v0.3.0

22 Oct 15:59
4176d4e
Compare
Choose a tag to compare
Merge pull request #18 from l3onh4rd/int

PR - release 0.3.0

v0.2.0

07 Sep 07:38
386f1f5
Compare
Choose a tag to compare
Merge pull request #11 from l3onh4rd/int

PR - release 0.2.0

v0.1.0

06 Aug 12:32
Compare
Choose a tag to compare

This is the first release of the Deno WebDev Notes Microservice. It contains a first stable API and user management. Therefore it contains everything you need for development.

Cheers
Leo