Skip to content

Latest commit

 

History

History
128 lines (72 loc) · 5.88 KB

CHANGELOG.md

File metadata and controls

128 lines (72 loc) · 5.88 KB

Changelog

0.1.8 (2020-06-11)

Fixed

  • 🐛 Fix dictionary creation async bug [7fe61ce]

0.1.7 (2020-06-10)

Added

  • ✨ Ignore case on spell check [da28ae4]

Fixed

  • 🐛 Remove cleaning source branch check [70082e6]

0.1.6 (2020-06-04)

Fixed

  • 🐛 Check source branch name availability before use [1263786]

Miscellaneous

  • Merge pull request #3 from AckeeCZ/fix/running-danger-locally [9b3670d]

0.1.5 (2020-06-03)

Added

  • ✨ Add more symbols to tokenizers [7ca71bd]

0.1.4 (2020-06-03)

Changed

  • ⚡ Optimize token loading for large files [6675e3b]
  • ⚡ Skip spellcheck for large files [5f828d5]

Miscellaneous

  • Merge pull request #2 from AckeeCZ/perf/large-files [e69c7da]

0.1.3 (2020-06-02)

Added

  • ✨ Add yarn lock as dictionary [7092e14]

Changed

  • ⬆️ Support newer versions of node [137ad7a]

Miscellaneous

  • Merge pull request #1 from AckeeCZ/feat/yarn-support [cdfffb8]

0.1.2 (2020-06-01)

Fixed

  • 🐛 Fix path resolving with scoped package [699c2c8]

Miscellaneous

0.1.1 (2020-06-01)

Changed

  • 🚨 Fix prettier formatting [7f2ae37]

Fixed

  • 🐛 Fix danger github interoperability [e8a3756]

Miscellaneous

  • 📝 Update install instructions [906708e]

0.1.0 (2020-05-28)

Added

  • ✨ Add options, refactor reporting and rules [411cdfd]
  • ✨ Report typos only for changed lines [c082be8]
  • ✨ Avoid parents in prettier [d1e1186]
  • ✨ Enhance spelling with cspell [ee86af1]
  • ✨ Add danger [d222187]
  • ✨ Add editorconfig [e3b3998]
  • ✨ Add eslint and prettier config [1202631]
  • 🎉 Initialize repo [2b4a331]

Changed

  • 💬 Add npm scope [a5ef6c8]
  • 🎨 Use self for formatting [0fc9ea3]
  • ♻️ Update entry points [be80b14]
  • 🎨 Use self for formatting [592d921]
  • ♻️ Refactor rule functions [05a43f3]
  • ♻️ Refactor offense types [fc189ef]

Fixed

  • 🐛 Fix prettier eslint inconsistencies with semi [6333a4b]
  • 🐛 Fix typos reporting [4f12b2a]
  • 🐛 Fix message enum typo [ba88ce5]