Skip to content

Latest commit

 

History

History
145 lines (94 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

145 lines (94 loc) · 10.7 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

2.1.0 (2023-05-25)

Features

  • utils: added readRaw to suspense_promise.ts (4f11669)

2.0.0 (2023-03-29)

⚠ BREAKING CHANGES

  • root: updated yup to 1.0

Features

  • root: updated dependencies (372beee)
  • root: updated preconstruct (089126d)
  • root: updated yup to 1.0 (45ae0ea)
  • utils: added wrapp promise for suspense usage (1e0e3e9)
  • utils: updated yup 1.0 usage (12fa223)

Bug Fixes

  • utils: fix yup declarations export (0f1f731)
  • utils: fixed yup extensions export (2ffa55e)
  • utils: fixed yup test (92d3c55)

1.6.0 (2023-02-20)

Features

  • edit eslintrc to apply rules of hooks to custom hook (dcf8e8a)
  • hooks: add comment to disable eslint warning (2dfed59)
  • hooks: change use effect strict mode hook (dec4ea7)
  • hooks: create useEffectRunOnce hook instead of modifying useEffectStrictMode hook (6297ba2)

1.5.0 (2023-02-17)

Features

  • add components package with safe image component (6590fe0)
  • components: change package name to react components (db6bb13)
  • react components: change package name (779b522)
  • safe image component: add tests (35a2d71)

Bug Fixes

  • change file name in package json (0ac71ad)
  • react-components: change package version (7a36b80)
  • react-components: use jsx (8ae2da0)
  • root: add babel react preset (c0fff1b)
  • root: remove caret from dependency (d99c79e)
  • typedoc: do not change hooks typedoc (8fbed75)

1.4.0 (2022-06-14)

Features

  • root: dropped gitpkg publish and publishing in npm (85f5cfa)

1.3.0 (2022-06-13)

Features

  • utils: getCookie method possibility to pass cookies string and defaulted to document.cookie (d604508)

Bug Fixes

  • root: release action removed yarn cache (df34e4d)

1.2.0 (2022-05-19)

Features

  • hooks: added typedoc.json config, exporting some interfaces and added JSDoc comments (b3e9fad)
  • network: added typedoc.json config, exporting some interfaces and added JSDoc comments (bef0591)
  • root: added docosaurus to show auto generated typedoc markdown files (0c58f9d)
  • utils: added typedoc.json config, exporting some interfaces and added JSDoc comments (23ccd6a)

Bug Fixes

  • root: added to github action test_coverage fetch-depth 0 (519bfc5)

1.1.1 (2022-05-18)

Bug Fixes

  • hooks: added @babel/runtime as peerDepedency (7006e38)
  • network: added @babel/runtime as peerDepedency (5af316d)
  • root: removed babel-runtime from root, completed readme and added babel-runtime to babel config (1371e54)
  • services: added @babel/runtime as peerDepedency (c74b545)
  • utils: added @babel/runtime as peerDepedency (1c9acfa)

1.1.0 (2022-05-12)

Features

  • hooks: added use effect once hook (88e57ab)
  • root: updated deps (e6576bb)

Bug Fixes

  • hooks: changed breakpoint_match.ts SSR check logic to make it simple to ignore coverage in test (0562c00)
  • root: fixed eslint colliding versions (b71eb96)

1.0.1 (2022-05-10)

Bug Fixes

  • root: changed husky hooks (433ca5c)
  • root: fixed clashing babel config between preconstruct and jest (ad10e63)
  • root: fixed wrong push branch for tags (07ff8d8)
  • root: github actiona added node environment (a5781f0)
  • root: husky hook order (1ca7391)
  • root: missed adding coverage in test workflow (c17155b)
  • root: removed git commit and push from test:badges (1a02091)
  • root: worng yml format for workflow (96bafd4)
  • root: wrong multiline run (9cde987)
  • root: wrong no verify flag (d7f41f0)
  • utils: added yup tests and fixed isNumber validation (b6198ef)

1.0.0 (2022-05-04)

Features

  • added cookie utils (6157a55)
  • hooks: added package hooks (a30a1f2)
  • network: added network package (cc5dbba)
  • root: testing changelong (cd3b9b2)
  • utils: added cookie utils tests (d057fba)
  • utils: added middleware gate function (8fdef21)
  • utils: added promise and yup extensions (28982e3)

Bug Fixes

  • reseted package versions (558843b)
  • root: added patch script (474fd10)
  • root: fixing standard version config (ffb51f6)
  • root: readdirSync commonjs import (018229a)