Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Dec 19, 2021
1 parent 503d665 commit 353e924
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
## 3.0.0

- Implemented new interface-based entity model.
> All concrete implementations of entities are now hidden behind interfaces which exports only behavior which is
> intended for end developer usage. For example: User is now not exported and its interface `IUser` is available for developers.
> This change shouldn't have impact for end developers.
- Fix CommandGroups bugs not passing parameters down the entity tree

Other changes are initial implementation of unit and integration tests to assure correct behavior of internal framework
processes. Also added `Makefile` with common commands that are run during development.

## 3.0.0-dev.0
__24.11.2021__

- Implemented new interface-based entity model.
> All concrete implementations of entities are now hidden behind interfaces which exports only behavior which is
> intended for end developer usage. For example: User is now not exported and its interface `IUser` is available for developers.
> This change shouldn't have impact of end developers.
> This change shouldn't have impact for end developers.
- Fix CommandGroups bugs not passing parameters down the entity tree

Other changes are initial implementation of unit and integration tests to assure correct behavior of internal framework
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nyxx_commander
version: 3.0.0-dev.0
version: 3.0.0
description: Nyxx Commander Module. Discord library for Dart. Simple, robust framework for creating discord bots for Dart language.
homepage: https://github.com/nyxx-discord/nyxx
repository: https://github.com/nyxx-discord/nyxx
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
http: ^0.13.3
logging: ^1.0.1
nyxx: ^3.0.0-dev.0
nyxx: ^3.0.0

dev_dependencies:
build_runner: ^2.1.4
Expand Down

0 comments on commit 353e924

Please sign in to comment.