Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.0 #45

Merged
merged 1 commit into from
Feb 17, 2024
Merged

v1.1.0 #45

merged 1 commit into from
Feb 17, 2024

Conversation

ozziest
Copy link
Member

@ozziest ozziest commented Feb 17, 2024

1.1.0 (2024-02-17)

  • Fixed bundling issues
  • Reduced library size.
  • Fixed custom rule registration issue #43

Breaking changes

Before:

import { validate, setLocales } from "robust-validator";
import en from "robust-validator/dist/i18n/en.json";

After:

import { validate, setLocales, en } from "robust-validator";

@ozziest ozziest force-pushed the microbundle branch 2 times, most recently from b54b8a8 to e9a846f Compare February 17, 2024 17:59
@ozziest ozziest changed the title Fixed build issues v1.1.0 Feb 17, 2024
@ozziest ozziest marked this pull request as ready for review February 17, 2024 18:00
- Fixed bundling issues
- Reduced library size.
Copy link

sonarcloud bot commented Feb 17, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
25.4% Duplication on New Code (required ≤ 10%)

See analysis details on SonarCloud

@ozziest ozziest merged commit 8fc5a22 into main Feb 17, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant