Skip to content
  • Richard Winters's avatar
    Updated Controller module to pure ESM · 9aab31ac
    Richard Winters authored
    * Implementation now conforms to latest kwaeri module project template
    * Tests updated to reflect changes
      * Mocha tests updated to latest template
      * Tests directory renamed to Test
    * Updated package.json
      * Reordered properties according to latest template
      * Updated Dependencies
      * Removed redundant dependencies
      * Split NYC and Mocha configurations to their own files
    * Added .xfmrc configuration for XFMR
    * Added .nycrc configuration for NYC
    * Added .mocharc.json configuration for mocha
    * Updated .gitignore
      * Ignore package-lock.json
    * Updated .npmignore
      * Ignore index.mts and other source
      * ignore test source and dist
      * Ignore mocha configuration
      * Ignore nyc configuration
      * Ignore xfmr configuration
    * Added tests directory to npmignore
    * Updated tsconfig.json to extend node18 standards
    * Renamed `*.ts` files to `*.mts`
    * Removed gulpfile
    * Removed babel configuration
    * Updated GitLab-CI configuration
      * Pages job now runs only on main rather than on master
    * Updated README.md
      * Updated badge and pipeline URLs to reflect that master branch replaced with main
      * Updated example usage
      * Added Keybase Chat reference
    * Updated docs
      * index.html updated to latest template
    9aab31ac
This project is licensed under the Apache License 2.0. Learn more