Skip to content

Latest commit

 

History

History
190 lines (96 loc) · 3.51 KB

CHANGES.md

File metadata and controls

190 lines (96 loc) · 3.51 KB

2021-01-19, Version 5.2.0

  • Reword end-of-life warning printed by CLI (Miroslav Bajtoš)

  • chore: update LTS status to End-of-Life (Rifa Achrinza)

  • fix: warning about LoopBack 3 in stderr (HugoPoi)

2020-03-05, Version 5.1.0

  • Print a warning about Maintenance LTS at startup (Miroslav Bajtoš)

  • Update LTS status in README (Miroslav Bajtoš)

  • chore: update copyright year (Diana Lau)

  • chore: drop Node.js 6 support (Diana Lau)

2019-06-20, Version 5.0.3

  • fix: a workaround to fix the hanging cmd (jannyHou)

2019-05-15, Version 5.0.2

  • fix tests for prompts (Diana Lau)

2019-05-10, Version 5.0.1

  • chore: update copyright years (Diana Lau)

  • chore: update LTS status (Diana Lau)

  • LTS (jannyHou)

2018-11-16, Version 5.0.0

  • feat: switch to yeoman-env (jannyHou)

  • chore: add stalebot (Diana Lau)

2018-09-18, Version 4.2.1

  • chore: upgrade dependencies (virkt25)

  • Fix tests on printing help (shimks)

  • Drop node 4 from CI (shimks)

2018-03-22, Version 4.2.0

  • update generator-loopback version (Diana Lau)

  • update help-lb message (Diana Lau)

2017-12-14, Version 4.1.0

  • Update for zosconnectee command (Andrew Smithson)

  • Update LICENSE (Diana Lau)

2017-09-07, Version 4.0.0

  • Increment generator-loopback to 5.0.0 (#54) (Rashmi Hunt)

  • create pr template (Sakib Hasan)

  • create issue template (Sakib Hasan)

  • Update dev-dependencies (Miroslav Bajtoš)

  • travis: drop Node.js 7.x, add 8.x (Miroslav Bajtoš)

2017-07-28, Version 3.1.0

  • Support lb [command | appName] (Hage Yaapa)

  • Add CODEOWNERS file (Diana Lau)

2017-07-15, Version 3.0.0

  • deps: generator-loopback@4.0.0 (Hage Yaapa)

2017-06-28, Version 2.6.0

  • Update generator-loopback to 3.9.0 (Hage Yaapa)

  • Separate service provisioning (Hage Yaapa)

2017-06-08, Version 2.5.1

  • Switch from nopts to minimist for args parsing (Miroslav Bajtoš)

2017-05-06, Version 2.5.0

  • bluemix login options (Hage Yaapa)

2017-04-28, Version 2.4.0

  • Upgrade generator-loopback to 3.5.0 (Raymond Feng)

  • Add lb:oracle command (Raymond Feng)

2017-04-20, Version 2.3.0

  • bluemix command (Hage Yaapa)

2017-04-16, Version 2.2.1

  • Fix README review comments (rashmihunt)

  • README change for WSDL to datasource (rashmihunt)

2017-04-06, Version 2.2.0

  • Include workspace version in --version log (Miroslav Bajtoš)

  • Remove reference to swagger (rashmihunt)

  • Add URL to SOAP and WSDL Spec (rashmihunt)

  • Point to README_Soap from REAME (rashmihunt)

  • Detail Readme for lb soap feature (rashmihunt)

2017-03-27, Version 2.1.0

  • Fix soap help text (rashmihunt)

  • Rename oopback_soap_help.txt->help-lb-soap.txt (rashmihunt)

  • Add soap command in test/help.test.js (rashmihunt)

  • support for lb soap command (rashmihunt)

2017-03-07, Version 2.0.0

2017-01-23, Version 1.0.1

  • Fix handling of CLI options (Miroslav Bajtoš)

2017-01-17, Version 1.0.0

  • First release!