mditor-dev / mditor

一款使用Electron开发的 Markdown 编辑器桌面应用程序
MIT License
19 stars 4 forks source link

chore(deps): bump @tool-pack/basic from 0.0.2 to 0.0.9 #81

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @tool-pack/basic from 0.0.2 to 0.0.9.

Changelog

Sourced from @​tool-pack/basic's changelog.

0.0.9 (2022-12-26)

0.0.8 (2022-12-24)

Features

  • time: createTimeCountUp 和 createTimeCountDown 支持暂停和继续 (98286dc)

0.0.7 (2022-12-24)

Bug Fixes

  • bezier: useCubicBezier3 (fa57740)
  • coordinate: 修复 getAngle 除 top 外另外 3 个方向角度不准确的问题 (c3b10f1)

Code Refactoring

  • bezier: bezier3withTimingFN 改为 cubicBezier3 (3c0a0e3)

BREAKING CHANGES

  • bezier: bezier3withTimingFN 改为 cubicBezier3

0.0.6 (2022-12-20)

Code Refactoring

  • bezier.ts: twoBezier 重命名为 pointBezier2 (1a12bdb)

Features

  • array: createArray fill 回调传入 end 参数 (e3bc4ae)
  • array: 添加获取杨辉三角 getYangHuiTriangleOne、getYangHuiTriangle (9eb8ddb)
  • bezier.ts: 新增 bezier2 (bc2ff09)
  • bezier/base: 使用 strip 去除长小数 (90e4b54)
  • bezier/point: pointBezierN n 阶贝塞尔曲线 (43ed44f)
  • bezier: bezier3 (8508a69)
  • bezier: bezier3withTimingFN (7b67c10)
  • bezier: pointBezier3 (56b4c49)

BREAKING CHANGES

  • bezier.ts: twoBezier 重命名为 pointBezier2,并且第二个参数和第三个参数位置互换

0.0.5 (2022-12-18)

Features

  • array: chunk 改为参数改为范型,返回值支持推导 (99e38f5)

... (truncated)

Commits
  • eda86bb release: v0.0.9
  • 40a471a test(bezier): 重构useCubicBezier3
  • 976bcd3 refactor(bezier): 重构useCubicBezier3,现在才是真正可用
  • 5caa4c3 refactor(string): getStringLen使用内置对象Intl.Segmenter按字形分割字符串代替原来的正则分割
  • 8b10ec7 release: v0.0.8
  • f2f6ccb test(time): createTimeCountUp和createTimeCountDown支持暂停和继续
  • 98286dc feat(time): createTimeCountUp和createTimeCountDown支持暂停和继续
  • 8aaab35 docs(bezier): add
  • d844523 release: v0.0.7
  • fa57740 fix(bezier): useCubicBezier3
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)