Skip to content

Releases: kedrzu/nzyme

v0.7.0

03 Mar 10:58
Compare
Choose a tag to compare

0.7.0 (2025-03-03)

🚀 Features

  • ioc: exposed resolveDeps function (c3fb1a6)
  • zchema: add record schema (4253434)
  • zchema: lazy schema (8a97d18)

🩹 Fixes

  • zchema: lazy resolve schemas before using (3d98f09)

❤️ Thank You

  • Michał Kędrzyński

v0.6.2

24 Feb 17:38
Compare
Choose a tag to compare

0.6.2 (2025-02-24)

🩹 Fixes

❤️ Thank You

  • Michał Kędrzyński

v0.6.1

21 Feb 14:10
Compare
Choose a tag to compare

0.6.1 (2025-02-21)

🩹 Fixes

  • tsconfig: fixed dist files (0f2351a)

❤️ Thank You

  • Michał Kędrzyński

v0.6.0

21 Feb 13:34
Compare
Choose a tag to compare

0.6.0 (2025-02-21)

🚀 Features

  • cjs support for most of packages (72b525c)

❤️ Thank You

  • Michał Kędrzyński

v0.5.0

22 Jan 10:03
Compare
Choose a tag to compare

0.5.0 (2025-01-22)

🚀 Features

  • add markdown package (11fa4ca)
  • package updates and cleanup (ba8ebb1)
  • zchema: add tuple schema and fromJsonSchema (b8211cb)

🩹 Fixes

  • cli: switched from pastel to oclif (e8585ab)

❤️ Thank You

  • Michał Kędrzyński

v0.4.1

14 Jan 13:45
Compare
Choose a tag to compare

0.4.1 (2025-01-14)

🩹 Fixes

❤️ Thank You

  • Michał Kędrzyński

v0.4.0

13 Jan 09:29
Compare
Choose a tag to compare

0.4.0 (2025-01-13)

🚀 Features

  • zchema: added InferOr type (051bd1a)

❤️ Thank You

  • Michał Kędrzyński

v0.3.0

07 Jan 11:36
Compare
Choose a tag to compare

0.3.0 (2025-01-07)

🚀 Features

  • added types & utils libraries (8561674)
  • scaffolded eslint project (5e5242e)
  • basic helpers for eslint (8c649bb)
  • added eslint config (46e331c)
  • added types and ioc project (674c465)
  • added modal helpers (26c2a4a)
  • modal and transitions (63f6607)
  • added onHistoryBack composable (c90923b)
  • added window event hooks (2377f4e)
  • added Defined type (e79cbe5)
  • added useEmitAsync composable (5c758b6)
  • vue 3 version bump (033530e)
  • added LazyHydrate component (c4fc7d6)
  • added cli project (84a47f2)
  • use @nzyme/vue from sources by default (bfa3180)
  • added i18n, validation and schema packages (644f6f5)
  • added eslint config (34a01ad)
  • extracted primitives and their validations to separate package (6db522d)
  • unified eventEmitter (0be7160)
  • local storage utils (c3d5e69)
  • eslint configuration (f3f29d8)
  • removed schema package (65575ff)
  • added some small improvements (d70aba9)
  • added historyStateRef (351c345)
  • added few helpers (d86803d)
  • changes mostly in aws-cdk (8f6605f)
  • enabled verbatimModuleSyntax (9514cd5)
  • improved tests (f695acd)
  • build scripts (85aee11)
  • better support for turbopack (5fbb9ed)
  • added pure function annotations (119e390)
  • better tree shaking (c55060b)
  • add typography package (c9620d0)
  • switched to vitest almost completely (007d866)
  • added multiple new packages (98b7fbd)
  • added multiple packages (3388293)
  • moved some functions from vue to vue-utils (d80495e)
  • improvements in modal and event handling (c340e3b)
  • typing improvements (136ae0f)
  • moved vue-ioc to a separate package (e5887b8)
  • various improvements (bbdddbe)
  • vitest matchers (ff3515d)
  • aws-cdk: added tools to deploy to AWS (661dfde)
  • aws-cdk: filtering stacks on deployment (3766f62)
  • aws-cdk: pass description to stack (6955f98)
  • aws-cdk: building lambda functions (ee257d5)
  • aws-cdk: passing additional props to lambda function (dfe5b1a)
  • aws-cdk: lambda minification made optional (15291eb)
  • aws-cdk: passing define to lambda function (4d05fc6)
  • aws-cdk: foolprof deployment (36b040f)
  • aws-cdk: improved aws deployment (66f62ec)
  • cdk: retrieving stack outputs (bd6801c)
  • cdk: ability to import resources (e330b30)
  • cdk: recursive deployment (0592762)
  • cdk: async waiting for deploy events (4be5a5f)
  • cli: allowing for composite cli packages (a5d1a99)
  • cli: added cli package (0278d93)
  • devtools: tools for compiling and running dev servers (21b907d)
  • dom: added scrollToTopElement helper (c52558e)
  • dom: added loadScript helper (2a499ce)
  • dom: added loadStyles helper (9633881)
  • dom: moved to barebone (9a104c5)
  • eslint: added monorepo eslint config (2ce16be)
  • eslint: added eslint config for type imports (23f0c8e)
  • eslint: disabled one component per file (990e0b6)
  • esm: added helpers for esm libraries (27f44c4)
  • esm: added alias for firname and filename (1cc9202)
  • ioc: resolving multiple injectables (91b6349)
  • ioc: small improvements and tests (c504c7f)
  • ioc: rewritten IoC package to use implicit deps (4bfeee8)
  • ioc: added container Module (2c672f0)
  • ioc: added useServiceLazy (1e755e4)
  • ioc: added Command (7a867b7)
  • ioc: added CommandResult type (e5ef387)
  • ioc: child ioc container (aab6603)
  • ioc: resolving child scope from nested container (86038ac)
  • ioc: rebuilt injectables and services (28a53b0)
  • ioc: added better type inference for services (0c34de4)
  • ioc: changes in ioc (902e852)
  • ioc: add constValue and envVariable helpers (6cacecf)
  • jest: expect.toEqualPartially matcher (2864b4c)
  • jest: better typing for jest config (541ebba)
  • jest: utils for jest (9cdaa00)
  • logging: added logging package (a6d3b2f)
  • logging: minor changes in console logger (90234fa)
  • logging: added context method (091764a)
  • logging: added Exception class (ff0bc7d)
  • logging: extended Exception class (b4c4d67)
  • money: lib for money calculations (55b769e)
  • money: small improvements (e57690e)
  • money: add grouping to money formatting (2c09139)
  • money: better money formatting (d08eb3f)
  • money: added money helpers (4587479)
  • project-utils: changes in script generator (c10b38d)
  • rollup-utils: added rollup utils (a14bbd8)
  • rollup-utils: default rollup config for a dev server (c05932d)
  • rollup-utils: middlware mode for dev server (a643725)
  • schema: add basic union schema (af2bc9b)
  • slack: added slack utils lib (9049133)
  • types: added FunctionParams type (94e531a)
  • types: added Date ISO string types (40428ae)
  • types: added Fn type (b5e19ae)
  • types: added literal helpers (0cbb3f1)
  • types: added OmitProps type ([83a3784](83a...
Read more