Skip to content

Releases: mathtechstudio/local-storage-cache

v2.0.1

31 Jan 10:54

Choose a tag to compare

  • fix(main): add platform implementations as dependencies (4af0794)

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Jan 10:24
6ce9185

Choose a tag to compare

  • build: add resolution workspace with hosted dependencies (1b05ac0)
  • build: switch to hosted dependencies for v2.0.0 (d8b6fd8)
  • docs(platform): add LICENSE links in linux and macos README (f606c65)
  • docs(platform): add LICENSE links in README files (4ef195e)
  • docs(web): add LICENSE link in README (7e6a224)
  • docs(platform_interface): add LICENSE link in README (7298a69)
  • fix(ci): disable line length rule for platform packages (55ce6ff)
  • fix(ci): ignore invalid_dependency warning for monorepo (acc8c9c)
  • fix(ci): add publish_to none to all packages for analyzer (febc6be)
  • fix: restore pubspec.yaml content for platform packages (3f210ba)
  • chore: restore workspace mode for CI and add publish script (4245cae)
  • docs: add Web platform to README badge (cba5e0b)
  • chore: prepare packages for pub.dev publishing (cb6ef28)
  • chore: update repository URLs to mathtechstudio (8e715fa)
  • docs: update README.md for shield code coverage and build status (3ed0742)
  • fix(ci): run tests sequentially to avoid flutter lock conflicts (517d463)
  • chore: add RELEASE_PROCESS.md to gitignore (9ba81ab)
  • fix(ci): use flutter pub global run for Windows melos commands (03ecc25)
  • fix(ci): add Windows support for melos installation (c14cea0)
  • fix(quality): remove unused variables and exclude web from tests (a69524c)
  • fix(core): resolve critical bugs and improve data integrity (df2c35d)
  • fix(security): improve encryption key generation and metadata serialization (6db5f80)
  • style(test): remove extra blank lines for code formatting compliance (d419554)
  • fix: use asynchronous await file.exists() to keep the operation non-blocking (9003b9b)
  • docs: update README.md to match the new API (8ae4876)
  • fix: add a guard to handle cases where there are no tables to back up (1b500e3)
  • fix(test): resolve CI test failures in query builder and storage engine (81bb5c4)
  • test(mock): fix UPDATE handler and add batch operation support (82e0494)
  • docs(security): fix incorrect rotateEncryptionKey API reference (0cd05bf)
  • chore(gitignore): remove coverage files from version control (44a4939)
  • fix(example): correct multi-space screen to use consistent key-value API (292a19a)
  • docs(readme): fix all non-existent API examples with actual implementation (39938f2)
  • docs(readme): fix incorrect transaction API example (bfdd1bb)
  • docs(readme): fix incorrect TableSchema example in Quick Start (5f3a9f0)
  • fix(query): implement proper SQL generation for nested conditions (006480e)
  • docs(security): replace insecure KDF example with proper PBKDF2 implementation (a2ac2db)
  • fix(storage): use JSON for robust key-value serialization (88f696c)
  • security(encryption): use cryptographically secure random key generation (e71d89c)
  • chore: update REAMDE.md with actual support (073298e)
  • fix(ci): correct melos format command syntax (559a037)
  • chore(ci): fix workflows, coverage path, and address security warnings (9136228)
  • chore: remove Flutter plugins file (3dc8146)
  • chore: remove old v1 library files for migration to monorepo (91f5b5e)
  • feat: add comprehensive monorepo packages structure with platform implementations (fe7a2cb)
  • chore: update Flutter plugins dependencies (356e571)
  • chore: migrate to monorepo structure with Melos workspace (72f4fc6)
  • docs: update LICENSE copyright year (e314da5)
  • chore: update analysis options for very_good_analysis linting (94b454c)
  • chore: update gitignore for monorepo structure (db0957c)
  • docs: update root CHANGELOG with version history and breaking changes (c6be581)
  • docs: update root README with comprehensive documentation and professional formatting (c36ecd5)
  • chore: add CODEOWNERS file for repository maintainers (5d61943)
  • ci: add release drafter configuration for automated changelog generation (5c80811)
  • ci: add GitHub Actions workflows for code quality, coverage, and integration (fd6402a)
  • fix: wrong sql statement for deleteExpiredCache (4e29684)
  • feat: Added method to delete expired cache in cache_manager.dart (7571cea)
  • Update README.md (b78ead9)
  • Create FUNDING.yml (2cb35ce)
  • Move platform declarations under plugin: section (fe0ff0f)
  • Move platform declarations under plugin: section (f58bd63)
  • Add CHANGELOG.md with details for version 1.0.0 (9f3dfe0)
  • Update README.md with installation instructions, usage examples, and additional notes. (0595b91)
  • feat: Add comprehensive local storage and caching solutions (6ea4fdf)

What's Changed

  • feat: Added method to delete expired cache in cache_manager.dart by @ravindrabarthwal in #1
  • fix: wrong sql statement for deleteExpiredCache by @ravindrabarthwal in #2
  • Release v2.0.0 - Major Breaking Changes by @protheeuz in #4
  • fix(quality): remove unused variables and exclude web from tests by @protheeuz in #5
  • docs: update README.md for shield code coverage and build status by @protheeuz in #6
  • chore: update repository URLs to mathtechstudio by @protheeuz in #7
  • fix(ci): disable line length rule for platform packages by @protheeuz in #8
  • build: switch to hosted dependencies for v2.0.0 by @protheeuz in #9

New Contributors

Full Changelog: https://github.com/mathtechstudio/local-storage-cache/commits/v2.0.0