Releases: Alwatr/alwatr
Releases · Alwatr/alwatr
v2.3.0
v2.2.0
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
v2.1.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
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
- Uninstall individual
@alwatr/*
packages: Usenpm uninstall @alwatr/package-name
for each alwatr package you have installed. - Install the
alwatr
package:npm install alwatr
- 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]
1.1.2 (2023-09-12)
Note: Version bump only for package @alwatr/validator
@alwatr/[email protected]
1.1.1 (2023-09-12)
Note: Version bump only for package @alwatr/validator