Skip to content

Releases: innoq/fractal-fork

v0.0.8

27 Oct 08:08
Compare
Choose a tag to compare
  • [patch] upgraded various dependencies

v0.0.7

28 Sep 14:14
Compare
Choose a tag to compare
  • [patch] fixed url to svg images in CSS assets

v0.0.6

23 Sep 07:11
Compare
Choose a tag to compare

v0.0.5

20 Sep 14:40
Compare
Choose a tag to compare
  • [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

20 Sep 08:17
Compare
Choose a tag to compare
  • [patch] fixed url to loader.svg in CSS assets
  • [patch] added example for handlebars adapter

v0.0.3

20 Sep 08:17
Compare
Choose a tag to compare
  • [patch] upgraded following dependencies: liftoff, globby
  • [patch] removed istextorbinary to check if a file is binary and always parse with utf-8
  • [patch] removed columnify since console.columns method is never used

v0.0.2

20 Sep 08:16
Compare
Choose a tag to compare
  • [patch] removed dist folder from repository so that it can be published

v0.0.1

20 Sep 08:16
Compare
Choose a tag to compare
  • [major] restructured project from monorepository to single repository
    • Replace require('@frctl/core') with require('fractal-fork').core
    • Replace require('@frctl/fractal') with require('fractal-fork').fractal
    • Replace require('@frctl/handlebars') with require('fractal-fork').handlebars
    • Replace require('@frctl/mandelbrot') with require('fractal-fork').mandelbrot
    • Replace require('@frctl/web') with require('fractal-fork').web
  • [major] removed twig, nunjucks, and react adapters
  • [major] removed examples
  • [major] removed new command from CLI
  • [major] heavily refactored CLI to remove everything except start and build commands executed from the command line