Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

92 lines (63 loc) · 1.84 KB

1.5.1 (November 14, 2023)

  • Updated packages
  • Adjusted some ESLint rules
  • Added support NodeJS v22 and dropped for v18

1.4.0 (November 14, 2023)

  • Updated packages
  • Prettified home page
  • Adjusted some ESLint rules

1.3.0 (November 02, 2023)

  • Added support NodeJS v18+
  • Improved config for VScode
  • Removed/replaced old packages
  • Updated webpack config according to last changes

1.2.0 (November 23, 2021)

  • update to assets-modules (breaking changes); deprecate url-loader, svg-url-loader, file-loader
  • update webpack-dev-server (breaking changes)
  • update packages to latest
  • improve ESlint config
  • add NodeJS restriction
  • fix compatibility in Script of package.json
  • add serve-proxy script

1.1.0 (March 3, 2021)

  • update to Webpack 5

1.0.0 (February 26, 2021)

  • deprecate webpack.alias.json to single tsconfig.json
  • better TS support (added ts-loader, ts-eslint parser etc.)

0.0.3 (January 27, 2021)

  • fix IE support
  • update packages to latest

Project

  • update VScode config
  • add package webpack-mock-server
  • minor fixes

StyleLint

  • add basic config
  • add no-unsupported-browser-features plugin

Markdownlint

  • add basic config

0.0.2 (December 17, 2019)

Project

  • update package.json
  • update scripts
  • update vscode config
  • fix bugs

Webpack

  • add webpack.ProvidePlugin
  • add webpack.ProgressPlugin
  • add obsolete-webpack-plugin
  • add postcss-scss
  • add ts-support
  • update loaders to latest versions

Eslint/Tslint

  • add basic config/plugins

0.0.1 (July 19, 2019)

  • create basic configuration
  • add support for import css into js and css-modules
  • add postcss-normalize
  • add sass support
  • add css-optimizing for production build
  • add loaders for images
  • add css-classNames minification in production build