Releases: innoq/fractal-fork
Releases · innoq/fractal-fork
v0.0.8
v0.0.7
v0.0.6
- [patch] fix: sync for docs frctl#1181
- [patch] removed
bluebird
where possible frctl#c58cd9c
v0.0.5
- [patch] removed
chalk
dependency - CLI is no longer colored - [patch] removed
log-update
dependency - CLI no longer updated in place - [patch] removed
get-ports
dependency -- automatic port discovery is no longer supported - [patch] removed
cli/notifier
since it is no longer used in the CLI - [patch] upgraded various dependencies
v0.0.4
v0.0.3
v0.0.2
v0.0.1
- [major] restructured project from monorepository to single repository
- Replace
require('@frctl/core')
withrequire('fractal-fork').core
- Replace
require('@frctl/fractal')
withrequire('fractal-fork').fractal
- Replace
require('@frctl/handlebars')
withrequire('fractal-fork').handlebars
- Replace
require('@frctl/mandelbrot')
withrequire('fractal-fork').mandelbrot
- Replace
require('@frctl/web')
withrequire('fractal-fork').web
- Replace
- [major] removed
twig
,nunjucks
, andreact
adapters - [major] removed examples
- [major] removed
new
command from CLI - [major] heavily refactored CLI to remove everything except
start
andbuild
commands executed from the command line