Skip to content

Commit

Permalink
feat(controller): use keyof to safely reference controller methods
Browse files Browse the repository at this point in the history
This just updates the changelog.
Semantic Release is being a little bitch.
  • Loading branch information
jeffijoe committed Dec 20, 2018
1 parent cfceaee commit 9f55598
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
# Changelog

## 1.4.0

- Improved TypeScript typings for `methodName` parameter.

## 1.3.0

* Feature: internal state + controller builder is now immutable.
- Feature: internal state + controller builder is now immutable.

## 1.2.2

* More API docs.
- More API docs.

## 1.2.1

* Added API docs.
- Added API docs.

## 1.2.0

* Added `getStateAndTarget` utility.
- Added `getStateAndTarget` utility.

## 1.1.0

* Added `createController` as an alternative to using decorators.
- Added `createController` as an alternative to using decorators.

## 1.0.1

* Fix constructor typing in `find-classes.ts`.
- Fix constructor typing in `find-classes.ts`.

## 1.0.0

* Initial release.
- Initial release.

0 comments on commit 9f55598

Please sign in to comment.