Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel7grant committed May 31, 2024
1 parent 7ffc047 commit 052c1f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

### Added

- Add array column field to test for array types ([#3](https://github.com/daniel7grant/eslint-plugin-typeorm-typescript/issues/3))
- Add support for Column with unset type ([#7](https://github.com/daniel7grant/eslint-plugin-typeorm-typescript/issues/7))

## Changed

- Refactor internal column types
- Replace date with Date to match with TypeScript type ([#6](https://github.com/daniel7grant/eslint-plugin-typeorm-typescript/issues/6))
- Replace other with unknown
- Change undefined cases to unknown
- Refactor tests to provide better messages

## [0.2.5] - 2024-04-17

### Changed
Expand Down

0 comments on commit 052c1f6

Please sign in to comment.