## 2.0.1

- README.md: updated documentation

## v2.0.0-beta.0

- Resolved warnings from TypeScript 6.0

## v1.0.3

- README.md: updated documentation
- Keywords were added to package.json
- Fixed vulnerabilities in package.json

## v1.0.2

- Files in the .github and scripts folders were added to .npmignore to avoid publishing them to npm registry

## v1.0.1

- This version contains changes from the following beta versions:
  - `v1.0.1-beta.0`
  - `v1.0.1-beta.1`
- Github actions:
  - workflow to publish stable and beta versions were created
  - Added a workflow to run tests on development branch

## v1.0.1-beta.1

- Improved type definitions for getDefinitionsForClass function

## v1.0.1-beta.0

- README.md: documentation finished
- Updated dev dependencies
- coverage folder was added to .npmignore
- Improved type definitions for getDefinitionsForClass function

## v1.0.0

- `@Resolver()` and `@ResolverFn()` decorators were created
- Created `getDefinitionsForClass()` function which handles resolver functions definition
- Unit testing for decorators and utils
