UNPKG

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