This repository was archived by the owner on Jun 29, 2021. It is now read-only.
Releases: dolliejs/dollie-core
Releases · dolliejs/dollie-core
v2.5.0 - release
v2.4.0 - release
CHANGELOG
Adds
- Support make a dependence question in
confirm
type (inquirer.js
)
v2.3.0 - release
CHANGELOG
Changes
- We modified compose config file syntaxes
Removes
- We removed all API functions from default export of index except
interactive
,compose
andcontainer
, but can still access the deleted functions from import destruction
v2.2.1 - release
CHANGELOG
Fixes
- Support plugin item of
string
type
v2.2.0 - release
CHANGELOG
Changes
- Refactor configuration items in APIs
v2.1.0 - release
CHANGELOG
Adds
- HTTP ans HTTPS proxy supported, when pulling scaffolds
- Support GitHub and GitLab private repositories for storing scaffolds
- Support customize GitLab self-hosted origins
- [Beta] Introducing the plugin system
Removes
- BitBucket origin service
- Some APIs
Changes
- Made several changes to increase stability
v2.0.2 - release
Merge pull request #55 from dolliejs/hotfix/husky-postinstall hotfix: husky issue
v2.0.1 - release
CHANGELOG
Fixes
- NPM and Node.js requirements in
package.json
v2.0.0 - release
CHANGELOG
Adds
- Support pass configuration with
constants
option - More constants
- Support download scaffold from GitLab and BitBucket
- Support download retries and timeout when downloading scaffold
- Programmatic APIs, especially container API
- Error classes
- Some exports
Changes
- Download scaffold and decompress into a
memfs.Volume
instance installers
option will be only valid in main scaffolds- Support adjust parameters from
config.constants
Removes
- Some exports, especially the generator classes
Optimize
- Download utilities
- The methods for solving conflicts
v1.5.0 - release
Merge pull request #37 from dolliejs/dev Dev