Skip to content

v4.2.0

Compare
Choose a tag to compare
@75lb 75lb released this 23 May 11:54
· 37 commits to master since this release

New features since v4.1.0

  • Added a command-line tool to help develop and debug --rewrite rules. This greatly speeds up the development of custom rewrites. Full documentation here.
    • An example, testing a rewrite to a remote server:

      $ npx lws-rewrite '/npm/:pkg' 'https://npmjs.org/package/:pkg' '/npm/renamer'
      https://npmjs.org/package/renamer
      
    • The same feature has also been added to lws-redirect.