Skip to content

Latest commit

 

History

History
79 lines (37 loc) · 4.67 KB

CHANGELOG.md

File metadata and controls

79 lines (37 loc) · 4.67 KB

0.0.4 (2024-08-19)

Features

  • core: add utils, which provides common function and types definition (38f1d7a)
  • utils: add utils package, which provides common utils and types definition (d8f2361)

0.0.3 (2024-08-17)

Features

  • core: add indexdb function, which provides the IndexDB encapsulation (599ac18)
  • core: add use-spliter hook, which provides the function of splicing or splitting strings based on the delimiter (624c011)
  • core: exports and docs (9971206)
  • core: move monitor file (d3a8d32)

0.0.2 (2024-08-16)

0.0.2-beta.7 (2024-08-16)

0.0.2-beta.6 (2024-08-16)

0.0.2-beta.5 (2024-08-16)

0.0.2-beta.4 (2024-08-16)

0.0.2-beta.3 (2024-08-16)

0.0.2-beta.2 (2024-08-16)

Bug Fixes

  • workflow: fix the incorrect tags value provided in the YML configuration file (8bf93b0)

0.0.2-beta.1 (2024-08-16)

Features

  • add core package config and docs (a62a185)
  • add react subpackage (d70297e)
  • add use-route-listener hook, which provides event center for route change (1518f7e)
  • add vue subpackage (3c1625e)
  • build: add package meta information (d6fa4ab)
  • build: update tsconfig and vite alias (8c173c5)
  • build: update workflows config (#10) (e4d3131)
  • core: add monitor function (becc19f)
  • vue: add use-ext-router hook for vue, which provides helpful functions for enhanced routing (712b5ba)
  • vue: Add use-replace-state hook, which serves as an alternative to window.replaceState. This hook addresses the issue that window.replaceState cannot memorize route states. (939c943)
  • vue: add use-select hook, which provides selection function of the list (3b5bb09)
  • vue: add use-switchable hook, which provides the boolean variable (38c08e9)
  • vue: add use-tree hook, which provides simple tree implementation (631d97c)
  • vue: add vue package peerDependencies (645e34a)
  • vue: export hooks (51a1fce)
  • vue: perfect scope package (8c2613b)