Skip to content

Tags: SoftwareBrothers/adminjs-mikroorm

Tags

v4.1.0

Toggle v4.1.0's commit message
chore(release): 4.1.0 [skip ci]

# [4.1.0](v4.0.0...v4.1.0) (2025-09-24)

### Features

* export data types for customization ([#25](https://github.com/SoftwareBrothers/adminjs-mikroorm/issues/25))([@gavar](https://github.com/gavar)) ([a0f31d8](a0f31d8))

v4.0.0

Toggle v4.0.0's commit message
chore(release): 4.0.0 [skip ci]

# [4.0.0](v3.0.0...v4.0.0) (2024-03-04)

### Features

* add support for MikroORM v6 ([155e671](155e671))

### BREAKING CHANGES

* Metadata structure's changed in MikroORM v6. The adapter setup remains the same, but access to some information's changed so this version will only work with MikroORM v6+.

v3.0.0

Toggle v3.0.0's commit message
chore(release): 3.0.0 [skip ci]

# [3.0.0](v2.0.0...v3.0.0) (2023-04-18)

* major release (#19) ([a39a8ab](a39a8ab)), closes [#19](#19) [#15](#15) [#18](#18)

### BREAKING CHANGES

* The package won't support CJS anymore

v3.0.0-beta.1

Toggle v3.0.0-beta.1's commit message
chore(release): 3.0.0-beta.1 [skip ci]

# [3.0.0-beta.1](v2.0.0...v3.0.0-beta.1) (2023-03-20)

### chore

* rewrite package to esmodules ([#18](#18)) ([e9d386f](e9d386f))

### BREAKING CHANGES

* The package won't support CJS anymore

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.1.2...v2.0.0) (2022-07-13)

### chore

* update AdminJS to v6 ([06f90e0](06f90e0))

### BREAKING CHANGES

* This package version should be used with AdminJS v6

v1.1.2

Toggle v1.1.2's commit message
chore(release): 1.1.2 [skip ci]

## [1.1.2](v1.1.1...v1.1.2) (2022-06-23)

### Bug Fixes

* use a forked EntityManager for each transaction ([#12](https://github.com/SoftwareBrothers/adminjs-mikroorm/issues/12))([@corbt](https://github.com/corbt)) ([076e740](076e740))

v1.1.1

Toggle v1.1.1's commit message
chore(release): 1.1.1 [skip ci]

## [1.1.1](v1.1.0...v1.1.1) (2022-03-15)

### Bug Fixes

* fix serial type error, console log errors ([d604c61](d604c61))

v1.1.0

Toggle v1.1.0's commit message
chore(release): 1.1.0 [skip ci]

# [1.1.0](v1.0.1...v1.1.0) (2021-10-22)

### Features

* update Resource class so that it no longer requires static orm attribute ([9dbe390](9dbe390))

v1.0.1

Toggle v1.0.1's commit message
chore(release): 1.0.1 [skip ci]

## [1.0.1](dziraf/admin-bro-mikroorm@v1.0.0...v1.0.1) (2021-05-07)

### Bug Fixes

* Fixed issues ([#2](dziraf#2)) ([@rubiin](https://github.com/rubiin)) ([3a7308c](dziraf@3a7308c))

v1.0.0

Toggle v1.0.0's commit message
feat: create a prototype of admin-bro-mikroorm adapter