diff --git a/.changeset/twelve-crews-walk.md b/.changeset/twelve-crews-walk.md index 1760c8b..63f0653 100644 --- a/.changeset/twelve-crews-walk.md +++ b/.changeset/twelve-crews-walk.md @@ -3,3 +3,9 @@ --- typescript rewrite (v2.0.0) + +- Rewrite the library in TypeScript. + +- Remove the `internet` & `address` sub class, it was being used for fraudulent purposes. + +- Remove the `fake` sub class as it was a bit tedious to maintain and didn't provide much value. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea78e2..138522e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ https://github.com/BolajiOlajide/ng-faker ## v2.0.0 - 2024-09-05 -- Rewrite the library in TypeScript +- Rewrite the library in TypeScript. - Remove the `internet` & `address` sub class, it was being used for fraudulent purposes.