Skip to content

Releases: pixijs/extension-scripts

v1.2.0

08 Jan 02:41
Compare
Choose a tag to compare

🎁 Added

  • Adds short alias xs for extension-scripts executable
  • Adds supports for comma-separated chaining, e.g., xs test,docs,build
  • Provides exports for extending common configurations:
    • @pixi/extension-scripts/tsconfig
    • @pixi/extension-scripts/eslint
    • @pixi/extension-scripts/jest
  • Adds types for http-server for using within Jest tests

v1.1.2

07 Jan 01:05
Compare
Choose a tag to compare

πŸ› Fixed

  • Fix cases where namespace is PIXI to keep overriding the PIXI global

v1.1.1

07 Jan 01:04
Compare
Choose a tag to compare

πŸ› Fixed

  • Add missing docsGoogleAnalytics config option

v1.1.0

06 Jan 20:28
Compare
Choose a tag to compare

🎁 Added

  • Adds extension-scripts test to running jest tests
  • Adds custom arguments support for ESLint (i.e., extension-scripts lint -- --fix)
  • Adds custom arguments support for Jest (i.e., extension-scripts jest -- --ci)
  • Adds jestConfig as an optional config option for the Jest config file path

✏️ Changed

  • Removes the --fix when running lint, use the custom args, mentioned above

🧹 Chores

  • Create a more stable dependency for rollup-plugin-rename-node-modules

v1.0.3

06 Jan 18:07
Compare
Choose a tag to compare

πŸ› Fixed

  • Use the docsDestination when clearing the docs folder
  • Fix global imports type for including core filters

v1.0.2

04 Jan 02:03
Compare
Choose a tag to compare

πŸ› Fixed

  • Respect .eslintrc files or eslintConfig in a project
  • Fix clean-up on docs or lint errors
  • Add preserveModulesRoot to be explicit about output pathing

v1.0.1

04 Jan 00:00
Compare
Choose a tag to compare

πŸ› Fixed

  • Support building with CommonJS external dependencies

v1.0.0

03 Jan 19:23
Compare
Choose a tag to compare

Initial release πŸŽ‰

Bugs or questions, please create an issue.