Skip to content

Releases: jsany/log-filesize-webpack-plugin

Release v1.2.13

11 Sep 11:11
Compare
Choose a tag to compare

Changes in this Release

History from v1.2.9 to v1.2.13

Commits

Pull Requests

Contributors

  • Mr-jiangzhiguo (11 commits)
  • Mr.jiangzhiguo (1 commits)

Files

 .github/ISSUE_TEMPLATE/bug_report.md               | 32 +++++++++++++++
 .github/ISSUE_TEMPLATE/feature_request.md          | 20 +++++++++
 .github/workflows/test.yaml                        | 47 +++++++++++-----------
 CHANGELOG.md                                       | 28 +++++++++++--
 README.md                                          | 34 ++++++++++++----
 __tests__/{basic.test.js => basic.test.ts}         | 31 ++++++++------
 __tests__/fixtures/components/{Run.js => Run.tsx}  |  0
 .../fixtures/components/{Walk.js => Walk.tsx}      |  0
 __tests__/fixtures/{index1.js => index1.tsx}       |  0
 __tests__/fixtures/{index2.js => index2.tsx}       |  2 +-
 __tests__/fixtures/tsconfig.json                   | 24 +++++++++++
 __tests__/fixtures/typings.d.ts                    |  7 ++++
 __tests__/fixtures/utils/{index.js => index.ts}    |  2 +-
 __tests__/support/webpack.base.conf.js             | 25 +++++++++---
 jest.config.js                                     |  1 +
 package.json                                       | 31 ++++++--------
 tsconfig.json                                      |  7 +++-
 17 files changed, 216 insertions(+), 75 deletions(-)

Release v1.2.12

19 Aug 12:08
Compare
Choose a tag to compare

Changes in this Release

History from v1.2.9 to v1.2.12

Commits

Pull Requests

Contributors

  • Mr-jiangzhiguo (9 commits)
  • Mr.jiangzhiguo (1 commits)

Files

 .github/ISSUE_TEMPLATE/bug_report.md               | 32 +++++++++++++++
 .github/ISSUE_TEMPLATE/feature_request.md          | 20 +++++++++
 .github/workflows/test.yaml                        | 47 +++++++++++-----------
 CHANGELOG.md                                       | 26 ++++++++++--
 README.md                                          | 34 ++++++++++++----
 __tests__/{basic.test.js => basic.test.ts}         | 31 ++++++++------
 __tests__/fixtures/components/{Run.js => Run.tsx}  |  0
 .../fixtures/components/{Walk.js => Walk.tsx}      |  0
 __tests__/fixtures/{index1.js => index1.tsx}       |  0
 __tests__/fixtures/{index2.js => index2.tsx}       |  2 +-
 __tests__/fixtures/tsconfig.json                   | 24 +++++++++++
 __tests__/fixtures/typings.d.ts                    |  7 ++++
 __tests__/fixtures/utils/{index.js => index.ts}    |  2 +-
 __tests__/support/webpack.base.conf.js             | 25 +++++++++---
 jest.config.js                                     |  1 +
 package.json                                       | 29 +++++--------
 tsconfig.json                                      |  7 +++-
 17 files changed, 212 insertions(+), 75 deletions(-)

Release v1.2.11

06 Aug 11:39
Compare
Choose a tag to compare

Changes in this Release

History from v1.2.9 to v1.2.11

Commits

  • 0aa627f chore(release): 1.2.11
  • 6bf22bd chore: unitTest use ts
  • 4d07a1d chore: Update issue templates
  • 564ca95 fix: cancel ci push tags
  • 6b9808c chore(release): 1.2.10
  • e473b9a chore(release): 1.2.9
  • 0fc134c fix: workflow/push-action branch apply to main

Pull Requests

Contributors

  • Mr-jiangzhiguo (6 commits)
  • Mr.jiangzhiguo (1 commits)

Files

 .github/ISSUE_TEMPLATE/bug_report.md               | 32 +++++++++++++++
 .github/ISSUE_TEMPLATE/feature_request.md          | 20 +++++++++
 .github/workflows/test.yaml                        | 47 +++++++++++-----------
 CHANGELOG.md                                       | 20 +++++++--
 __tests__/{basic.test.js => basic.test.ts}         | 31 ++++++++------
 __tests__/fixtures/components/{Run.js => Run.tsx}  |  0
 .../fixtures/components/{Walk.js => Walk.tsx}      |  0
 __tests__/fixtures/{index1.js => index1.tsx}       |  0
 __tests__/fixtures/{index2.js => index2.tsx}       |  2 +-
 __tests__/fixtures/tsconfig.json                   | 24 +++++++++++
 __tests__/fixtures/typings.d.ts                    |  7 ++++
 __tests__/fixtures/utils/{index.js => index.ts}    |  2 +-
 __tests__/support/webpack.base.conf.js             | 25 +++++++++---
 jest.config.js                                     |  1 +
 package.json                                       | 29 +++++--------
 tsconfig.json                                      |  2 +
 16 files changed, 176 insertions(+), 66 deletions(-)

Release v1.2.9

24 Jul 15:33
Compare
Choose a tag to compare

Changes in this Release

History from v1.2.8 to v1.2.9

Commits

  • be63eff chore(release): 1.2.9
  • be63eff fix: push action add git config
  • b7ace8c fix: gitub workflow and update doc

Pull Requests

Contributors

  • Mr-jiangzhiguo (2 commits)

Files

Release v1.2.8

24 Jul 13:53
Compare
Choose a tag to compare

Changes in this Release

History from v1.2.7 to v1.2.8

Commits

  • b3ebcd3 chore(release): 1.2.8
  • c7a1126 fix: github actions workflow optimize

Pull Requests

Contributors

  • Mr-jiangzhiguo (2 commits)

Files

 .github/workflows/create-release.yaml |  2 +-
 .github/workflows/npm-publish.yaml    | 80 +++++------------------------------
 .github/workflows/test.yaml           | 67 +++++++++++++++++++++++++++++
 CHANGELOG.md                          |  6 +++
 README.md                             |  2 +-
 jest.config.js                        |  2 +
 package.json                          |  2 +-
 7 files changed, 88 insertions(+), 73 deletions(-)

Release v1.2.7

21 Jul 07:53
Compare
Choose a tag to compare

Changes in this Release

History from v1.2.6 to v1.2.7

Commits

Pull Requests

Contributors

  • Mr-jiangzhiguo (2 commits)

Files

 .github/workflows/npm-publish.yaml | 2 +-
 CHANGELOG.md                       | 6 ++++++
 README.md                          | 7 +++++--
 package.json                       | 2 +-
 4 files changed, 13 insertions(+), 4 deletions(-)

Release v1.2.6

21 Jul 07:04
Compare
Choose a tag to compare

Changes in this Release

History from v1.2.5 to v1.2.6

Commits

Pull Requests

Contributors

  • Mr-jiangzhiguo (2 commits)

Files

 .github/workflows/npm-publish.yaml | 2 +-
 CHANGELOG.md                       | 6 ++++++
 package.json                       | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

Release v1.2.5

21 Jul 06:52
Compare
Choose a tag to compare

Changes in this Release

History from v1.2.4 to v1.2.5

Commits

  • 5a7bb83 chore(release): 1.2.5
  • d133cfa fix: workflows/publish env (it only use in with and name)

Pull Requests

Contributors

  • Mr-jiangzhiguo (2 commits)

Files

 .github/workflows/npm-publish.yaml | 13 +++++--------
 CHANGELOG.md                       |  6 ++++++
 package.json                       |  2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)

Release v1.2.4

21 Jul 06:23
Compare
Choose a tag to compare

Changes in this Release

History from v1.2.3 to v1.2.4

Commits

  • 44a5c8d chore(release): 1.2.4
  • 9cb31cc fix: workflows/publish jobs.coverage.env

Pull Requests

Contributors

  • Mr-jiangzhiguo (2 commits)

Files

 .github/workflows/npm-publish.yaml | 7 +++++--
 CHANGELOG.md                       | 6 ++++++
 package.json                       | 2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)

Release v1.2.3

21 Jul 06:11
Compare
Choose a tag to compare

Changes in this Release

History from v1.2.2 to v1.2.3

Commits

Pull Requests

Contributors

  • Mr-jiangzhiguo (2 commits)

Files

 .github/workflows/create-release.yaml |  4 ++--
 .github/workflows/npm-publish.yaml    | 30 +++++++++++++++---------------
 CHANGELOG.md                          |  6 ++++++
 package.json                          |  2 +-
 4 files changed, 24 insertions(+), 18 deletions(-)