Skip to content

Latest commit

 

History

History
149 lines (102 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

149 lines (102 loc) · 13.8 KB

Changelog

All notable changes to this project will be documented in this file.

1.3.0 (2024-06-30)

Builds

1.2.0 (2024-06-30)

Code Refactoring

  • expand js extensions for webpack (#57) (96bfc22)

Builds

1.1.0 (2024-06-12)

Features

  • lib update, add babel presets, plugin packages (#56) (a430ba7)

Documentation

  • babel packages to exposed listing (#58) (c64fdf9)

Builds

  • deps bump group with 2 updates (#52) (9cda62e)
  • deps bump sass-loader from 14.1.1 to 14.2.1 (#55) (041d1a7)
  • deps bump webpack from 5.90.3 to 5.91.0 (#54) (f41e7ba)
  • deps-dev bump group with 3 updates (#51) (353ecbd)
  • deps-dev eslint-plugin-jest from 27.9.0 to 28.5.0 (#49) (e452227)
  • deps eslint-webpack-plugin from 4.0.1 to 4.1.0 (#48) (9e19a9a)
  • deps bump style-loader from 3.3.4 to 4.0.0 (#47) (33ed2a1)
  • deps bump group with 3 updates (#50) (2befbfc)
  • deps-dev bump npm-check-updates (#44) (559887d)

Bug Fixes

  • lib use internal package resolutions (#56) (7f69f03)

1.0.0 (2024-04-21)

⚠ BREAKING CHANGES

Minimum NodeJS version is 18.12.0. Review webpack related package commits for additional breaking changes.

Builds

  • deps-dev changelog-light from 0.6.1 to 1.2.0 (c9c91b2)
  • deps bump css-loader from 6.9.0 to 7.1.1 (#40) (5826f69)
  • deps css-minimizer-webpack-plugin from 5.0.1 to 6.0.0 (#38) (61849f8)
  • deps webpack-dev-server from 4.15.1 to 5.0.4 (#36) (0e47f6f)
  • nodejs minimum engine 18.12.x, migrate checks to 20.x (#43) (10d1bf3)

0.5.2 (2024-04-21)

Chores

Builds

  • deps bump group with 7 updates (#41) (fba8222)
  • deps-dev bump group with 3 updates (#39) (7ac454f)
  • deps bump actions/configure-pages from 4 to 5 (#33) (24ed097)

0.5.1 (2024-03-21)

Chores

Builds

  • deps bump @babel/core from 7.23.7 to 7.24.3 (#32) (2cad535)
  • deps mini-css-extract-plugin from 2.7.7 to 2.8.1 (#20) (0cfbcec)
  • deps bump sass from 1.69.7 to 1.72.0 (#31) (67d068d)
  • deps webpack from 5.89.0 to 5.90.3 (#23) (526cd7c)

0.5.0 (2024-03-12)

Builds

  • deps 4 npm updates (#29) (ec6d75d)
  • deps-dev 7 npm updates (#28) (dd70bc7)
  • deps dependabot groups (#27) (90129ea)
  • coverage move from codecov to pages (#26) (3aceb90)
  • actions commit syntax parser (#25) (808b081)
  • deps @tsconfig/strictest from 2.0.2 to 2.0.3 (#21) (0ca8cfd)
  • deps dotenv from 16.3.1 to 16.4.1 (#14) (b8431db)
  • deps @tsconfig/react-native from 3.0.2 to 3.0.3 (#12) (a98ab5e)
  • deps sass-loader from 13.3.3 to 14.1.0 (#11) (23fba91)
  • deps-dev npm-check-updates from 16.14.12 to 16.14.14 (#15) (15a0319)
  • deps bump actions/cache from 3 to 4 (#16) (db03b5b)
  • deps bump actions/checkout from 3 to 4 (#17) (f546c3c)
  • template pr, yarn to npm copy (#10) (6a3ee9a)
  • actions align fileDiff checks (#10) (aec944b)

0.4.0 (2024-01-13)

Features

  • lib packages, provide a require resolve (#9) (380c00c)

0.3.0 (2024-01-12)

Builds

  • deps npm updates (13f8c99)
  • scripts avoid commit on release, allow package-lock (36e6553)

0.2.0 (2024-01-12)

Tests

  • fixtures removeFixture, clean up (#8) (8bbde6d)

Documentation

  • dotenv add public path webpack tip (#8) (9c4ddd2)

Code Refactoring

  • lib simplify structure, separate packages (#8) (a623ac9)

Bug Fixes

  • dotenv apply default contextPath (#8) (3a5bd02)
  • wpConfigs devServer, config watchFiles paths (#8) (527e6b9)
  • wpConfigs avoid webpack merge on open path list (#8) (3b91070)

0.1.0 (2024-01-10)

General

Features

Documentation

Code Refactoring

  • cli expand dotenv params (#7) (aad8042)
  • cli allow loader bypass, independent tsconfig (#7) (36180bb)

Builds

  • deps actions/setup-node from 3 to 4 (#1) (2f59469)
  • deps actions/github-script from 6 to 7 (#2) (6b0642b)