Back to generator

Changelog

v1.2.1

  • fixedSecurity: forced postcss to 8.5.25 and sharp to 0.35.3 via npm overrides, resolving five Dependabot alerts inherited from Next.js transitive dependencies
  • changedUpgraded Node.js from 18 to 22 in the Docker image and CI workflows (Node 18 is end-of-life and sharp 0.35 requires Node 20.9+)

v1.2.0

  • addedMr Blobby mode: injects bad data into exports to test password manager import error handling
  • addedFormat-aware corruption: CSV delimiter breaks, XML entity injection, oversized fields, unicode edge cases, malformed URLs, and injection payloads

v1.1.0

  • addedAPI documentation page at /docs with endpoint reference, parameter tables, format capabilities, examples, and error handling
  • addedHelp icon in header linking to documentation
  • addedDocs link in footer navigation

v1.0.0

  • addedPassword vault generation for 7 formats: Bitwarden, LastPass, Keeper, Microsoft Edge, KeePassX, KeePass2, and Password Depot
  • addedREST API with rate limiting and security middleware
  • addedMulti-language support with locale-specific data generation
  • addedBitwarden advanced types: secure notes, credit cards, identities, and collections
  • addedDark mode with system theme detection
  • addedCI pipeline with build and API integration tests
  • addedDaily automated dependency updates via GitHub Actions