Skip to content

Updated API, Blacklist filetypes, Promise based returns

Compare
Choose a tag to compare
@ben-rogerson ben-rogerson released this 28 Jan 08:02
· 16 commits to master since this release

New year, new release! 🥳

  • Changed to an object-based config rather than a series of comma args (See readme example for more details).
  • Added config to blacklist certain filetypes (and also remove them from the manifest).
    { fileTypesBlacklist: ["html"], keepBlacklistedEntries: true, }
  • Rewrote everything to use async and await.
  • Return a Promise containing the manifest so you can perform additional steps after the manifest is generated.