Releases: forcedotcom/sfdx-core
Releases · forcedotcom/sfdx-core
v2.8.0
2.8.0 (2020-07-27)
Features
- changed data to be more flexible type (50414f9)
v2.7.0
2.7.0 (2020-07-01)
Features
- adds areFilesEqual / actOn / getContentHash from toolbelt to core (807dc72)
v2.6.0
2.6.0 (2020-06-23)
Bug Fixes
- added line breaks for readability (0f8b857)
- fixed a capitalization that caused CircleCI to fail (db803a7)
- updated comments and async for loop (fa3b580)
Features
- added lifecycleEvents.ts from toolbelt: an event listener/emitter (099478c)
v2.5.1
2.5.1 (2020-06-11)
Bug Fixes
- fix child logger unit test (93da343)
- log uncaught exception in root logger only (7a80662)
- mock audience url for unit test (963b696)
v2.5.0
2.5.0 (2020-06-08)
Bug Fixes
- update mkdirp for updated dep (e2b471b)
Features
v2.4.1
2.4.1 (2020-05-05)
Bug Fixes
v2.4.0
2.4.0 (2020-04-23)
Features
- create auth info with sfdx auth url (68dbfad)
v2.3.1
2.3.1 (2020-04-13)
Bug Fixes
- use new @salesfore/bunyan library, run tests in node 10 & 12 (#211) (249850d)
v2.3.0
2.3.0 (2020-03-20)
Features
- allow stubbing on single tests (37cef1b)
v2.2.0
2.2.0 (2020-02-11)
Features
- create authinfo with a parent authinfo (9b21226), closes #202