Skip to content

Latest commit

 

History

History
224 lines (105 loc) · 8.37 KB

CHANGELOG.md

File metadata and controls

224 lines (105 loc) · 8.37 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.3-alpha.0 (2023-11-29)

Note: Version bump only for package @empathyco/x-storage-service

2.0.2 (2023-11-24)

Note: Version bump only for package @empathyco/x-storage-service

2.0.2-alpha.0 (2023-11-22)

Note: Version bump only for package @empathyco/x-storage-service

2.0.1 (2023-11-21)

Note: Version bump only for package @empathyco/x-storage-service

2.0.1-alpha.0 (2023-10-24)

Note: Version bump only for package @empathyco/x-storage-service

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0 (2023-10-23)

Note: Version bump only for package @empathyco/x-storage-service

2.0.0-alpha.15 (2023-06-27)

Note: Version bump only for package @empathyco/x-storage-service

2.0.0-alpha.14 (2023-06-06)

Note: Version bump only for package @empathyco/x-storage-service

2.0.0-alpha.13 (2023-05-11)

Note: Version bump only for package @empathyco/x-storage-service

2.0.0-alpha.12 (2023-05-11)

⚠ BREAKING CHANGES

  • minimum node version required is 18.

2.0.0-alpha.11 (2023-04-12)

Note: Version bump only for package @empathyco/x-storage-service

2.0.0-alpha.10 (2023-03-07)

Bug Fixes

  • deps: remove only-allow pnpm (#1097)

2.0.0-alpha.9 (2023-02-08)

Continuous Integration

  • refactor lint command to benefit from nx parallelisation (#1051)

2.0.0-alpha.8 (2023-02-07)

Continuous Integration

  • migrate from npm & lerna bootstrap to pnpm (#1047)

2.0.0-alpha.7 (2023-01-25)

Build System

  • dependencies: update typescript to 4.9.4 and its dependencies to their latest version (#993)

2.0.0-alpha.6 (2023-01-20)

Note: Version bump only for package @empathyco/x-storage-service

2.0.0-alpha.5 (2023-01-06)

Continuous Integration

  • use matrix steps and jest projects (#919)

Build System

  • deps: update dependencies

2.0.0-alpha.4 (2022-10-14)

Continuous Integration

  • update runners version (#740)

2.0.0-alpha.3 (2022-09-09)

Features

  • disable @typescript-eslint/no-extra-parens rule (#715)

2.0.0-alpha.2 (2022-03-31)

Note: Version bump only for package @empathyco/x-storage-service

2.0.0-alpha.1 (2022-03-08)

Features

  • update typescript

Build System

  • Fix colors.js dependency issue

2.0.0-alpha.0 (2021-11-29)

⚠ BREAKING CHANGES

  • storage-service: StorageService has been renamed to BrowserStorageService.

Features

  • storage-service: Rename StorageService to BrowserStorageService

Build System

  • update jest dependencies

1.4.0-alpha.0 (2021-10-25)

Features

  • plugin: minimise initial duplicated requests using a debounce

Styling

  • add pre-commit hooks to run eslint and prettier

1.3.1-alpha.7 (2021-08-05)

Note: Version bump only for package @empathyco/x-storage-service

1.3.1-alpha.6 (2021-08-05)

Note: Version bump only for package @empathyco/x-storage-service

1.3.1-alpha.5 (2021-08-03)

Build System

  • Update TypeScript to 4.3.5.Update TSLib to 2.3.5.

1.3.1-alpha.4 (2021-07-29)

Note: Version bump only for package @empathyco/x-storage-service

1.3.1-alpha.3 (2021-07-27)

Note: Version bump only for package @empathyco/x-storage-service

1.3.1-alpha.2 (2021-07-20)

Note: Version bump only for package @empathyco/x-storage-service

1.3.1-alpha.1 (2021-07-20)

Continuous Integration

  • Fix publishing in x-components. Normalize build scripts. (#46)

1.3.1-alpha.0 (2021-07-14)

Documentation

  • Add LICENSE and update package.json files

Styling

  • add @empathyco/eslint-plugin-x to all packages

1.3.0 (05/06/2020)

  • Add ESM build keeping the CommonJS too

1.2.1

  • Update @empathy/logger to use minor version
  • Set a fixed @empathybroker/eb-tslint version

1.2.0

  • Fix return type of StorageService.removeItem method
  • Update documentation with missing StorageService.clear method

1.1.0

  • Fix trying to parse non-valid JSON values throwing an error