All Versions
124
Latest Version
Avg Release Cycle
12 days
Latest Release
536 days ago

Changelog History
Page 9

  • v3.4.0 Changes

    March 08, 2020

    ๐Ÿ”‹ Features

  • v3.3.6 Changes

    March 06, 2020

    ๐Ÿ› Bug Fixes

    • core: add tableName alias for collection (9d19263)
    • core: make dbName optional (infer from clientUrl) (30427c5)
    • mysql: normalize false to 0 in defaults (caff3fd)
    • postgres: fix mapping of double type (8f0547f)
    • schema: postpone FK constraints in schema updates (d0c5fdf), closes #327
    • sqlite: support pivot tables with composite key (25598e2), closes #382
  • v3.3.5 Changes

    March 03, 2020

    ๐Ÿ› Bug Fixes

    • core: improve default value handling in postgres (#381) (154aab2), closes #380
    • mapping: infer correct type of enums with ts-morph (2aae486)
    • mapping: throw when only abstract entities were discovered (00d7543)
    • utils: improve path detection based in decorators (#378) (c3c5a43)
    • validation: throw when multiple property decorators are used (5a8d3f2)
  • v3.3.4 Changes

    March 02, 2020

    ๐Ÿ› Bug Fixes

    • core: do not cascade persist removed entities (d2fd33f), closes #369
    • ๐Ÿ— query-builder: substitute top level operators with primary keys (861a0ca)
  • v3.3.3 Changes

    February 27, 2020

    ๐Ÿ› Bug Fixes

    • core: allow entity in constructor params in em.create() (2846ab4)
    • mapping: allow using custom types on primary keys (ff2b7c9), closes #361
    • mapping: create dirty collections via em.create() (b864038)
    • mapping: remove *Entity interfaces (f5181b2)
  • v3.3.2 Changes

    February 26, 2020

    ๐Ÿ› Bug Fixes

    • core: make entity manager instance protected in repository (477ed7b), closes #367
    • utils: treat Buffer as scalar when merging objects (#366) (c88e669), closes #365
  • v3.3.1 Changes

    February 25, 2020

    ๐Ÿ› Bug Fixes

    • mapping: allow enum keys with names matching their value (28315d0), closes #359
  • v3.3.0 Changes

    February 25, 2020

    ๐Ÿ› Bug Fixes

    • core: do not re-hydrate existing entities in EntityFactory (a727052)
    • core: do not require entity reference to have collection props (3331931)
    • deps: update dependency uuid to v7 (#355) (f2a96aa)

    ๐Ÿ”‹ Features

    • core: add loadItems() method to Collection (#347) (de566c5)
    • core: propagate changes to 1:1 and m:1 relations (#352) (4903a48), closes #307
    • core: rework commit logic of UoW to ensure right query order (#351) (52e4b8a)
  • v3.2.1 Changes

    February 20, 2020

    ๐Ÿ› Bug Fixes

    • schema: fix @Index and @Unique decorators on entity level (c6e3646), closes #344
  • v3.2.0 Changes

    February 19, 2020

    ๐Ÿ› Bug Fixes

    • cli: do not require existing entities in generate-entities command (4d5853f), closes #340
    • discovery: fix support for globbing (995a3e8), closes #341
    • typing: align EntityRepository populate signature to EntityManager (#343) (ec5a30e)

    ๐Ÿ”‹ Features