# Change Log

All notable changes to this project will be documented in this file.

## [4.1.0] - 2023-09-09

-   Updates dependencies

## [4.0.0] - 2022-10-30

-   PNPM
-   tabs instead spaces
-   @azure/identity v3

## [3.5.0] - 2022-09-15

-   updated dependencies
-   node 14 support dropped

## [3.3.0] - 2022-07-09

-   updated dependencies

## [3.2.0] - 2022-05-14

-   default credentials (azure cli) auth from @azure/identity

## [3.1.2] - 2022-04-08

-   relative paths fix

## [3.1.1] - 2022-04-05

-   createAzureKeyVaultMock added

## [3.1.0] - 2022-04-05

-   @azure/identity updated
-   dependencies updated

## [3.0.6] - 2022-03-22

-   code quality

## [3.0.5] - 2022-03-21

-   deps updated
-   fixed tslib error. Disabled importHelpers in tsconfig

## [3.0.4] - 2022-02-19

-   build tsconfig added

## [3.0.2] - 2022-02-18

-   fix package paths

## [3.0.1] - 2022-02-18

-   generic in getALl and getFor methods

## [3.0.0] - 2022-02-18

-   migration to TypeScript
-   updated dependencies
-   minor logic fixes

## [2.1.1] - 2022-01-15

-   fix nested shared variables

## [2.1.0] - 2022-01-15

-   project shared (global) variables support prefixing \$
-   deps updated

## [2.0.1] - 2021-11-05

-   fix async to regenerator.

## [2.0.0] - 2021-11-05

-   azure identity updated.

## [1.1.7] - 2021-06-23

-   dependencies updated.

## [1.1.6] - 2021-05-01

-   fixed types.
-   fixed delete and restore.
-   added array support.
-   added serializing option to set.

## [1.1.3] - 2021-04-30

-   fixed bad nesting handling.
-   added Typescript types.

## [1.1.2] - 2021-04-25

-   dependencies updated.

## [1.1.1] - 2021-03-28

-   fix getAll deflatten.
-   updated docs.

## [1.1.0] - 2021-03-28

-   added akv npm commands (getFor, getAll, publish, clear and restore).
-   added nested JSON structures handler.

## [1.0.2] - 2021-03-27

-   dependencies updated.

## [1.0.1] - 2021-03-20

-   promise fix for delete, purge and restore.

## [1.0.0] - 2021-03-13

-   Azure Key Vault handler for project, environment and group.
