Skip to content

Latest commit

 

History

History
252 lines (127 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

252 lines (127 loc) · 12.7 KB

1.9.2 (2024-12-09)

Bug Fixes

1.9.1 (2024-12-06)

Bug Fixes

1.9.0 (2024-07-31)

Features

  • keep resource links with custom provider (47e9b48)

1.8.2 (2024-06-18)

Bug Fixes

  • downgrade commit linter (8262f6d)
  • ignore resource links with unknown provider (22a663e)
  • name change (e5edf02)

1.8.1 (2023-08-18)

Bug Fixes

  • remove regex named capture group (057e3d1)

1.8.0 (2023-08-17)

Bug Fixes

  • use one regex to match environment and space (c41e7d8)

Features

  • resolve with environments (9bc5af5)

1.7.0 (2023-05-05)

Features

  • add catalog-info [PHX-2587] (69eb898)

1.6.5 (2023-03-13)

Bug Fixes

  • guard against missing sys in included entities (#191) (3f71688)

1.6.4 (2023-03-01)

1.6.3 (2023-02-09)

Bug Fixes

  • build: downgrade to semantic-release 19 to build with node 16 (c09d54d)
  • don't use regex named groups [DANTE-852] (#180) (b44ce87)

1.6.2 (2022-12-19)

Bug Fixes

  • fix vault service selection (15a20b0)

1.6.1 (2022-12-19)

Bug Fixes

1.6.0 (2022-12-19)

Features

1.5.0 (2022-12-19)

Features

  • initial cf vault config (c448fd1)

1.4.0 (2022-12-13)

Bug Fixes

  • remove undefined keys, urn validation (b7b30ea)

Features

1.3.12 (2022-10-28)

Bug Fixes

  • lock fast-copy dependency [NONE] (df259c7)

1.3.11 (2022-10-04)

1.3.10 (2022-09-26)

1.3.9 (2022-09-23)

1.3.8 (2022-06-04)

1.3.7 (2022-06-02)

1.3.6 (2022-04-20)

Bug Fixes

  • dep: bump fast-copy to 2.1.3 (2506c7c)

1.3.5 (2022-04-12)

1.3.4 (2022-04-08)

1.3.3 (2022-02-24)

1.3.2 (2022-02-24)

1.3.1 (2022-02-24)

1.3.0 (2020-11-25)

Features

  • remove lodash and replace cloneDeep with fast-copy (b6bffed)

1.2.2 (2020-07-03)

Bug Fixes

  • bump to 1.2.2 for semantic-release (b835e90)

1.2.1 (2020-07-03)

Bug Fixes

  • bump to 1.2.1 for semantic-release (0cf7de5)

1.2.0 (2020-07-03)

Bug Fixes

  • get-link: better performance on large input (9b1bab0)
  • Update deps (587f04c)
  • Update Nodejs version (d4550e0)
  • array-fields: proper unresolved removal while iterating array (#19) (39bf40d)
  • compatibility: indexOf instead of includes(#18) (1c3b277)

Features

  • bump to 1.2.0 for semantic-release (08a5c8a)

1.1.3 (2020-07-03)

Bug Fixes

  • get-link: better performance on large input (9b1bab0)
  • Update deps (587f04c)
  • Update Nodejs version (d4550e0)
  • array-fields: proper unresolved removal while iterating array (#19) (39bf40d)
  • compatibility: indexOf instead of includes(#18) (1c3b277)

1.1.3 (2020-07-03)

Bug Fixes

  • Update deps (587f04c)
  • Update Nodejs version (d4550e0)
  • array-fields: proper unresolved removal while iterating array (#19) (39bf40d)
  • compatibility: indexOf instead of includes(#18) (1c3b277)

Change Log

All notable changes to this project will be documented in this file.

v1.1.4 - 2018-02-21

Bug Fixes

  • array-fields: proper unresolved removal while iterating array (#19) (39bf40d7)

v1.1.3 - 2018-02-12

Bug Fixes

  • compatibility: indexOf instead of includes(#18) (1c3b277c)

v1.1.2

Build System / Dependencies

  • esm: provide esm version for bundlers (#16) (a40cabb7)

Documentation Changes

v1.1.1

Bug Fixes

  • removeUnresolved: remove instead of set to undefined (#15) (a58906b1)

v1.1.0 - 2018-01-17

Added

  • [options] allow explicit item entry points

Changed

  • [pkg] manually set version field to 1.0.1
  • [githooks] lint every commit, test every push (#13)
  • [gitignore] ignore coverage and other irrelevant files
  • [coverage] add code coverage reports
  • [unit] circular references in multi value fields (#11)

Fixed

  • [lodash] require explicit to allow tree shaking (#10)