Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## [1.0.0](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.0...v1.0.0) (2024-06-26)


### ✨ New Features

* Add functionality from existing node actions into repo ([454739b](https://github.com/ZebraDevs/flutter-code-quality/commit/454739b677d0b1744534f7a73a47f927fe0b9212))
* Add more deatils comments ([454739b](https://github.com/ZebraDevs/flutter-code-quality/commit/454739b677d0b1744534f7a73a47f927fe0b9212))
* Push changes back onto branch ([4c2274e](https://github.com/ZebraDevs/flutter-code-quality/commit/4c2274eac539a17d8ef93f3d5cfd2fec2c016700))


### 🪲 Bug Fixes

* Add basic support for checking if branch is behind ([7057abf](https://github.com/ZebraDevs/flutter-code-quality/commit/7057abf4f1093d4ebafeab0c436b179492b2db26))
* add in behind_by ([bebb2bc](https://github.com/ZebraDevs/flutter-code-quality/commit/bebb2bcd7c1238cc718c654e9ad263f6d42aec0f))


### 📈 Documentation

* Add information to readme ([7057abf](https://github.com/ZebraDevs/flutter-code-quality/commit/7057abf4f1093d4ebafeab0c436b179492b2db26))
* Add more information to readme ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef))
* Adding step documentation ([2ee2be1](https://github.com/ZebraDevs/flutter-code-quality/commit/2ee2be1544bf864f860f85398e12825aa4db7328))


### 🧪 Tests

* Add flutter repos for testing good and bad state ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef))
* Add tests for analyze, coverage and test ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef))
* Initialize Jest ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef))
* Setup jest tests ([#4](https://github.com/ZebraDevs/flutter-code-quality/issues/4)) ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef))


### 🧹 Miscellaneous Chores

* Add required files contributing, code of conduct etc. ([7057abf](https://github.com/ZebraDevs/flutter-code-quality/commit/7057abf4f1093d4ebafeab0c436b179492b2db26))
* **main:** release 1.0.0 ([#2](https://github.com/ZebraDevs/flutter-code-quality/issues/2)) ([b191523](https://github.com/ZebraDevs/flutter-code-quality/commit/b19152344888db9a0da250910f1b0a4339126e74))
* release 1.0.0 ([baba357](https://github.com/ZebraDevs/flutter-code-quality/commit/baba3575b342dfe32c3cc98d1b78577f1aba3b52))
* Tidy directory structure ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef))

## [1.0.0](https://github.com/ZebraDevs/flutter-code-quality/compare/v0.0.1...v1.0.0) (2024-06-26)


Expand Down