Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tazo90 committed Jun 7, 2021
1 parent 798c80b commit d4ef3c1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## v0.2.0 07/06/2021

Allow library working as a module.

### Added

- .npmignore

### Changed

- Make tsconfig.json cleaner
- More scripts in package.json
- Rename main directory from /src to /lib
- Fix getEventByName method in eventBusManager

### Removed

- Nodemon deps
- Unused properties

## v0.1.0 25/05/2021

Nodemon set up and missing deps.
Expand All @@ -17,7 +37,7 @@ Nodemon set up and missing deps.

- Modify Event class to use readonly fields

## v0.4.0 21/05/2021
## v0.0.4 21/05/2021

Initial release.

Expand Down

0 comments on commit d4ef3c1

Please sign in to comment.