0.0.6 (2023-08-11)
- docs: add copyToClipboard functionality to the browser guide (e02ae8b)
- docs: add documentation for getScrollTop, scrollTo, and setScrollTop functions (596a961)
- docs: add new sections to sidebarGuide in config.ts (99277e4)
- theme: add new components for DOM manipulation (9a31ff0)
0.0.5 (2023-08-08)
- capitalsFirstLetter.md: add documentation for the
capitalsFirstLetter
function (dc7fc26) - docs: add CapitalsFirstLetterDemo component to the theme (2ab2ec9)
- docs: add LowercaseEveryLettersDemo component (b30a872)
- docs: add support for uppercaseEveryWord function in utils-snap-fn (3676b45)
- docs: add UppercaseEveryLettersDemo component to the documentation theme (65d7656)
0.0.4 (2023-07-31)
- docs: add IsArrayEqualDemo component to the Vitepress theme (ca30173)
- docs: add new guide for randomColor and update sidebar to include it (8cb4d37)
- docs: add new Vue component 'isArrayEqualDemo.vue' to demonstrate the usage of isArrayEqual function (799fa29)
- docs: add RandomUUIDDemo component to the Vitepress theme (21f6e43)
- docs: add RemoveDuplicatesObjDemo component to array section in documentation (17618f7)
- isArrayEqual.md: add documentation for the
isArrayEqual
utility function (3edcd1c) - randomNum.md: add documentation for the
randomNum
function (cc9daa3) - randomNumDemo.vue: add a new component for generating random numbers within a given range (8b18319)
- randomUUID.md: add documentation for the
randomUUID
function (b8fc9d2) - theme: add RandomColorDemo component to the Vitepress theme (b69e8e5)
0.0.3 (2023-07-28)
0.0.2 (2023-07-28)
0.0.1 (2023-07-28)
- isValidUUIDDemo.vue: update text to ask if it is a valid UUID instead of Id card number (0224ed2)
- regex: update input placeholders in isEmailDemo.vue and isIdCardDemo.vue (db56fb0)
- docs: add documentation for isMobile utility function (b55b91f)
- docs: add IsEmailDemo component to the Vitepress theme (fb633f1)
- docs: add IsIdCardDemo component to the documentation theme (537340a)
- docs: add IsIpv4Demo component to the theme (c9be5ac)
- docs: add IsIpv6Demo component to the theme (030a285)
- docs: add IsMobileDemo component to the theme (fea76e0)
- isEmail.md: add documentation for the
isEmail
function (6fee689) - isIdCard.md: add documentation for the
isIdCard
utility function (f2c5b71) - isIpv4.md: add documentation for the
isIpv4
utility function (b4b558f) - isIpv6.md: add documentation for the
isIpv6
function (e9c8739) - isValidUUID.md: add documentation for the
isValidUUID
function (866ab4e)