Haha guys a bugfix release.
- Dependabot now updates every single dependency that can be found in this repo.
- Fix broken CodeQL workflow.
- Introduced VS Code project configuration to enforce Prettier.
- Fixed CDNs using
lib/狗屁库.js
instead ofdist/狗屁库.js
ordist/狗屁库.min.js
. - Remove useless
@babel/plugin-proposal-class-properties
and@babel/plugin-transform-classes
plugins from dev dependencies and babelrc. - Build script runs clean before building bundles.
- Included Dictionaries docs page now has license info for data sources, properly links to the data sources (for the Read the Docs mirror), and is now included in the NPM package.
- Fixed docs' navigation bar.
- Added more JSDocs.
- Added/changed content in the dicts, and erased all qwas982 content due of copyright concerns.
- Fixed CLI using
node
's full path as the theme for the generated article. - The
结段强制带标点符号
option was renamed to文章结尾强制带标点符号
. - Fixed potential
Cannot read properties of undefined
crash when running the code generated by Babel. - When the "generating phrase" buffer contains new line character(s), the article generation code will no longer erase the current actual generating phrase from the buffer.
Full Changelog: v1.4.0...v1.4.1