All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Update dependencies
No release
- Typo in the template package.json (#119)
- Update koop version in templates (#112)
- Update dependencies
- Unable to load dependencies due to upstream breaking changes (#89)
latest-versionexecanode-fetchdargs
- Incorrect download URL for gitignore file (#85)
- Update dependencies
- Show a warning when the developer tries to use SSL options for a Koop app
- The process of adding a local plugin was broken due to missing files (#72)
- HTTPS capability for the dev server (#70)
- Plugin list in the
koop.json - New
removecommand and API - New
listcommand and API - New
validatecommand and API - New
--deployment-targetoption for thenewcommand
- Support adding a plugin that already exists locally
- Use
koop.jsonto configure provider properties - Use new logger
- Prefer using the
:idparameter in the Koop provider request URL
- Adjust the project template to better handle plugin initialization
- Update dependencies for Koop v4
- A security vulnerability caused by a dependency (#44)
- A path with spaces can crash the
servecommand (#42)
- support to
yarn --watchoption to theservecommand for restart-on-change--debugoption to theservecommand for nodejs inspector
- clean up templates and add tests
- output template (#32)
servecommand support for different plugin types (#33)
- simplify project templates (#30)
- allow starting a dev server with the local Koop CLI in a Koop project (#31)
addcommand doesn't install the correct package name (#29)
- Node.js
add()API is broken (#27)
.npmignorefile (#26)
--localoption for theaddcommand (#22)
- cache plugins are not registered before provider plugins (#23)
- project template for authorization plugin (#18)
newcommand is able to create authorization plugin projects (#18)addcommand is able to add authorization plugin to the existing app (#20)
This is the initial development.
new,add,test, andservecommands- Koop
appandproviderplugin project templates