storm-stack

⚡The Storm Stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

APACHE-2.0 License

Downloads
4K
Stars
3
Committers
6

Bot releases are visible (Hide)

storm-stack - file-system-v1.2.0

Published by github-actions[bot] 11 months ago

1.2.0 (2023-12-08)

Features

  • file-system: Added isFile and isDirectory utility functions (9f17804)

This release is also available on:

storm-stack - unique-identifier-v1.1.1

Published by github-actions[bot] 11 months ago

1.1.1 (2023-12-07)

Bug Fixes

  • errors: Resolved issue with package.json properties (54ce205)

This release is also available on:

storm-stack - serialization-v1.1.1

Published by github-actions[bot] 11 months ago

1.1.1 (2023-12-07)

Bug Fixes

  • errors: Resolved issue with package.json properties (54ce205)

This release is also available on:

storm-stack - errors-v1.1.1

Published by github-actions[bot] 11 months ago

1.1.1 (2023-12-07)

Bug Fixes

  • errors: Resolved issue with package.json properties (54ce205)

This release is also available on:

storm-stack - date-time-v1.1.1

Published by github-actions[bot] 11 months ago

1.1.1 (2023-12-07)

Bug Fixes

  • errors: Resolved issue with package.json properties (54ce205)

This release is also available on:

storm-stack - file-system-v1.1.0

Published by github-actions[bot] 11 months ago

1.1.0 (2023-12-07)

Features

  • file-system: Added various new utility functions to handle file paths and read/write (64c0e92)

This release is also available on:

storm-stack - utilities-v1.1.0

Published by github-actions[bot] 11 months ago

1.1.0 (2023-12-06)

Bug Fixes

  • monorepo: Regenerated the pnpm-lock file (6b20acb)

Features

  • file-system: Added a new package to support manipulation of files and package management (dc2b9d9)

This release is also available on:

storm-stack - unique-identifier-v1.1.0

Published by github-actions[bot] 11 months ago

1.1.0 (2023-12-06)

Bug Fixes

  • monorepo: Regenerated the pnpm-lock file (6b20acb)

Features

  • file-system: Added a new package to support manipulation of files and package management (dc2b9d9)

This release is also available on:

storm-stack - serialization-v1.1.0

Published by github-actions[bot] 11 months ago

1.1.0 (2023-12-06)

Bug Fixes

  • monorepo: Regenerated the pnpm-lock file (6b20acb)

Features

  • file-system: Added a new package to support manipulation of files and package management (dc2b9d9)

This release is also available on:

storm-stack - logging-v1.1.0

Published by github-actions[bot] 11 months ago

1.1.0 (2023-12-06)

Bug Fixes

  • monorepo: Regenerated the pnpm-lock file (6b20acb)

Features

  • file-system: Added a new package to support manipulation of files and package management (dc2b9d9)

This release is also available on:

storm-stack - file-system-v1.0.0

Published by github-actions[bot] 11 months ago

1.0.0 (2023-12-06)

Bug Fixes

  • monorepo: Regenerated the pnpm-lock file (6b20acb)
  • serialization: Converted the decorators to use older metadata style (4723313)
  • storm-stack: Generate new pnpm lockfile (51ab3aa)
  • storm-stack: Upgrade dependency versions (ca3ad39)

Features

  • config: Added config library to support loading user workspace options (489284a)
  • config: Read values from env variables in runtime packages (48d6bc4)
  • date-time: Added the Storm Date Time package (7799c2b)
  • errors: Added the Storm errors package (7f380be)
  • file-system: Added a new package to support manipulation of files and package management (dc2b9d9)
  • logging: Added Storm logging package (e860b60)
  • logging: Added Storm logging package (435748f)
  • monorepo: Update build executors used by packages (325b837)
  • nx: Added nx package for running workspace processes (24aa541)
  • serialization: Added initial code for serialization library (92ab31d)
  • storm-stack: Initial commit of monorepo (46e8af4)
  • unique-identifier: Initial checkin of the unique identifier package (e1c56f2)
  • utilities: Initial checkin of base utilities package (3c056fa)
storm-stack - errors-v1.1.0

Published by github-actions[bot] 11 months ago

1.1.0 (2023-12-06)

Bug Fixes

  • monorepo: Regenerated the pnpm-lock file (6b20acb)

Features

  • file-system: Added a new package to support manipulation of files and package management (dc2b9d9)

This release is also available on:

storm-stack - date-time-v1.1.0

Published by github-actions[bot] 11 months ago

1.1.0 (2023-12-06)

Bug Fixes

  • monorepo: Regenerated the pnpm-lock file (6b20acb)

Features

  • file-system: Added a new package to support manipulation of files and package management (dc2b9d9)

This release is also available on:

storm-stack - unique-identifier-v1.0.1

Published by github-actions[bot] 11 months ago

1.0.1 (2023-12-06)

Bug Fixes

  • unique-identifier: Ensure the hash function is exported from package (426030a)

This release is also available on:

storm-stack - logging-v1.0.1

Published by github-actions[bot] 11 months ago

1.0.1 (2023-12-06)

Bug Fixes

  • logging: Added missing create function for StormLog class (e8bc04b)

This release is also available on:

storm-stack - errors-v1.0.0

Published by github-actions[bot] 11 months ago

1.0.0 (2023-12-05)

Bug Fixes

  • serialization: Converted the decorators to use older metadata style (4723313)
  • storm-stack: Generate new pnpm lockfile (51ab3aa)
  • storm-stack: Upgrade dependency versions (ca3ad39)

Features

  • config: Added config library to support loading user workspace options (489284a)
  • config: Read values from env variables in runtime packages (48d6bc4)
  • date-time: Added the Storm Date Time package (7799c2b)
  • errors: Added the Storm errors package (7f380be)
  • logging: Added Storm logging package (e860b60)
  • logging: Added Storm logging package (435748f)
  • monorepo: Update build executors used by packages (325b837)
  • nx: Added nx package for running workspace processes (24aa541)
  • serialization: Added initial code for serialization library (92ab31d)
  • serialization: Added serialization to Storm date-time and error classes (3185ac7)
  • storm-stack: Initial commit of monorepo (46e8af4)
  • unique-identifier: Initial checkin of the unique identifier package (e1c56f2)
  • utilities: Initial checkin of base utilities package (3c056fa)

This release is also available on:

storm-stack - logging-v1.0.0

Published by github-actions[bot] 11 months ago

1.0.0 (2023-12-05)

Bug Fixes

  • serialization: Converted the decorators to use older metadata style (4723313)
  • storm-stack: Generate new pnpm lockfile (51ab3aa)
  • storm-stack: Upgrade dependency versions (ca3ad39)

Features

  • config: Added config library to support loading user workspace options (489284a)
  • config: Read values from env variables in runtime packages (48d6bc4)
  • date-time: Added the Storm Date Time package (7799c2b)
  • errors: Added the Storm errors package (7f380be)
  • logging: Added ability to create StormLog instances (56101ef)
  • logging: Added Storm logging package (e860b60)
  • logging: Added Storm logging package (435748f)
  • monorepo: Update build executors used by packages (325b837)
  • nx: Added nx package for running workspace processes (24aa541)
  • serialization: Added initial code for serialization library (92ab31d)
  • storm-stack: Initial commit of monorepo (46e8af4)
  • unique-identifier: Initial checkin of the unique identifier package (e1c56f2)
  • utilities: Initial checkin of base utilities package (3c056fa)

This release is also available on:

storm-stack - utilities-v1.0.0

Published by github-actions[bot] 11 months ago

1.0.0 (2023-12-05)

Bug Fixes

  • serialization: Converted the decorators to use older metadata style (4723313)
  • storm-stack: Generate new pnpm lockfile (51ab3aa)
  • storm-stack: Upgrade dependency versions (ca3ad39)

Features

  • config: Added config library to support loading user workspace options (489284a)
  • config: Read values from env variables in runtime packages (48d6bc4)
  • date-time: Added the Storm Date Time package (7799c2b)
  • errors: Added the Storm errors package (7f380be)
  • logging: Added Storm logging package (e860b60)
  • logging: Added Storm logging package (435748f)
  • monorepo: Update build executors used by packages (325b837)
  • nx: Added nx package for running workspace processes (24aa541)
  • serialization: Added initial code for serialization library (92ab31d)
  • serialization: Added serialization to Storm date-time and error classes (3185ac7)
  • storm-stack: Initial commit of monorepo (46e8af4)
  • unique-identifier: Initial checkin of the unique identifier package (e1c56f2)
  • utilities: Added string manipulation functions to the utilities package (a798a80)
  • utilities: Added type-check utilities and crypto functions (6a5efd4)
  • utilities: Initial checkin of base utilities package (3c056fa)

This release is also available on:

storm-stack - date-time-v1.0.0

Published by github-actions[bot] 11 months ago

1.0.0 (2023-12-05)

Bug Fixes

  • serialization: Converted the decorators to use older metadata style (4723313)
  • storm-stack: Generate new pnpm lockfile (51ab3aa)
  • storm-stack: Upgrade dependency versions (ca3ad39)

Features

  • config: Added config library to support loading user workspace options (489284a)
  • config: Read values from env variables in runtime packages (48d6bc4)
  • date-time: Added date-time validation and format functions (c6f23ec)
  • date-time: Added StormDate and StormTime class definitions (c069cda)
  • date-time: Added the Storm Date Time package (7799c2b)
  • errors: Added the Storm errors package (7f380be)
  • logging: Added Storm logging package (e860b60)
  • logging: Added Storm logging package (435748f)
  • monorepo: Update build executors used by packages (325b837)
  • nx: Added nx package for running workspace processes (24aa541)
  • serialization: Added initial code for serialization library (92ab31d)
  • serialization: Added serialization to Storm date-time and error classes (3185ac7)
  • storm-stack: Initial commit of monorepo (46e8af4)
  • unique-identifier: Initial checkin of the unique identifier package (e1c56f2)
  • utilities: Initial checkin of base utilities package (3c056fa)

This release is also available on:

storm-stack - serialization-v1.0.0

Published by github-actions[bot] 11 months ago

1.0.0 (2023-12-05)

Bug Fixes

  • serialization: Converted the decorators to use older metadata style (4723313)
  • storm-stack: Generate new pnpm lockfile (51ab3aa)
  • storm-stack: Upgrade dependency versions (ca3ad39)

Features

  • config: Added config library to support loading user workspace options (489284a)
  • config: Read values from env variables in runtime packages (48d6bc4)
  • date-time: Added the Storm Date Time package (7799c2b)
  • errors: Added the Storm errors package (7f380be)
  • logging: Added Storm logging package (e860b60)
  • logging: Added Storm logging package (435748f)
  • monorepo: Update build executors used by packages (325b837)
  • nx: Added nx package for running workspace processes (24aa541)
  • serialization: Added initial code for serialization library (92ab31d)
  • serialization: Added serialization to Storm date-time and error classes (3185ac7)
  • storm-stack: Initial commit of monorepo (46e8af4)
  • unique-identifier: Initial checkin of the unique identifier package (e1c56f2)
  • utilities: Initial checkin of base utilities package (3c056fa)

This release is also available on: