Skip to content

Latest commit

 

History

History
160 lines (100 loc) · 4.15 KB

CHANGELOG.md

File metadata and controls

160 lines (100 loc) · 4.15 KB

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

The emoji used in the GitHub commit message is based on gitmoji.

1.4.0 - 2021-01-24

✨ Added

  • ✨ add total badge support (#64)
  • 🍱 add latest week traffic data

♻️ Changed

  • 📝 Update README template for total traffic data badge.
  • 📝 Update SVG template for total traffic data badge.
  • 🔥 delete not used function: calculateData

1.3.0 - 2021-01-19

♻️ Changed

  • 📝 Update README for note the level of trustworthiness with traffic data.
  • 📝 Update the svg and readme template.
  • ⚡️ Update svgGenerator and readmeGenerator.

1.2.1 - 2020-11-06

✨ Added

  • ✨ support set color for views/week and clones/week badge.

♻️ Changed

  • 📝 update readme.

1.2.0 - 2020-11-04

✨ Added

  • ✨ add views/week and clones/week badge.

♻️ Changed

  • 📝 update readme template of traffic_branch for badge 。

1.1.6 - 2020-10-31

✨ Added

  • ✨ add support for aaa/bbb to get the bbb value in static_list. (github.repository can be in anywhere)
  • ✨ add LICENSE and README for traffic.
  • ✨ use SVG template for default options.

♻️ Changed

  • 📝 update README for deployment

🔒 Security

  • ➕ add @actions/exec dependency.
  • ➖ delete child_process dependency.

1.1.5 - 2020-10-25

🐛 Fixed

  • 🐛 Fix init new repo error. #21

1.1.4 - 2020-10-24

✨ Added

  • ✨ use github.repository to be the static_list default value.

♻️ Changed

  • 📝 update readme for template usage.

1.1.3 - 2020-10-21

🐛 fix

  • 🚑 fix repo-list-generator version error

1.1.2 - 2020-10-21

🐛 fix

  • 🚑 fix workflow bug

1.1.1 - 2020-10-21

♻️ Changed

  • 📝 update readme
  • 🔥 delete branch traffic
  • ♻️ update workflow
  • ✨ add output for traffic_branch

1.1.0 - 2020-10-20

✨ Added

  • ✅ test static_list support
  • ✨ add output for traffic_path

♻️ Changed

  • ♻️ enhance log output
  • ♻️ enhance debug mode
  • ♻️ enhance resource name
  • 🔥 delete sync2gitee
  • 💚 update workflow

🐛 Fixed

  • 🐛 fix count reset bug

1.0.1 - 2020-10-08

✨ Added

  • 💬 Add description that using dependabot to make action auto updating
  • 📄 Use --license license.txt
  • ➕ Use rimraf delete dist/*
  • ➕ Use husky and lint-staged to make pre-commit hook

1.0.0 - 2020-10-01

✨ Added