Skip to content

Releases: RaresAil/prisma-mapper

v1.5.2

27 May 16:38
Compare
Choose a tag to compare

Package moved to @raresail/prisma-mapper

What's Changed

Full Changelog: 1.5.1...1.5.2

  • Added installation documentation

v1.5.1

27 May 15:55
6c202df
Compare
Choose a tag to compare

Package moved to @raresail/prisma-mapper

What's Changed

Full Changelog: 1.5.0...1.5.1

v1.5.0

27 May 14:05
Compare
Choose a tag to compare

Support Dropped for Node 14.x ⚠️

What's Changed

Full Changelog: 1.4.2...1.5.0

v1.4.2

02 May 08:18
d7ce1cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

v1.4.1

25 Apr 10:25
c2627d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

v1.4.0

25 Apr 09:48
9445764
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.4...1.4.0

v1.3.4

25 Apr 05:43
fd69ac2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.3.4

v1.3.3

17 Mar 14:52
cd06fcb
Compare
Choose a tag to compare

What's Changed

  • feat/audit-ci by @RaresAil in #18
  • Version/1.3.3 by @RaresAil in #19
    • Added support for multiSchema
    • Fixed naming issue
    • Added publish automation
    • Updated dependencies

Full Changelog: 1.3.2...1.3.3

v1.3.2

23 Feb 12:16
c0287b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

v1.3.1

25 Nov 18:08
b8980e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

  • Updated deps
  • Fixed an issue when upper case snake case removed the _
    • e.g. from SOME_VALUE was doing SOMEVALUE
    • now the format for those type of names is disabled
  • Fixed an issue when the enum name stay as before
  • Fixed an issue when generator fields are deleted after mapping
  • Added a small amount of tests (more will be added)