Skip to content

Latest commit

 

History

History
274 lines (146 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

274 lines (146 loc) · 10.4 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.2.1 - 2019-09-09

Changed

  • Update automation-client, sdm and sdm-core to 1.7.0. c26a8a9

1.2.0 - 2019-08-30

Deprecated

  • Deprecate unsupported commands. #278

1.1.0 - 2019-08-02

Changed

  • Remove uhura and update empty-sdm with current configure. f70c08b

1.0.10 - 2019-07-11

Changed

1.0.9 - 2019-07-09

Changed

  • Updated Atomist and TypeScript deps. 78ea594

1.0.8 - 2019-05-31

Fixed

1.0.7 - 2019-05-27

Removed

  • Remove the message about channels. #249
  • Remove stray dependency on types/open. #256

Fixed

  • Remove excess slash from directory. #259
  • Keep http customizers in place in local mode. e6bfafc

1.0.6 - 2019-04-16

Changed

  • Carefully describe target.owner for generator parameters. #238
  • Suggest starting feed only if relevant. #247

Fixed

  • Fix FileSystemRemoteRepoRef branch implementation. #253

1.0.5 - 2019-03-15

Added

  • Configure FilePreferenceStore in local mode. #224
  • Add uhura to seed list. a160911

Changed

  • Improve extension pack generator. #236

Fixed

  • Credentials on CodeTransform invocation are not valid. #222
  • Local mode does not work if NODE_ENV=production. #228

1.0.4 - 2018-12-27

Fixed

  • Don't disable logging by just depending on sdm-local. cfedbc9

1.0.3 - 2018-12-08

Fixed

  • SDM local mode ignores token configuration value. #215

1.0.2 - 2018-11-09

Fixed

  • Don't install local config and local lifecycle extension packs more then once

1.0.1 - 2018-11-09

1.0.0 - 2018-11-09

1.0.0-RC.2 - 2018-10-30

Changed

  • Do not import everything from automation-client. #207

1.0.0-RC.1 - 2018-10-15

Added

  • Publish a notice to the feed on startup. #205

Changed

  • BREAKING Change the default Atomist project directory. #204

Fixed

  • Have post-receive hook script read from stdin. #211

1.0.0-M.5 - 2018-09-26

Changed

  • Run git hooks in foreground on win32. #196

Fixed

  • Improve directory path comparisons. #197
  • Encode the action name correctly. #201

1.0.0-M.4 - 2018-09-16

Added

  • Do not include SDMs not in local mode. #180
  • Make it really easy to create an extension pack. #131

Changed

  • Use 'warn' log level in embedded SDM. #176
  • Error reporting. #170

Removed

  • Remove sample-sdm from create sdm. #189

Fixed

  • Local mode doesn’t set a default workspaceId. #172

1.0.0-M.3 - 2018-09-04

Added

  • atomist clone only works with http addresses. #152
  • Add additional experimental view for goals with atomist feed --goals. #163
  • Allow to merge local pull request branches. #167

Fixed

  • Pass mapped parameters along through form in action button. #148
  • Creating a new blank SDM results in HTTP 500 errors in log. #155
  • Fix architecture picture and atomist.com link. #157
  • Post-receive hook sends wrong commit data for branch commit. #158
  • Using os.hostname() not working for users. #160
  • Running multiple local SDMs causes port collisions. #162

1.0.0-M.2 - 2018-08-27

Fixed

  • Create SDM does not work if ~/atomist does not exist. #150

1.0.0-M.1 - 2018-08-27

0.1.21 - 2018-08-27

Fixed

  • Fail gracefully when in a directory other than the atomist root. #143

0.1.20 - 2018-08-25

0.1.19 - 2018-08-25

Fixed

  • Do not create log/ directories in every repo. #138

0.1.18 - 2018-08-24

0.1.17 - 2018-08-24

0.1.16 - 2018-08-24

0.1.15 - 2018-08-24

Added

  • Actionable messages. #4

Fixed

  • Markdown rendering on the terminal is limited by performance. #123

0.1.14 - 2018-08-24

0.1.13 - 2018-08-23

Fixed

  • Show skills doesn’t exit. #135

0.1.12 - 2018-08-23

Fixed

  • Eliminate slow timeout threads for requests that already returned. #129

0.1.11 - 2018-08-22

0.1.10 - 2018-08-21

0.1.9 - 2018-08-21

Changed

  • Migrate to atomist git-hook, fix bugs. #119
  • Update dependencies, downgrade JavaScript. #120

0.1.8 - 2018-08-20

0.1.7 - 2018-08-19

Changed

  • Cleanup team -> workspace. #89

0.1.6 - 2018-08-09

0.1.5 - 2018-08-09

Changed

  • Enable TypeScript compiler strict mode #82

0.1.4 - 2018-08-08

Changed

  • Reorganize package to have more standard Node.js layout

0.1.3 - 2018-08-07

0.1.2 - 2018-08-06

0.1.1 - 2018-08-06

Added

  • Can provide tag when publishing NPM package #404

0.1.0 - 2018-05-16

Added

  • Everything