Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@eightyfive eightyfive released this 15 Sep 10:37

Breaking change:

Every yaml file is now considered a route group.

Instead of:

# api.yaml

group:
  prefix: v1
  ...

Drop the top-level group indentation:

# api.yaml

prefix: v1
...