Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Releases: dolliejs/dollie-core

v2.5.0 - release

02 Mar 07:06
49a2359
Compare
Choose a tag to compare

CHANGELOG

Adds

  • Support dependency question with checkbox type
  • Support function item in files.add and files.delete

Optimizations

  • Use loading-indicator to improve user interaction

v2.4.0 - release

26 Feb 13:02
9cd52df
Compare
Choose a tag to compare

CHANGELOG

Adds

  • Support make a dependence question in confirm type (inquirer.js)

v2.3.0 - release

26 Feb 07:57
a0c35f1
Compare
Choose a tag to compare

CHANGELOG

Changes

  • We modified compose config file syntaxes

Removes

  • We removed all API functions from default export of index except interactive, compose and container, but can still access the deleted functions from import destruction

v2.2.1 - release

25 Feb 14:18
b27b533
Compare
Choose a tag to compare

CHANGELOG

Fixes

  • Support plugin item of string type

v2.2.0 - release

25 Feb 11:28
4122198
Compare
Choose a tag to compare

CHANGELOG

Changes

  • Refactor configuration items in APIs

v2.1.0 - release

25 Feb 09:01
6b985ca
Compare
Choose a tag to compare

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

23 Feb 13:01
646c510
Compare
Choose a tag to compare
Merge pull request #55 from dolliejs/hotfix/husky-postinstall

hotfix: husky issue

v2.0.1 - release

23 Feb 12:43
b8b5e0a
Compare
Choose a tag to compare

CHANGELOG

Fixes

  • NPM and Node.js requirements in package.json

v2.0.0 - release

23 Feb 09:34
8943103
Compare
Choose a tag to compare

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

19 Feb 11:00
0ee1d45
Compare
Choose a tag to compare
Merge pull request #37 from dolliejs/dev

Dev