Skip to content

Latest commit

 

History

History
153 lines (103 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

153 lines (103 loc) · 3.31 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Unreleased

1.1.9 - 2023-08-14

Changed

  • Update dependencies

1.1.8

No release

1.1.7 - 2023-01-11

Fixed

  • Typo in the template package.json (#119)

1.1.6 - 2023-01-09

Changed

  • Update koop version in templates (#112)

1.1.5 - 2023-01-07

Changed

  • Update dependencies

1.1.4 - 2022-06-13

Fixed

  • Unable to load dependencies due to upstream breaking changes (#89)
    • latest-version
    • execa
    • node-fetch
    • dargs

1.1.3 - 2022-05-21

Fixed

  • Incorrect download URL for gitignore file (#85)

Changed

  • Update dependencies

1.1.2 - 2021-06-18

Changed

  • Show a warning when the developer tries to use SSL options for a Koop app

1.1.1 - 2021-04-15

Fixed

  • The process of adding a local plugin was broken due to missing files (#72)

1.1.0 - 2021-01-11

Added

  • HTTPS capability for the dev server (#70)

1.0.0 - 2020-12-15

Added

  • Plugin list in the koop.json
  • New remove command and API
  • New list command and API
  • New validate command and API
  • New --deployment-target option for the new command

Changed

  • Support adding a plugin that already exists locally
  • Use koop.json to configure provider properties
  • Use new logger
  • Prefer using the :id parameter in the Koop provider request URL

0.6.3 - 2020-08-28

Change

  • Adjust the project template to better handle plugin initialization

0.6.3 - 2020-07-30

Changed

  • Update dependencies for Koop v4

0.6.2 - 2020-05-08

Fixed

  • A security vulnerability caused by a dependency (#44)

0.6.1 - 2020-03-09

Fixed

  • A path with spaces can crash the serve command (#42)

0.6.0 - 2019-12-09

Added

  • support to yarn
  • --watch option to the serve command for restart-on-change
  • --debug option to the serve command for nodejs inspector

Changed

  • clean up templates and add tests

0.5.0 - 2019-07-08

Added

  • output template (#32)
  • serve command support for different plugin types (#33)

0.4.0 - 2019-05-28

Changed

  • simplify project templates (#30)
  • allow starting a dev server with the local Koop CLI in a Koop project (#31)

0.3.3 - 2019-05-16

Fixed

  • add command doesn't install the correct package name (#29)

0.3.2 - 2019-04-19

Fixed

  • Node.js add() API is broken (#27)

0.3.1 - 2019-04-18

Removed

  • .npmignore file (#26)

0.3.0 - 2019-04-18

Added

  • --local option for the add command (#22)

Fixed

  • cache plugins are not registered before provider plugins (#23)

0.2.0 - 2019-03-21

Added

  • project template for authorization plugin (#18)

Updated

  • new command is able to create authorization plugin projects (#18)
  • add command is able to add authorization plugin to the existing app (#20)

0.1.0 - 2019-03-14

This is the initial development.

Added

  • new, add, test, and serve commands
  • Koop app and provider plugin project templates