Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.3.0

- feat(cryptographic): add `certificateFingerprint` API method
- feat(cryptographic): add `apiKey` API method
- feat(cryptographic): add `jwt` API method
- feat(cryptographic): add `mnemonicPhrase` API method
- feat(cryptographic): add `tokenUrlSafe` API method
- feat(cryptographic): add `tokenHex` API method
- feat(cryptographic): add `tokenBytes` API method
- feat(cryptographic): add `hash` API method
- feat(cryptographic): add `uuid` API method
- feat(internet): add `cloudRegion` API method
- feat(internet): add `ipv6CIDR` API method
- feat(internet): add `ipv4CIDR` API method
- perf(rng): improve performance of `customCode` mask
- deps: upgrade versions and checkin `pubspec.lock`
- deps: bump Dart SDK to 3.10.0

## 1.2.0

- feat: WASM compatibility
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: imitatio
description: Generate different types of fake data in multiple languages.
version: 1.2.0
version: 1.3.0
homepage: https://github.com/SkinnyMind/imitatio

environment:
Expand Down