UNPKG

@web3r/flowerkit

Version:

Tree-shakable JavaScript and TypeScript utility library for frontend/browser apps: DOM, events, arrays, objects, strings, date, JSON, and network helpers (ESM/CJS, SSR-friendly).

78 lines (63 loc) 2.1 kB
# Changelog ## 1.1.4 - Created `AGENTS.md` with repository-specific workflow instructions for coding agents. - Updated dependencies. ## 1.1.3 - `getExternalScript/index.ts`: Added a new `integrity` prop. - `getFromServer`: Added `data` support for `PUT` and `DELETE` methods, fixed timeout-based `fetch` abort, and removed the hardcoded `Content-Type: multipart/form-data` header. - `isObjEqual/index.ts`: Added a new utility. - Updated `README.md`. - Updated dependencies. ## 1.1.2 - Updated dependencies. - `getElSiblings/index.ts`: Fixed export. - Updated API docs. - Migrated from `jest` to the Node test runner. - Dropped `tsx`. - Type declarations for `fn` and `dom` fixed. ## 1.1.1 - Updated dependencies. - Added exported types. ## 1.1.0 - Sources moved to TypeScript. - `README.md` updated. - Added new API docs. - Updated dependencies. - Updated JSDoc. - Added CommonJS (CJS) support. ## 1.0.11 - `getMergedObj/index.js`: Fixed handling of nested arrays. - Updated dependencies. ## 1.0.10 - `getPureDate/index.js`: Added a new utility. - `isValidDate/index.js`: Added a new utility. - `isNonEmptyArr/index.js`: Added a new utility. - `onWindowLoad/index.js`: Updated JSDoc. - `onWindowResize/index.js`: Updated JSDoc. - Updated development dependencies. ## 1.0.9 - `onWindowResize/index.js`: Now returns an object. - `onSwipe/index.js`: Now returns an object. - `onDOMReady/index.js`: Now returns an object. - `onWindowLoad/index.js`: Now returns an object. - Updated development dependencies. ## 1.0.8 - `isAdblock/index.js`: Added a new utility. - Updated development dependencies. ## 1.0.7 - `getMergedObj/index.js`: Added options for arrays. - Updated development dependencies. ## 1.0.6 - `getId/index.js`: Added a new utility. - Updated `API.md`. - Updated development dependencies. ## 1.0.5 - `deleteCookie/index.js`: Added a new utility. - `getFromServer/index.js`: Added `arrayBuffer` response type. - Updated `API.md`. - Updated development dependencies. ## 1.0.3 - `getAsyncMap/index.js`: Removed unnecessary try/catch. - Created `API.md`. ## 1.0.0 - Initial release.