Skip to content

Latest commit

 

History

History
487 lines (238 loc) · 22.8 KB

File metadata and controls

487 lines (238 loc) · 22.8 KB

2.0.8 (2026-05-07)

Features

  • add deriveKey function and documentation for deriving object keys (9e5a12c)
  • add rekey documentation and tests for original object preservation and symbol key support (e039964)
  • add rekey function to rename object keys with mapping and include documentation (c385d42)

2.0.6 (2026-04-21)

Refactoring

  • refactor code structure for improved readability and maintainability (cc63979)
  • update lint and format commands in documentation for consistency (8b290cd)

2.0.5 (2026-04-18)

Bug Fixes

  • update @configurajs/vite-plus dependency to version 0.2.5 (8ee94e5)

2.0.3 (2026-04-15)

Features

  • enhance CLI release command with additional options and update documentation (8f6126c)

2.0.2 (2026-04-15)

Bug Fixes

  • downgrade @varlet/release version from 2.2.1 to 2.2.0 in pnpm-lock.yaml (c087796)
  • update @varlet/release version from ^2.2.0 to ^2.2.1 in package.json and pnpm-lock.yaml (5131f3f)

2.0.1 (2026-04-15)

Features

  • add publish command to CLI and update configuration types (4439e2a)

2.0.0 (2026-04-15)

Bug Fixes

  • remove format and clean options from Vite configuration (21f3827)
  • revert version number to 1.8.3 in package.json (b1c94cc)
  • update @configurajs/vite-plus dependency to version 0.2.3 (2e755c1)
  • update @configurajs/vite-plus dependency to version 0.2.4 (7681355)
  • update @varlet/release version to 2.2.1 in pnpm-lock.yaml (ee08753)
  • update api-farmer dependency to version 0.1.5 (dcd2c22)
  • update links to Agent Skills in README and Chinese translations (4c42056)
  • update vitest dependency to use vite-plus-test for compatibility (e0cba43)
  • update vitest dependency version and ensure compatibility with vite-plus-core (b1745a0)

Features

  • add "Why Rattail" section and links to documentation in English and Chinese (a833839)
  • add CLI functionality with clean command and configuration loading (c3746b7)
  • add return type to defineConfig function for improved type safety (89c8696)
  • add utility functions for storage, math operations, and file handling (f2433e3)
  • cli: enhance CLI commands and add API generation (1bddbf2)
  • cli: refactor clean function and update CleanConfig type for better pattern resolution (9adf27d)
  • cli: update CLI commands and enhance clean functionality (0b962b6)
  • cli: update commit-msg hook to use tsx for linting (08e747d)
  • update documentation and CLI commands for improved clarity and functionality (9cef530)

Refactoring

  • refactor code structure for improved readability and maintainability (a7efb15)
  • refactor code structure for improved readability and maintainability (1c5741b)
  • remove Vite+ presets and update CLI documentation for clarity (737759e)

1.8.3 (2026-04-10)

Bug Fixes

  • update @configurajs/vite-plus dependency to version 0.2.2 and remove type-aware linting mention from documentation (214ccca)

1.8.2 (2026-04-09)

Bug Fixes

  • update @varlet/axle dependency to version 1.0.2 (771f071)
  • update lint script to automatically fix issues (753558f)

1.8.1 (2026-04-09)

Bug Fixes

  • remove outDir option from tsconfig.json (3f61f5c)

Features

  • add lint-staged preset and update configurations (5129a19)
  • add pre-commit and commit-msg hooks, update package.json for staged linting (585e758)
  • update configuration files and add VSCode settings (6c83262)

1.8.0 (2026-04-09)

Bug Fixes

  • update dependency specifiers to remove caret (^) for better version control (3742923)

Features

  • add axle and vite-plus-presets documentation in English and Chinese (7065606)
  • add configuration files for formatting and linting using @configurajs/vite-plus (783a02b)
  • add ruler-factory integration and documentation in English and Chinese (6e11252)
  • enhance package exports and add new entry points for axle and vite-plus (4f70cb1)

1.7.0 (2026-03-26)

Features

  • add tryCall and tryAsyncCall functions with corresponding documentation (705928d)

1.6.3 (2026-03-26)

Features

  • add maskString function for masking string content and update documentation (fb6f755)

1.6.2 (2026-03-26)

Features

  • implement maskText function for masking string content with customizable options (0a818da)

1.6.1 (2026-03-22)

Bug Fixes

  • remove unnecessary spread of Cookie in createCookieStorage function (4fccba6)
  • update Node.js version in CI configuration from 18 to 20 (2fba357)

Features

  • add .npmrc file with shamefully-hoist configuration (21335c9)
  • add createCookieStorage for cookie-based storage management with JSON serialization (d07518a)
  • add js-cookie integration for cookie storage management (7b574ba)

1.6.0 (2026-03-21)

Bug Fixes

  • tests: update expected hash in sumHash test and adjust delay in createCacheManager test (141ca92)
  • update NavigationTarget query type to allow any value and ensure string conversion in buildNavigationUrl (cb8c335)

Features

  • implement navigation API with buildNavigationUrl function and corresponding documentation (0f7ee46)

Refactoring

  • update test imports from vitest to vite-plus/test (cb313fb)

1.5.0 (2026-03-19)

Features

  • add integrated items for mitt and uuid with corresponding documentation (0ddbf92)

Refactoring

  • update build output directory to 'dist' and adjust TypeScript configuration (6beeafb)

1.4.0 (2026-03-13)

Features

  • add enumOf utility and corresponding tests (54f8d7a)
  • add enumOf utility documentation in English and Chinese (2213d87)

1.3.1 (2026-01-29)

1.3.0 (2025-12-18)

1.2.3 (2025-12-18)

1.2.2 (2025-12-18)

Features

  • support createCacheManager (aa5e628)

1.2.1 (2025-11-16)

1.2.0 (2025-11-14)

Features

  • support callOrReturn (71ba352)
  • support hasDuplicates and hasDuplicatesBy (a163cf8)

1.1.0 (2025-11-06)

Features

  • add objectKeys and objectEntries to objectItems (e9eaef9)
  • add removeItemBy and removeItemsBy functions with corresponding documentation (4c0fd16)

1.0.24 (2025-10-24)

Features

  • add objectEntries and objectKeys functions with TypeScript support (204f538)

1.0.23 (2025-09-03)

Features

1.0.22 (2025-08-14)

1.0.21 (2025-08-14)

1.0.20 (2025-08-12)

Features

1.0.19 (2025-01-15)

Features

  • case conversion is compatible with snake case (90d9b97)

1.0.18 (2024-12-07)

1.0.17 (2024-12-06)

Features

Refactoring

  • array: optimize groupBy function (#38) (4cdaf41)

1.0.16 (2024-11-26)

Bug Fixes

1.0.15 (2024-11-26)

Bug Fixes

1.0.14 (2024-11-21)

Features

1.0.13 (2024-11-20)

Features

1.0.12 (2024-11-19)

Features

1.0.11 (2024-11-17)

1.0.10 (2024-11-17)

Features

1.0.9 (2024-11-16)

Features

  • isPrimitive, mapObject, promiseWithResolvers (1bec2db)

1.0.8 (2024-11-14)

1.0.7 (2024-11-14)

Features

1.0.6 (2024-11-13)

1.0.5 (2024-11-13)

Features

1.0.4 (2024-11-12)

Features

  • intersection, intersectionWith (c8597e2)
  • support difference, differenceWith (5064736)

1.0.3 (2024-11-11)

1.0.2 (2024-11-11)

Features

  • merge: support reset args (fc14191)

1.0.1 (2024-11-10)

Features

1.0.0 (2024-11-08)

0.0.12 (2024-11-07)

Features

  • add pick, omit, pickBy, and omitBy functions (#27) (ee83029)

Refactoring

  • cleanup pick pickBy omit omitBy and update docs (b12097a)

0.0.11 (2024-11-05)

Features

  • support ensureSuffix, ensurePrefix, refactor project structrue (475cdde)

0.0.10 (2024-11-04)

Features

0.0.9 (2024-11-04)

0.0.8 (2024-11-04)

Bug Fixes

Features

Refactoring

0.0.7 (2024-11-01)

Features

0.0.6 (2024-10-31)

Bug Fixes

0.0.5 (2024-10-31)

Bug Fixes

Features

Performance Improvements

0.0.3 (2024-10-28)

Refactoring

  • enhance camelize and genStringKey and update docs (5f4fad5)

0.0.2 (2024-10-28)

Features

  • support vitesse theme for markdown (c90908a)

0.0.1 (2024-10-28)

Bug Fixes

Features