Releases: strapi-community/strapi-tool-dockerize
Releases · strapi-community/strapi-tool-dockerize
v1.8.3
1.8.3 (2022-09-20)
Bug Fixes
- copyfiles.js: fixed where we only created a single Dockerfile (c228020)
v1.8.2
1.8.2 (2022-09-16)
Bug Fixes
- questions.js: fixed spelling mistakes (819e44f)
v1.8.1
1.8.1 (2022-09-09)
Bug Fixes
- copyfiles: fixed where we created a .prod file (0269613)
- questions.js: fixed spelling mistake thanks to @blackkspydo #26 (a3147c5)
- reset.js: fixed where we did not cleanup everything (a4ef443)
v1.8.0
1.8.0 (2022-09-08)
Features
- questions.js: added ability to create custom enviromentx (7923b00)
- questions: if we are using docker-compose we will ask for the name of the project (8a7e72b)
v1.7.1
1.7.1 (2022-08-10)
Bug Fixes
- .dockerignore: removed public/uploads as it's needed for builds and strapi standup (c5816be)
v1.7.0
1.7.0 (2022-08-09)
Features
- reset.js: added ability to reset the project (4f7d9b4)
v1.6.1
1.6.1 (2022-08-09)
Bug Fixes
- .dockerignore: added public/uploads to ignore as we do not need it (9aa3268), closes re#23
- quickstart.js, cli.js: fixed some issues with the cli where it did not accept inputs (72b66e7), closes #22
v1.6.0
1.6.0 (2022-08-08)
Features
- quickstart.js: added ability to use quickstart and the
new
keyword (7be0c7b)
Performance Improvements
- env: changed how env is using the config, made it more speedier 🚀 (90a383c)
v1.5.0
1.5.0 (2022-08-06)
Features
- refactored multiple files to use newer JS styles (6be5a9d)
Performance Improvements
- config.js: added a way to use global config to set/get for more speed 🚀 (1594fbe), closes #19
v1.4.2
1.4.2 (2022-08-04)
Bug Fixes
- bugreport.js: fixed wording for template report (3713252)