Skip to content

Files

Latest commit

e99e76b · Mar 9, 2024

History

History
41 lines (23 loc) · 918 Bytes

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 918 Bytes

CHANGELOG

1.0.5 release [2024-3-]

Features

  • Added eslint, prettier, and commit-lint to development dependencies.
  • Implemented a hot 100 list feature and added keyword search functionality.

1.0.4 release [2024-3-5 22:10]

Fixes

  • fix the bug cannot create question

1.0.3 release [2024-3-3 20:26]

Features

  • you can create question in any supported language file
  • the file name from 'index' to 'question'

1.0.2 release [2024-2-29 19:02]

Features

  • add i18n docs

1.0.1 release [2024-2-8 13:49]

Features

  • add author info and repository in package.json

1.0.0 release [2024-2-8 13:49]

Features

  • cli: lk/lf/lc 脚本实现 检测/查找/创建 功能,强而有力地支持了题目的便捷创建.
  • template project: easy mode 实现交互性创建,leet-create和leet-check保持src目录下创建题解.
  • plugin: 插件化的设计完善,进行立项.