Skip to content

Releases: webiny/stdlib

v0.0.12

Choose a tag to compare

@github-actions github-actions released this 22 Jul 12:43
b77cfc3

Patch Changes

  • 3b7c40e: Add WorkspaceTool for discovering workspaces from root package.json (drop-in replacement for get-yarn-workspaces)

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 22 Jul 11:42
4274225

Patch Changes

  • 809c44a: Replace await using / AsyncDisposable on ReadStreamFactory with explicit destroy() method for bundler compatibility

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:50
5394207

Patch Changes

  • 93f9f83: Add createProcessEnv() and createBrowserEnv() factory functions for using Env implementations outside of DI.

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 15 Jul 10:36
d73ff28

Patch Changes

  • 2f17d08: Add Env abstraction for typed environment variable access with getString, getNumber, and getBoolean families (each with bare, default, and OrThrow variants). Node implementation (ProcessEnvFeature) reads from process.env; browser implementation (BrowserEnvFeature) accepts an injected variables object.

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 25 Jun 07:41
f15af58

Patch Changes

  • a77c5eb: Updated dependencies to their latest versions.

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 08 Jun 12:46
de49916

Patch Changes

  • 5924242: Add nanoid-based ID generators: generateId, generateAlphaNumericId, generateAlphaNumericLowerCaseId, generateAlphaId, generateAlphaLowerCaseId, generateAlphaUpperCaseId. All accept an optional size parameter (default 21). Import from @webiny/stdlib.

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 08 Jun 11:54
b4d24ef

Patch Changes

  • 17a0aeb: Add mdbid utility that generates MongoDB-compatible ObjectId hex strings via bson-objectid. Import from @webiny/stdlib — no DI setup required.

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 07 Jun 07:37
c6dc69b

Patch Changes

  • 5fa60fc: feat(common): add uuid v4 generator with native randomUUID and getRandomValues fallback

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 25 May 07:15
4286a1c

Patch Changes

  • 36d941e: feat: add HashFolderTool — deterministic SHA-256 folder hashing with sync and async (parallel I/O) methods, replacing the unmaintained folder-hash library

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 21 May 15:29
19a8656

Patch Changes

  • fd576ba: refactor: add array index support to immutableDelete and mutableDelete