Skip to content

Releases: personal-api/core

Plugins – support passing response handlers and middleware funcs

25 May 17:43
a6a7ab2
Compare
Choose a tag to compare
v0.2.2

 refactor: support passing plugins response handlers and middlware (#30)

v0.2.0

30 Sep 08:03
0af9f1d
Compare
Choose a tag to compare

Changelog

  • rename and move the repository from chrisvogt/js-personal-api to personal-api/core (#24)
  • add a route to get quotes data (#25)
  • manually convert the Firestore Timestamps to epoch time (#26)

v0.1.0

27 Aug 04:39
Compare
Choose a tag to compare

Changelog

  • add routes for composite, profiles, projects, repositories, and metas
  • return repository with project data
  • add response caching in production using apicache
  • add request logging using morgan
  • use ESLint and the Airbnb style guide for code linting
  • use Cloud Firestore as the database