Skip to content

Commit

Permalink
chore: v0.1.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jun 13, 2022
1 parent 8981e67 commit 64276fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# 0.0.1-dev.1
# [0.1.0](https://github.com/VeryGoodOpenSource/flame_behaviors/compare/v0.0.1-dev.1...v0.1.0) (2022-06-13)

- chore: initial release
- 🚧 Coming Soon 🚧
### Bug Fixes

- entity behavior cache is never cleared ([#10](https://github.com/VeryGoodOpenSource/flame_behaviors/issues/10)) ([6751ae8](https://github.com/VeryGoodOpenSource/flame_behaviors/commit/6751ae85eefdc848dd8f4c6c221c3f5d49303aed))
- missing arguments on entity ([#8](https://github.com/VeryGoodOpenSource/flame_behaviors/issues/8)) ([e161daf](https://github.com/VeryGoodOpenSource/flame_behaviors/commit/e161daf360f49423355b4822ff4342bad00c6977))

### Features

- add `hasBehavior` method ([#11](https://github.com/VeryGoodOpenSource/flame_behaviors/issues/11)) ([fb36bc6](https://github.com/VeryGoodOpenSource/flame_behaviors/commit/fb36bc67c152d17fa98b56f88f42b1d86452c4ab))
- add touch based behaviors ([#7](https://github.com/VeryGoodOpenSource/flame_behaviors/issues/7)) ([f7f3d35](https://github.com/VeryGoodOpenSource/flame_behaviors/commit/f7f3d35cade614ca404dc84937777752dca3f5be))
- initial `flame_behaviors` implementation ([#2](https://github.com/VeryGoodOpenSource/flame_behaviors/issues/2)) ([766ebe6](https://github.com/VeryGoodOpenSource/flame_behaviors/commit/766ebe6f398cdb96e93425d86713760c0664075d))
- make the internal find behavior logic more clear on when it can find something ([#12](https://github.com/VeryGoodOpenSource/flame_behaviors/issues/12)) ([e778b00](https://github.com/VeryGoodOpenSource/flame_behaviors/commit/e778b00c06f0bdd3d973548458402e7a3fa051b1))
- proxy `debugMode` down to individual behaviors ([#9](https://github.com/VeryGoodOpenSource/flame_behaviors/issues/9)) ([eaab29f](https://github.com/VeryGoodOpenSource/flame_behaviors/commit/eaab29f3fd17412072e975bd11ebf2828adf548a))
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame_behaviors
description: Flame Behaviors applies separation of concerns to game logic in the form of Entities and Behaviors, built by Very Good Ventures.
version: 0.0.1-dev.1
version: 0.1.0
homepage: https://github.com/VeryGoodOpenSource/flame_behaviors

environment:
Expand Down

0 comments on commit 64276fe

Please sign in to comment.