Skip to content

Riot v4 and better folder structure

Latest
Compare
Choose a tag to compare
@Acesmndr Acesmndr released this 30 Sep 17:45
· 13 commits to master since this release
eb9233a
  • Upgrade Riot to v4 from v3 which is a complete rewrite
    • Mixins are removed in favour of plugins
    • CSP is supported automatically
  • Organization of files for easier understanding
    • background, popup and chrome api
  • Reuse of code wherever possible
  • Testable code structure (Previously mixins were omitted now plugins are also tested)
  • Documented methods