Releases: pixijs/extension-scripts
Releases Β· pixijs/extension-scripts
v1.2.0
π Added
- Adds short alias
xs
forextension-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
π Fixed
- Fix cases where
namespace
isPIXI
to keep overriding thePIXI
global
v1.1.1
π Fixed
- Add missing
docsGoogleAnalytics
config option
v1.1.0
π 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 runninglint
, use the custom args, mentioned above
π§Ή Chores
- Create a more stable dependency for
rollup-plugin-rename-node-modules
v1.0.3
π Fixed
- Use the
docsDestination
when clearing the docs folder - Fix global imports type for including core filters
v1.0.2
π Fixed
- Respect
.eslintrc
files oreslintConfig
in a project - Fix clean-up on docs or lint errors
- Add
preserveModulesRoot
to be explicit about output pathing
v1.0.1
π Fixed
- Support building with CommonJS external dependencies
v1.0.0
Initial release π
Bugs or questions, please create an issue.