Skip to content

Latest commit

 

History

History
139 lines (83 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

139 lines (83 loc) · 2.88 KB

fractal-fork version history

unreleased

  • tbd

1.0.3

  • [patch] upgraded marked
  • [patch] upgraded various dependencies

1.0.2

  • [patch] upgraded various dependencies

1.0.1

  • [patch] updated documentation and links to repository

1.0.0

  • [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 with require('@innoq/fractal-fork')
  • [major] dropped support for Node 14

0.1.2

  • [patch] upgraded various dependencies

0.1.1

  • [patch] upgraded marked
  • [patch] upgraded various dependencies

0.1.0

  • [major] removed --sync parameter for start CLI command
  • [patch] removed mock-argv dependency
  • [patch] upgraded various dependencies

0.0.11

  • [patch] upgraded various dependencies

0.0.10

  • [patch] upgraded various dependencies

0.0.9

  • [patch] upgraded various dependencies

0.0.8

  • [patch] upgraded various dependencies

0.0.7

  • [patch] fixed url to svg images in CSS assets

0.0.6

0.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

0.0.4

  • [patch] fixed url to loader.svg in CSS assets
  • [patch] added example for handlebars adapter

0.0.3

  • [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

0.0.2

  • [patch] removed dist folder from repository so that it can be published

0.0.1

  • [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