Skip to content

v1.0.22

Choose a tag to compare

@kearisp kearisp released this 09 May 08:39
· 12 commits to master since this release
23279a7

CI/CD Improvements

  • Added new GitHub Actions for automating beta version management and testing processes
  • Improved workflows for both beta and stable package publishing
  • Added test coverage reporting with automatic badge generation and GitHub Gist uploads
  • Updated Node.js version from 20 to 22 in all workflows

Testing Infrastructure

  • Added Jest configuration and test setup files
  • Added test coverage reporting and badge generation
  • Added support for running tests in CI pipelines

Documentation

  • Added status badges to README (npm version, build status, license)
  • Added statistics badges (downloads, bundle size, test coverage)
  • Improved package metadata and documentation

Security & Core Features

  • Added KeystoreService for secure credential storage
  • Improved plugin management system with better error handling
  • Updated dependency management in package.json

Project Structure

  • Reorganized module structure for better maintainability
  • Added repository layer (PresetRepository)
  • Removed legacy Bun preset configuration
  • Updated exports and imports for better module organization

Dependencies

  • Updated @wocker/core to version 1.0.22
  • Updated @wocker/utils to version 2.0.0
  • Added several new development dependencies for testing
  • Added new runtime dependencies for enhanced functionality