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-version
execa
node-fetch
dargs
- 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
remove
command and API - New
list
command and API - New
validate
command and API - New
--deployment-target
option for thenew
command
- 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
- 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
serve
command (#42)
- support to
yarn
--watch
option to theserve
command for restart-on-change--debug
option to theserve
command for nodejs inspector
- clean up templates and add tests
- output template (#32)
serve
command 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)
add
command doesn't install the correct package name (#29)
- Node.js
add()
API is broken (#27)
.npmignore
file (#26)
--local
option for theadd
command (#22)
- cache plugins are not registered before provider plugins (#23)
- project template for authorization plugin (#18)
new
command is able to create authorization plugin projects (#18)add
command is able to add authorization plugin to the existing app (#20)
This is the initial development.
new
,add
,test
, andserve
commands- Koop
app
andprovider
plugin project templates