Skip to content

Latest commit

 

History

History
122 lines (77 loc) · 8.25 KB

CHANGELOG.md

File metadata and controls

122 lines (77 loc) · 8.25 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.9.0 (2021-05-28)

Features

  • 更清晰的功能划分 (4168dbe)

Bug Fixes

2.8.9 (2021-05-28)

Bug Fixes

  • disable use yarn by default (4159a26)
  • disable use yarn defaulttly (3a69471)
  • lock the version of husky base on ^4 (537dee8)
  • not required .git for eslint and prettier (3a8427f)
  • not required .git for lintstaged (454ab5f)

2.8.2 (2021-01-23)

Bug Fixes

  • 安装eslint 后删除package-lock (45b0c37)
  • 修改lint-staged 脚本 (c25cb42)
  • typescript-eslint no eslintrc or prettierrc (83d414c)

2.8.0 (2020-04-11)

Features

  • speed up installing all feature (c0acb1d)

2.7.1 (2020-04-07)

2.7.0 (2020-04-07)

Bug Fixes

  • 多次写入prettier lintstaged 脚本 (2860fc8)

Features

  • commitizen: 生成changelog之后,自动执行git commit (948619a)
  • add wowow command (930305d)

2.1.0 (2020-04-05)

Bug Fixes

  • commitlint: 安装commitizen包错误 (d60a2f5)
  • prettier: prettier 配置文件名字 (73ad377)
  • 安装commitlint之前判断是否在git仓库 和 npm 项目里面 (451f7d5)
  • change test condition (7e17ed4)
  • copy file error (aabfc10)
  • ensure eslint is ready before install lint-staged (1c2b465)
  • husky hooks (e280c35)
  • husky package name (2eff6e1)
  • lack cross-spawn depen (6eea3d6)
  • leave over the .vscode dir when test test/vscode-mocha-debug (bf3019c)
  • lint-staged 脚本的作用范围 (f14b68b)
  • mocha command (23ab093)
  • prettier 命令 (e96fc5a)
  • test-helper.js: ignore the ignore lint if no ignorename (2c141ee)
  • some error with eslintrc.json (741d4d4)

Features

  • commitizen: 增加change:first changelog 脚本命令 (f5d3d90)
  • commitizen: changelog命令增加standard-version,自动更新版本 (0e176bb)
  • 安装前检查eslint是否已经安装,避免重复安装 (0512515)
  • 安装commitlint 默认一起安装commitizen (afec391)
  • 更合适的prettier配置,添加对vue文件的eslint支持 (c763fa9)
  • 支持写入prettier的规则到eslintrc.js, eslintrc.yml, eslintrc.json中 (ccb9568)
  • add commitizen (193fcd0)
  • add commitlin install script (c75e35d)
  • add commitlint (4c94e2b)
  • add commitlint subcommand (e058ad7)
  • add eslint subcommand (ea10c53)
  • add mocha command (933e918)
  • add test for commitlint (54125d6)
  • change bin name with lalala (e8d9ab4)
  • commitlint v2 (d002117)
  • eslint command (not yet) (6d69e69)
  • eslint save prefer 支持保存.eslintrc.js (6226cdd)
  • init project (7dd341c)
  • lint-staged (dfd0d97)
  • pre-commit with eslint and prettier (c265212)
  • prettier (78f91cb)
  • prettier 的lint-staged脚本 (c7e608f)
  • set same ignores file in eslint and prettier (32de81e)
  • test eslint (88c02a6)
  • test eslint-prefer (1936e9c)
  • typescript-eslint (3248a94)
  • typescript-eslint (6cc8a27)
  • typescript-eslint (1120142)
  • v2重构eslint, prettier, 待测试 (7d89e1a)
  • vscode-mocha-debug (1b2221e)