Skip to content
This repository was archived by the owner on Nov 30, 2019. It is now read-only.

Tags: MedjaiBot/Framework

Tags

v2.0.2

Toggle v2.0.2's commit message
chore(release): 2.0.2 [skip ci]

## [2.0.2](v2.0.1...v2.0.2) (2019-10-19)

### Bug Fixes

* **eventmodule:** bind the event manager in singleton scope ([556dad4](556dad4))

v2.0.1

Toggle v2.0.1's commit message
chore(release): 2.0.1 [skip ci]

## [2.0.1](v2.0.0...v2.0.1) (2019-10-08)

### Bug Fixes

* **datetimeformatter:** fixed the month display ([1df509c](1df509c))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.7.1...v2.0.0) (2019-10-08)

### Features

* **containerconstants:** added the entity constant to the container constants ([354c8bc](354c8bc))
* **pluginmanager:** splitted the loading process ([f8ec5b5](f8ec5b5))

### BREAKING CHANGES

* **pluginmanager:** Changed the parameters of the loadPlugins function. Splitted up the loading process
of the container bindings and the plugins

v1.7.1

Toggle v1.7.1's commit message
chore(release): 1.7.1 [skip ci]

## [1.7.1](v1.7.0...v1.7.1) (2019-10-08)

### Bug Fixes

* **pluginmanager:** fixed the loading process of the container bindings ([282318b](282318b))

v1.7.0

Toggle v1.7.0's commit message
chore(release): 1.7.0 [skip ci]

# [1.7.0](v1.6.1...v1.7.0) (2019-10-08)

### Bug Fixes

* **logger:** fixed log levels in the WebLogger ([9c0ac0d](9c0ac0d))

### Features

* **pluginmanager:** load container bindings before initializing the plugins ([a65eca7](a65eca7))

v1.6.1

Toggle v1.6.1's commit message
chore(release): 1.6.1 [skip ci]

## [1.6.1](v1.6.0...v1.6.1) (2019-09-27)

### Bug Fixes

* **servermodule:** bound the output streams for the TTYLogger ([31006e4](31006e4))

v1.6.0

Toggle v1.6.0's commit message
chore(release): 1.6.0 [skip ci]

# [1.6.0](v1.5.0...v1.6.0) (2019-09-27)

### Bug Fixes

* **container:** fixed the return type of GetPreconfiguredContainer ([9e7694d](9e7694d))

### Features

* **event:** added the Cancelable event ([ece2185](ece2185))

v1.5.0

Toggle v1.5.0's commit message
chore(release): 1.5.0 [skip ci]

# [1.5.0](v1.4.1...v1.5.0) (2019-09-27)

### Features

* **container:** added pre configurable containers and container modules ([071a008](071a008))
* **logger:** added the WebLogger ([e56781a](e56781a))

v1.4.1

Toggle v1.4.1's commit message
chore(release): 1.4.1 [skip ci]

## [1.4.1](v1.4.0...v1.4.1) (2019-09-24)

### Bug Fixes

* **packaging:** ignore fs calls for this module ([bd05b67](bd05b67))

v1.4.0

Toggle v1.4.0's commit message
chore(release): 1.4.0 [skip ci]

# [1.4.0](v1.3.4...v1.4.0) (2019-09-21)

### Features

* **pluginmanager:** call the onInit function with the InitializationSide ([e0dcac0](e0dcac0))