- tbd
- [patch] upgraded
marked
- [patch] upgraded various dependencies
- [patch] upgraded various dependencies
- [patch] updated documentation and links to repository
- [major] changed package name from
fractal-fork
to@innoq/fractal-fork
- modify package name in
package.json
to@innoq/fractal-fork
- replace all
require('fractal-fork')
imports withrequire('@innoq/fractal-fork')
- modify package name in
- [major] dropped support for Node 14
- [patch] upgraded various dependencies
- [patch] upgraded
marked
- [patch] upgraded various dependencies
- [major] removed
--sync
parameter forstart
CLI command - [patch] removed
mock-argv
dependency - [patch] upgraded various dependencies
- [patch] upgraded various dependencies
- [patch] upgraded various dependencies
- [patch] upgraded various dependencies
- [patch] upgraded various dependencies
- [patch] fixed url to svg images in CSS assets
- [patch] fix: sync for docs frctl#1181
- [patch] removed
bluebird
where possible frctl#c58cd9c
- [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
- [patch] fixed url to
loader.svg
in CSS assets - [patch] added example for
handlebars
adapter
- [patch] upgraded following dependencies:
liftoff
,globby
- [patch] removed
istextorbinary
to check if a file is binary and always parse withutf-8
- [patch] removed
columnify
sinceconsole.columns
method is never used
- [patch] removed
dist
folder from repository so that it can be published
- [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