-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/esmodules #20
Open
jwasiak
wants to merge
134
commits into
Arteha:master
Choose a base branch
from
SoftwareBrothers:chore/esmodules
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Chore/esmodules #20
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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))
## [2.0.1](v2.0.0...v2.0.1) (2022-01-21) ### Bug Fixes * move bigint to string data type ([#31](https://github.com/SoftwareBrothers/adminjs-typeorm/issues/31))([@davedefiq](https://github.com/davedefiq)) ([83716ee](83716ee))
Resolves #32
## [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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.