1.9.2 (2024-12-09)
1.9.1 (2024-12-06)
1.9.0 (2024-07-31)
- keep resource links with custom provider (47e9b48)
1.8.2 (2024-06-18)
- downgrade commit linter (8262f6d)
- ignore resource links with unknown provider (22a663e)
- name change (e5edf02)
1.8.1 (2023-08-18)
- remove regex named capture group (057e3d1)
1.8.0 (2023-08-17)
- use one regex to match environment and space (c41e7d8)
- resolve with environments (9bc5af5)
1.7.0 (2023-05-05)
- add catalog-info [PHX-2587] (69eb898)
1.6.5 (2023-03-13)
1.6.4 (2023-03-01)
1.6.3 (2023-02-09)
- 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)
- fix vault service selection (15a20b0)
1.6.1 (2022-12-19)
- fix cf vault config (230f911)
1.6.0 (2022-12-19)
- config cf vault CICD (65b12b7)
1.5.0 (2022-12-19)
- initial cf vault config (c448fd1)
1.4.0 (2022-12-13)
- remove undefined keys, urn validation (b7b30ea)
- resolve resource links (d856e24)
1.3.12 (2022-10-28)
- 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)
- 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)
- remove lodash and replace cloneDeep with fast-copy (b6bffed)
1.2.2 (2020-07-03)
- bump to 1.2.2 for semantic-release (b835e90)
1.2.1 (2020-07-03)
- bump to 1.2.1 for semantic-release (0cf7de5)
1.2.0 (2020-07-03)
- 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)
- bump to 1.2.0 for semantic-release (08a5c8a)
1.1.3 (2020-07-03)
- 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)
- Update deps (587f04c)
- Update Nodejs version (d4550e0)
- array-fields: proper unresolved removal while iterating array (#19) (39bf40d)
- compatibility: indexOf instead of includes(#18) (1c3b277)
All notable changes to this project will be documented in this file.
- [options] allow explicit item entry points
- [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)
- [lodash] require explicit to allow tree shaking (#10)