UNPKG

3.94 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/)
6and this project adheres to [Semantic Versioning](http://semver.org/).
7
8## [Unreleased](https://github.com/atomist/sdm/compare/1.0.0-M.1...HEAD)
9
10### Added
11
12- Stronger validation of required configration values. [#48a616b](https://github.com/atomist/sdm-core/commit/48a616bfbb304f5ca8f483aa91d1fd563f5dcbd8)
13- Add mergePullRequest flag to local config. [#7784157](https://github.com/atomist/sdm-core/commit/77841573c406f60796196ca1637a814e8bb52a2b)
14- Allow goals to receive implementations and listeners. [#41](https://github.com/atomist/sdm-core/issues/41)
15
16### Changed
17
18- **BREAKING** Move local configuration into configuration object. [#34](https://github.com/atomist/sdm-core/issues/34)
19
20## [1.0.0-M.1](https://github.com/atomist/sdm/compare/0.4.10...1.0.0-M.1) - 2018-08-27
21
22## [0.4.10](https://github.com/atomist/sdm/compare/0.4.9...0.4.10) - 2018-08-27
23
24## [0.4.9](https://github.com/atomist/sdm/compare/0.4.8...0.4.9) - 2018-08-24
25
26## [0.4.8](https://github.com/atomist/sdm/compare/0.4.7...0.4.8) - 2018-08-24
27
28## [0.4.7](https://github.com/atomist/sdm/compare/0.4.6...0.4.7) - 2018-08-23
29
30## [0.4.6](https://github.com/atomist/sdm/compare/0.4.5...0.4.6) - 2018-08-22
31
32## [0.4.5](https://github.com/atomist/sdm/compare/0.4.4...0.4.5) - 2018-08-21
33
34## [0.4.4](https://github.com/atomist/sdm/compare/0.4.3...0.4.4) - 2018-08-21
35
36## [0.4.3](https://github.com/atomist/sdm/compare/0.4.2...0.4.3) - 2018-08-21
37
38## [0.4.2](https://github.com/atomist/sdm/compare/0.4.1...0.4.2) - 2018-08-17
39
40## [0.4.1](https://github.com/atomist/sdm/compare/0.4.0...0.4.1) - 2018-08-09
41
42### Fixed
43
44- Corrected GraphQL file/name agreement.
45
46## [0.4.0](https://github.com/atomist/sdm/compare/0.2.4...0.4.0) - 2018-08-07
47
48### Added
49
50- Cleanup scheduled goal jobs on Kubernetes. [#4](https://github.com/atomist/sdm-core/issues/4)
51- EditorRegistration supports general editorCommand customizations, instead of specifically dryRun. If you were setting `dryRun = true`, set `editorCommandFactory = dryRunEditorCommand` instead.
52- ProjectVersioner function type receives an SdmGoalEvent instead of a Status fragment.
53- Differentiate between internal and external side-effecting fulfillment. [#9](https://github.com/atomist/sdm-core/issues/9)
54- Add ability to extract and report goal Progress. [#14](https://github.com/atomist/sdm-core/issues/14)
55- Add VoteOnGoalApprovalRequest. [#17](https://github.com/atomist/sdm-core/issues/17)
56- Attempt to configure local SDM. [#23](https://github.com/atomist/sdm-core/issues/23)
57
58### Changed
59
60- Remove disposal command from default list of registered commands. [#5](https://github.com/atomist/sdm-core/issues/5)
61- **BREAKING** Removed "dry run" support. See `makeBuildAware` in `sdm`.
62- Allow configuration of status creation for NPM packages. [#10](https://github.com/atomist/sdm-core/issues/10)
63- **BREAKING** Removed Node and `npm` support. Moved to `sdm-pack-node`.
64
65### Deprecated
66
67- Rename to GoalInvocation; deprecate status. [#2](https://github.com/atomist/sdm-core/issues/2)
68
69### Fixed
70
71- **BREAKING** EditorRegistration supports general editorCommand customizations, instead of specifically dryRun.
72- Link is missing on npm publish goal. [#11](https://github.com/atomist/sdm-core/issues/11)
73- Use credentialsResolver consistently. [#18](https://github.com/atomist/sdm-core/issues/18)
74
75## [0.2.3](https://github.com/atomist/sdm/compare/0.2.2...0.2.3) - 2018-06-18
76
77### Fixed
78
79- **BREAKING** SeedDrivenGeneratorSupport allows you to override the seed. This fixes a bug with overriding the seed name.
80
81## Earlier
82
83### Added
84
85- Can provide tag when publishing NPM package. [#404](https://github.com/atomist/sdm/issues/404)
86
87## [0.1.0](https://github.com/atomist/sdm/tree/0.1.0) - 2018-05-16
88
89### Added
90
91- Everything.