Releases: romcal/romcal-api
Releases · romcal/romcal-api
romcal-api v.1.2
- REST API updated. API documentation is now available here: https://romcal.github.io/romcal-api/
- Code refactoring.
romcal-api v1.1
- 1.1.0 Update romcal dependency. API change, the returned data is now an
Object
that contains the celebrations in a specificcelebrations
property. On each celebration, themoment
property is renamed todate
. - 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
- 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