axa-group / bauta.js

Bauta.js is an add-on for your Node.js applications such as Express.js or Fastify.
Other
42 stars 3 forks source link

improve versioning documentation and add an example to showcase it #162

Closed Xavier-Redondo closed 5 months ago

Xavier-Redondo commented 5 months ago

Description of the issue

Improve versioning documentation.

I update the versioning documentation and i add an example to showcase it.

 Reason

Without going into too much detail this was blocking me to test that there was no issues when changing to ESM due to the fact that we need to make changes to the loading of the resolvers and this impacts the versioning method.

I did lose a ton of time due to a mistake while following the documentation and i decided to improve it slightly.