Skip to content

Releases: romcal/romcal-api

romcal-api v.1.2

25 Feb 12:06
2c41d6b
Compare
Choose a tag to compare

romcal-api v1.1

11 Feb 14:43
b657385
Compare
Choose a tag to compare
  • 1.1.0 Update romcal dependency. API change, the returned data is now an Object that contains the celebrations in a specific celebrations property. On each celebration, the moment property is renamed to date.
  • 1.0.6 Calendar refactor and a lot of new tests added. Bug fixes.
  • 1.0.5 Add new calendar tests and fix bugs. Fix the nodemon debug mode.
  • 1.0.4 Add 404 error message on "Not found pages".
  • 1.0.3 Get romcal-api version from the API. Support optional parameters when using romcal-api through an Express middleware.
  • 1.0.2 Readme fine-tuning.
  • 1.0.1 New logo for romcal-api.

romcal-api v1.0

07 Feb 17:04
7ad7261
Compare
Choose a tag to compare
  • 1.0.0 Bump version. After initial commits to make romcal-api alive, this project is now enough tooled and stable to be used as third party app or server.
  • 0.1.8 Introduce test framework: Jest and Supertest. Starting to stabilize the code and consolidate returned data.
  • 0.1.7 Update build files. Update this readme.md
  • 0.1.6 Start a calendar endpoint refactor.
  • 0.1.5 The access point to list all supported locales now output real data from romcal.
  • 0.1.4 Add .npmignore file, and rename some files correctly to lowercase.
  • 0.1.3 Introduce the serverless framework into romcal-api: romcal-api is now available as a wrapped Express middleware or a FaaS/Lambda.
  • 0.1.2 Update node dependencies and use the last version of romcal 1.3.0
  • 0.1.1 Initial API setup and documentation