Skip to content

Releases: Alwatr/alwatr

v2.3.0

04 Nov 11:41
v2.3.0
dd53256
Compare
Choose a tag to compare

2.3.0 (2024-11-04)

Features

  • upgrade nanolib to v5.1.0 (78251cf) by @

v2.2.0

02 Nov 13:29
v2.2.0
3a63426
Compare
Choose a tag to compare

2.2.0 (2024-11-02)

Features

  • deps: bump the alwatr group across 1 directory with 9 updates (f6ef7ac) by @dependabot[bot]

Miscellaneous Chores

  • remove unused Tailwind configuration file (3dcf039) by @AliMD
  • update dependabot configuration for improved dependency management (44528a0) by @AliMD
  • update GitHub Copilot settings for code generation instructions (7735e1c) by @AliMD
  • update VSCode extensions for improved development experience (f0ba360) by @AliMD

v2.1.1

28 Oct 13:38
v2.1.1
bebe1b1
Compare
Choose a tag to compare

2.1.1 (2024-10-28)

Bug Fixes

v2.1.0

28 Oct 11:41
v2.1.0
8de6379
Compare
Choose a tag to compare

2.1.0 (2024-10-28)

Features

v2.0.3

16 Oct 10:04
v2.0.3
2c6893f
Compare
Choose a tag to compare

2.0.3 (2024-10-16)

Bug Fixes

v2.0.2

15 Oct 10:21
v2.0.2
b7cbbca
Compare
Choose a tag to compare

2.0.2 (2024-10-15)

Note: Version bump only for package alwatr-monorepo

v2.0.1

15 Oct 10:17
v2.0.1
8a5a41c
Compare
Choose a tag to compare

2.0.1 (2024-10-15)

Miscellaneous Chores

  • Update dependabot.yml and codeql.yaml configurations (999319b) by @AliMD

v2.0.0

15 Oct 09:58
v2.0.0
2e43ca9
Compare
Choose a tag to compare

2.0.0 (2024-10-15)

Breaking Changes

  • Exports all alwatr ecosystem packages as a single alwatr npm package. This significantly changes how you install and import alwatr packages.

Instead of installing individual packages like @alwatr/resolve-url, you now install the alwatr package:

npm install alwatr

And import modules like this:

import { resolveUrl } from 'alwatr/nanolib';

This change simplifies dependency management and reduces bundle size for projects using multiple alwatr packages.

Migration Guide

  1. Uninstall individual @alwatr/* packages: Use npm uninstall @alwatr/package-name for each alwatr package you have installed.
  2. Install the alwatr package: npm install alwatr
  3. Update imports: Change your import statements to use the new format, e.g., import { resolveUrl } from 'alwatr/nanolib';

This major release streamlines the alwatr ecosystem and improves the developer experience. Be sure to update your projects accordingly!

@alwatr/[email protected]

12 Sep 15:00
16036de
Compare
Choose a tag to compare

1.1.2 (2023-09-12)

Note: Version bump only for package @alwatr/validator

@alwatr/[email protected]

12 Sep 14:08
ebc98f7
Compare
Choose a tag to compare

1.1.1 (2023-09-12)

Note: Version bump only for package @alwatr/validator