Skip to content

Latest commit

ย 

History

History
334 lines (204 loc) ยท 10.8 KB

CHANGELOG.md

File metadata and controls

334 lines (204 loc) ยท 10.8 KB

@pipflow/core

1.2.5

Patch Changes ๐ŸŒŸ

  • docs: Update README & package.json (3632eee)

1.2.4

Patch Changes ๐ŸŒŸ

  • perf: Import 'gulp-renew' package for string replacement. (fd7e711)

  • Updated dependencies []:

    • @pipflow/utils@1.1.2
    • gulp-renew@1.0.1

1.2.3

Patch Changes ๐ŸŒŸ

  • refactor: Rewrite the Batch Replacement plugin (f866bc6)
  • chore: Update Sass dependency version (8a5be04)

1.2.2

Patch Changes ๐ŸŒŸ

  • chore: Upgrade PostCSS-related deps (6d72cfa)

  • refactor: Update PostCSS plugin option handling for improved modularity (b05d148)

  • perf: Update task option handling for improved modularity (1eed1eb)

  • Updated dependencies []:

    • @pipflow/utils@1.1.1

1.2.1

Patch Changes ๐ŸŒŸ

  • refactor: Update 'gulp-eslint' to 'gulp-eslint-new' for improved linting (f4a759b)
  • refactor: Remove unnecessary 'name' field from task options (ab5f6a1)
  • refactor: Change alias replacement processing timing (1cc5da4)
  • docs: Update README (b75f6e7)

1.2.0

Minor Changes ๐Ÿš€

  • feat: Add JSDOC for each task method (78129ab)
  • perf: Replace direct requires with gulp plugins for consistency (e1b445e)
  • refactor: Add error handling for image minification (49c2930)
  • test: Replace gulp with direct require (38b9268)

Patch Changes

  • Updated dependencies []:
    • @pipflow/utils@1.1.0

1.1.4

Patch Changes ๐ŸŒŸ

  • refactor: Replace gulp with direct require (bd82fe6)

  • Updated dependencies []:

    • @pipflow/utils@1.0.4

1.1.3

Patch Changes ๐ŸŒŸ

  • perf: ๆšด้œฒ browserSync ๅฎžไพ‹ไปฅๆ”น่ฟ›ๅผ€ๅ‘ๅทฅๅ…ท้›†ๆˆ (fba3747)

1.1.2

Patch Changes ๐ŸŒŸ

  • Updated dependencies []:
    • @pipflow/utils@1.0.3

1.1.1

Patch Changes ๐ŸŒŸ

  • perf: Optimize import modules (8d26d57)

  • Updated dependencies []:

    • @pipflow/utils@1.0.2

1.1.0

Minor Changes ๐Ÿš€

  • feat: Replace resource hash files in style (072679f)
  • fix: Generate both source and hash files (9951e43)
  • fix: Fix getting archive filenames (7103045)
  • perf: Extract readManifest() & optimize transformHash() (98f2b48)
  • perf: Update html-task styles (9b0c006)
  • test: Add transformHash & readManifest test cases (b8806ad)
  • test: Update test cases (eb54f20)

Patch Changes ๐ŸŒŸ

  • Updated dependencies []:
    • @pipflow/utils@1.0.1

1.0.0

Major Changes ๐ŸŽ‰

  • feat: Add inline image /files (base64) (2d5d5f9)
  • fix: Add empty file's path judgment (78d4777)
  • perf: Optimize archive-task parameters (36c3d84
  • test: Update unit test cases (55a2615)
  • test: Add unit test cases (18b172d)

Patch Changes ๐ŸŒŸ

  • Updated dependencies []:
    • @pipflow/utils@1.0.0

0.13.0

Minor Changes ๐Ÿš€

  • feat: Add findUrlFromNpm() (3f94c98)
  • feat: User-task add input configuration item. (4648990)
  • fix: Remove duplicate require (73d8a19)
  • perf: Add invalid parameter judgment (2ce1640)
  • perf: Standardize createServer-function name (9eac55e)
  • perf: Optimize package require order (363b588)
  • perf: Extract default configuration & Sass default configuration (4ac1e7a)
  • test: Add test-cases(comm,utils) (a4fec38)

Patch Changes ๐ŸŒŸ

  • Updated dependencies []:
    • @pipflow/utils@0.11.2

0.12.0

Minor Changes ๐Ÿš€

  • feat: CSS-Preprocessor adds additionalData configuration (be84078)
  • perf: Optimize naming issues (dd613f9)

Patch Changes ๐ŸŒŸ

  • Updated dependencies []:
    • @pipflow/utils@0.11.1

0.11.0

Minor Changes ๐Ÿš€

  • feat: Sourcemap supports inline (08fe082)
  • feat: Add gulp-concat plugins (a049b92)
  • feat: Style-task input supports object structures (95b2213)
  • fix: Fixed sourcemap and hash file generation issues (9d5942b)
  • fix: Optimize & fix env loading and setting issues (eb28be6)
  • fix: Fixed getCommonPath() errors (af5341b)
  • fix: Fixed output path and base mismatch when merging files (dade694)
  • perf: Optimize js file merge processing (9c23c72)
  • perf: Optimize the task's done function (823a3ee)
  • build: Remove gulp-env-loader dep (7591efb)
  • build: Add vinyl & gulp-if deps (c28b45d)

Patch Changes ๐ŸŒŸ

  • Updated dependencies []:
    • @pipflow/utils@0.11.0

0.10.0

Minor Changes ๐Ÿš€

  • perf: Remove autoprefixer dependence (98a503a)
  • perf: Optimize babel configuration & removing dependencies (c0ed8e0)

Patch Changes ๐ŸŒŸ

  • Updated dependencies []:
    • @pipflow/utils@0.10.1

0.9.3

Patch Changes ๐ŸŒŸ

  • fix: Prevent user-task from reporting errors with no return (6742eb1)

0.9.2

Patch Changes ๐ŸŒŸ

  • fix: Modify postcss to support configuration merging (8a0f31f)

0.9.1

Patch Changes ๐ŸŒŸ

  • perf: Import browserSync from utils

  • Updated dependencies []:

    • @pipflow/utils@0.10.0

0.9.0

Minor Changes ๐Ÿš€

  • feat: Server add no initial configuration
  • perf: Server-task add ui-port configuration

Patch Changes ๐ŸŒŸ

  • Updated dependencies []:
    • @pipflow/utils@0.9.0

0.8.0

Minor Changes ๐Ÿš€

  • Add Image-task

Patch Changes ๐ŸŒŸ

  • Updated dependencies
    • @pipflow/utils@0.8.0

0.7.2

Patch Changes ๐ŸŒŸ

  • Updated dependencies
    • @pipflow/utils@0.7.2

0.7.1

Patch Changes ๐ŸŒŸ

  • Updated dependencies
    • @pipflow/utils@0.7.1

0.7.0

Minor Changes ๐Ÿš€

  • feat: Add ESlint-Task
  • perf: Optimize archiveTask Exec & scriptTask filter

Patch Changes ๐ŸŒŸ

  • Updated dependencies
    • @pipflow/utils@0.7.0

0.6.0

Minor Changes ๐Ÿš€

  • feat: Add minify configuration
  • feat: Add Image-Minify
  • perf: Optimize Server-Task configration

Patch Changes ๐ŸŒŸ

  • Updated dependencies
    • @pipflow/utils@0.6.0

0.5.1

Patch Changes ๐ŸŒŸ

  • fix: Archive-task filename problem
  • Updated dependencies
    • @pipflow/utils@0.5.1

0.5.0

Patch Changes ๐ŸŒŸ

  • perf: Optimize reading local ENV-vars
  • Updated dependencies
    • @pipflow/utils@0.5.0

0.4.1

Patch Changes ๐ŸŒŸ

  • docs: update keywords
  • Updated dependencies
    • @pipflow/utils@0.4.1

0.4.0

Minor Changes ๐Ÿš€

  • feat: userTask params added comm-packages

Patch Changes ๐ŸŒŸ

  • Updated dependencies
    • @pipflow/utils@0.4.0

0.3.1

Patch Changes ๐ŸŒŸ

  • Updated dependencies
    • @pipflow/utils@0.3.1

0.3.0

Minor Changes ๐Ÿš€

  • feat: Merge common-packages into utils;
  • fix: Uncheck the gulp-rev merge option;

Patch Changes ๐ŸŒŸ

  • Updated dependencies
    • @pipflow/utils@0.3.0

0.2.1

Patch Changes ๐ŸŒŸ

  • perf: remove useless files
  • perf: update process.env.PIPFLOW_MODE

0.1.1

Patch Changes ๐ŸŒŸ

  • update