Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@Danilqa Danilqa released this 01 Feb 15:25
· 1 commit to main since this release
962d4b4

What's new

Features

Now, node-file-router supports the ability to read of parsed routes. Simply get it from onInit callback:

await initFileRouter({
  onInit: ({ routes }) => {
    console.log({ routes })
  }
});

Full Changelog: v0.7.0...v0.8.0