Skip to content

Latest commit

 

History

History
274 lines (172 loc) · 21.8 KB

CHANGELOG.md

File metadata and controls

274 lines (172 loc) · 21.8 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.1-alpha.131 (2024-02-09)

Bug Fixes

  • http: make sure all path parameters are available in HttpRequestParser (e215420)
  • rpc: error Observable Subscribers when no Observable Next type can be detected (e207fea)
  • type: make sure cast throws when null/undefined is passed (1bb3641)

1.0.1-alpha.130 (2024-02-07)

Bug Fixes

  • http: don't include resolver/DI objects into HttpRequestParser (be189c5)

Features

  • http: allow to fetch unused path parameters in HttpRequestParser (cc3cd3b)

1.0.1-alpha.129 (2024-02-07)

Features

  • http: also read path parameters in HttpRequestParser (888d058)

1.0.1-alpha.128 (2024-02-06)

Bug Fixes

  • framework: esm import (a9927c2)
  • injector: correctly label symbols (ac07f21)
  • postgres: don't crash when no index can be extracted (c80e88f)

Features

  • http: add new HttpRequestParser injection token (6101f83)

1.0.1-alpha.127 (2024-02-06)

Bug Fixes

  • framework: wrong ESM import (9ec0df2)
  • sql: wrong ESM import (08996bb)

1.0.1-alpha.126 (2024-02-06)

Bug Fixes

1.0.1-alpha.125 (2024-02-05)

Bug Fixes

  • mongo: export error symbols (5841a5a)

1.0.1-alpha.124 (2024-02-04)

Bug Fixes

  • desktop-ui: -webkit-scrollbar is not supported in chrome anymore (68fca4f)
  • desktop-ui: dont ignore dist/ in npm package (e6e6faa)
  • orm: make sure getJoin operates on existing join model (03b2428)
  • type: handle more circular types (5f6bd12), closes #477

Features

  • orm: better Error handling + UniqueConstraintFailure (f1845ee)
  • orm: new API to configure a join query (64cc55e)

1.0.1-alpha.123 (2024-02-02)

Bug Fixes

  • desktop-ui: resolve various circular imports (3f5c676)
  • injector: resolve deps of exported providers correctly (c185b38)

Features

  • orm: onDatabaseError event (cdb7256)

1.0.1-alpha.122 (2024-01-31)

Features

  • injector: new Module.configureProvider(Fn) with configuration callback (1739b95)

1.0.1-alpha.121 (2024-01-31)

Bug Fixes

  • core: clear timeouts correctly in ProcessLock (89cd2d5)
  • sqlite: correctly quote column renaming (e555ac8)
  • topsort: circular reference detection (1c01cc1)

Features

  • broker: await using BrokerLockItem.hold() for better resource management (7917fb1)
  • http: allow using unknown/any/never types that are nominal (3221ff0)

1.0.1-alpha.120 (2024-01-29)

Features

  • mysql: upgrade mariadb dependency to 3.2.3 (558ca17)
  • sql: support more union types and add new performance abstraction (03067fa), closes #525
  • type: preserve modifiers in homomorphic mapped types (f2091d0), closes #515 #514

1.0.1-alpha.119 (2024-01-28)

Features

  • sql: support embedded union object literals (29da45c)
  • type: provide parent types in serializer template state (d65dfc0)

1.0.1-alpha.118 (2024-01-27)

Features

  • app: support Reference in cli object flags (b436af2)
  • framework: support multi-host broker setup (6daa19e)

1.0.1-alpha.117 (2024-01-26)

Bug Fixes

  • broker: invalid type in Bus.publish (fb99dbe)
  • type-compiler: embed external class/functions (ad6973d)
  • type-compiler: merge compilerOptions from ConfigResolver (7b00789)
  • type-compiler: pattern match exclusion for globs (#543) (30e3319)
  • type: correct type guard (272cff9)

Features

  • app: allow object literals as flags (488247a)
  • app: allow passing command function without name (6796414)
  • app: more color in CLI validation error (9231b7c)
  • http: support non-class types as DI tokens in route actions (a296570)
  • type-compiler: improve perf by 10x (6eb0436)
  • type-compiler: support local export syntax + improve logging (993cffa)

1.0.1-alpha.116 (2024-01-22)

Features

  • injector: throw error when both forRoot and exports are used in module (#539) (7faa60d)
  • type: refactor typeName embedding (48a2994)

1.0.1-alpha.115 (2024-01-21)

Bug Fixes

  • create-app: update code to newest deepkit version (7f85620)
  • framework: stopwatch store last sync report error (bc15c06)
  • rpc-tcp: make sure unixsocket folder is created (00fd4ed)
  • website: add @latest to npm init (f182de5)

1.0.1-alpha.114 (2024-01-21)

Bug Fixes

  • http: make sure HttpHeader options is defined (ea251ed)
  • type-compiler: support nodenext/node16 module type (5e40fae)

Features

  • type-compiler: improve performance drastically (1d80c1a)

1.0.1-alpha.113 (2024-01-17)

Bug Fixes

  • framework: make sure profiler is only activated when debug/profile is true. (c1d9357)

Features

  • orm: remove rxjs dependency (0d9dfe1)

1.0.1-alpha.112 (2024-01-16)

Bug Fixes

  • framework: make sure configured var/debug folder is created when (3383504)

Features

  • app: improve CLI outputs/parsing by removing @oclif (e38bbd1)
  • rpc: make kernel connection available in kernel security (#536) (32252b0)

1.0.1-alpha.111 (2024-01-15)

Features

  • type: add new fast path to resolveReceiveType and made it 5x faster on average use case. (45d656c)

1.0.1-alpha.110 (2024-01-11)

Bug Fixes

  • type-compiler: make sure plugin is exported in new entrypoint + deps are correct (22eb296)

1.0.1-alpha.109 (2024-01-10)

Bug Fixes

  • bson: tests (607d369)
  • create-app: add missing filesystem dependency (#533) (a70327c)
  • http: use default values of route parameters if no http value was provided. (fa74d16), closes #529
  • injector: allow to define scope in provide({}) (2f12c2e)
  • orm: snapshot type any correctly (4898e9b)
  • rpc: defer resolving class name (68fe2a9)
  • rpc: tests with controller path resolution based on reflection (6909fa8)
  • sql: serialize referenced types (#528) (2f68991)
  • type-compiler: arrow function receive type (#521) (6bfb246)
  • type-compiler: resolve reflection mode paths correctly (acb2d72)
  • type-compiler: set ts compiler options target to es2022 if higher than es20222 when resolving global lib files (#516) (29a1a17)
  • type: make serializer API consistent (5870005)

Features

  • broker: queue message deduplication (#512) (2a8bf2c)
  • injector: add support for receive type in isProvided (#511) (e405ed3)
  • mongo,sql: skip database field for inserts (#527) (9fca388)

1.0.1-alpha.108 (2023-11-21)

Bug Fixes

  • app: correctly end stopwatch frame (86be2e1)
  • broker: await disconnect (0568378)
  • core: make sure stringifyValueWithType does not print unlimited depth (56fbef9)
  • framework: don't enable profiler per default (52a7e52)
  • framework: dont throw when profiler package couldn't be built. (3b165d6)
  • framework: provide always DebugBroker (1b55b65)
  • http: fix tests to reflect new error reporting (1eb83ff)
  • injector: make sure type cache is used when finding matching provider. (8c79e4b)
  • rpc: correctly load controller name (9d603db)
  • rpc: race condition in disconnect() when connect is still in progress (f2d708d)
  • template: better typings to support <element role="string"> (efb1668)
  • type: correctly check X extends Date and print validation errors with caused value. (fde795e)
  • type: correctly materialize Promise in runtime checks. (aa66460), closes #495
  • type: make sure typeof x expression doesn't return the original type (7206e7e)
  • type: make sure inline returns a ref to the correct type program (dc5d6dd)

Features

  • rpc: make controller decorator name optional (#491) (525ed39)
  • type-compiler: emit typeName for type only imports (#501) (318d091)

1.0.1-alpha.107 (2023-10-23)

Note: Version bump only for package root

1.0.1-alpha.106 (2023-10-23)

Note: Version bump only for package root

1.0.1-alpha.105 (2023-10-23)

Bug Fixes

  • filesystem-aws-s3: use new type for ACL (dd08c77)
  • framework: support esm environment for debug gui http routes (5cb33cf)
  • mongo: also check connection request for queued requests. (6c6ca94)
  • mongo: fix off by one error in pool (666ba86)
  • orm: correctly instantiate database class per module (1ea2418)
  • rpc: move controllerAccess to handleAction to not call it twice. (c68308d)
  • type-compiler: wrong import (caad2b3)
  • type: do not interfere with type checking when intersecting multiple type annotations. (af85f1f)
  • type: test (c335466)