generalpiston / typeorm-encrypted

Encrypted field for typeorm.
MIT License
74 stars 19 forks source link

Support for typeorm 0.3 #55

Closed tjhiggins closed 1 year ago

tjhiggins commented 2 years ago

https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md

tjhiggins commented 2 years ago

please update the peer dep to support ^0.3.0 https://github.com/generalpiston/typeorm-encrypted/blob/master/package.json#L21

generalpiston commented 2 years ago

@tjhiggins sure. We'll need to check if typeorm 0.3.0 have any breaking changes.

tjhiggins commented 2 years ago

@generalpiston thank you!

bhaugeea commented 2 years ago

Any update on this?

pedronfigueiredo commented 1 year ago

@generalpiston are you accepting PRs on this?

generalpiston commented 1 year ago

@pedronfigueiredo absolutely!

pedronfigueiredo commented 1 year ago

@generalpiston opened https://github.com/generalpiston/typeorm-encrypted/pull/57, have a look

generalpiston commented 1 year ago

Merged and released. Thank you @pedronfigueiredo :).