Skip to content

Conversation

@jwasiak
Copy link

@jwasiak jwasiak commented Mar 8, 2023

No description provided.

wojtek-krysiak and others added 30 commits December 11, 2019 22:25
BREAKING CHANGE: users should now rename package to @admin-bro/typeorm
## [1.0.1](v1.0.0...v1.0.1) (2020-08-03)

### Bug Fixes

* wrong publication setting ([78fb6f3](78fb6f3))
## [1.0.2](v1.0.1...v1.0.2) (2020-08-03)

### Bug Fixes

* filtering by enums ([da5d8ad](da5d8ad))
## [1.0.3](v1.0.2...v1.0.3) (2020-08-03)

### Bug Fixes

* reference tables should not be sortable ([d051783](d051783)), closes [SoftwareBrothers/adminjs#320](SoftwareBrothers/adminjs#320)
# [1.1.0](v1.0.3...v1.1.0) (2020-08-04)

### Features

* bring back admin-bro ([1021a45](1021a45))
semantic-release-bot and others added 30 commits January 21, 2022 09:27
## [2.0.2](v2.0.1...v2.0.2) (2022-02-24)

### Bug Fixes

* handle UUID type in filters ([69b3a72](69b3a72))
## [2.0.3](v2.0.2...v2.0.3) (2022-04-03)

### Bug Fixes

* fix uuid casting for filters ([96f4b3f](96f4b3f))
## [2.0.4](v2.0.3...v2.0.4) (2022-04-05)

### Bug Fixes

* replace ^ with ~ for typeorm version to avoid accidental bump ([4cd3882](4cd3882))
Update adapter to support new Typeorm

BREAKING CHANGE: The adapter has been updated to work with Typeorm of version ~0.3.0 so it will no longer work with older versions of Typeorm.
- Change `Connection` inputsto `DataSource` for referencing database
- Update all find methods to findBy
# [3.0.0](v2.0.4...v3.0.0) (2022-04-26)

### Features

* add in support for 0.3 typeorm ([#43](https://github.com/SoftwareBrothers/adminjs-typeorm/issues/43))([@asheliahut](https://github.com/asheliahut)) ([e989388](e989388))

### BREAKING CHANGES

* The adapter has been updated to work with Typeorm of version ~0.3.0 so it will no longer work with older versions of Typeorm.
- Change `Connection` inputsto `DataSource` for referencing database
- Update all find methods to findBy
## [3.0.1](v3.0.0...v3.0.1) (2022-06-23)

### Bug Fixes

* unflatten params in "create" method ([4b2b389](4b2b389))
* fix: cast to CHAR instead of TEXT when filtering uuid fields

* chore: set explicit length when casting to CHAR
## [3.0.2](v3.0.1...v3.0.2) (2022-06-24)

### Bug Fixes

* cast to CHAR instead of TEXT when filtering uuid fields ([#45](#45)) ([a2bcc4e](a2bcc4e))
BREAKING CHANGE: This package version should be used with AdminJS v6
# [4.0.0](v3.0.2...v4.0.0) (2022-07-13)

### chore

* update AdminJS to v6 ([5cda503](5cda503))

### BREAKING CHANGES

* This package version should be used with AdminJS v6
BREAKING CHANGE: The package won't support CJS anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.