Skip to content

Releases: gerard2perez/node-mce

v3.0.1

14 Jun 05:30
Compare
Choose a tag to compare

3.0.1 (2021-06-14)

Bug Fixes

  • uses main env variable in spawn (74fe845)

v3.0.0

14 Jun 05:24
Compare
Choose a tag to compare

3.0.0 (2021-06-14)

Bug Fixes

  • allows values with inner - (3e685d3)
  • build and watch will work as expected (7527af6)
  • build script for mce (3580050)
  • catches error from exec (ba8820e)
  • changes absolute import to be relative to test folder (1a63398)
  • compile will work as standalon and in tree maker (b4253fc)
  • correctly print newLines (247f26a)
  • creates directory in chained execution (45d3b53)
  • enumeration will parse values correctly (7024c4b)
  • improves return interface from tsconfig (7af484f)
  • minor changes (088e822)
  • prevents test to fail (21900f6)
  • prevents transpile renaming (0f426c1)
  • removes most of deprecations (c2be0ea)
  • tsconfig adds more type information and removes comments (83066d0)
  • updates the vscode code actions (8cab10b)
  • uses esModuleInterop (a24fb35)
  • uses new streams (7dbe79c)
  • writeJSON will respect pathResolver (9d827dd)

Features

  • add make-chainable function (3782d3a)
  • adds command to build mce projects (eb42716)
  • adds eslint support for new projects (34038d0)
  • adds new dry-run system and migrates to new fs and tree-maker api (03752c7)
  • adds package.json creator (21fac02)
  • adds support to build a project (531743c)
  • adds support to transform error stack is sourcemaps are present (6dea671)
  • display delete add and change event for files build with typescript (c87907a)
  • export spin in the root project (cbd0298)
  • expose test to easily test projects (1714909)
  • improves recognition of local commands (3361661)
  • makes tsconfig avaliable in the main package (0c1fb97)
  • spawn a process that can capture TTY output (922daab)
  • uses a new tagged template string based system to log information (9053946)
  • tree-make: adds a json writer function (55db8c8)

Performance Improvements

  • adds polling interval for incremental builds (115f761)

refact

  • separete fs logic from tree maker (f6b2bdd)

BREAKING CHANGES

  • a lot of imports are moved to the main entry point of the package some of the functions are removed and some deprecations disapered

v2.3.0

30 Nov 00:46
Compare
Choose a tag to compare

2.3.0 (2020-11-30)

Bug Fixes

Features

  • add support to read command from directory (7cd2fe6)

v2.2.0

28 Nov 02:22
Compare
Choose a tag to compare

2.2.0 (2020-11-28)

Features

  • adds new plugin system support (0937cc0)

v2.1.0

03 Nov 06:42
Compare
Choose a tag to compare

2.1.0 (2020-11-03)

Features

  • allow user to retrive simple package config information (69e4764)

v2.0.4

29 Feb 19:38
Compare
Choose a tag to compare

2.0.4 (2020-02-29)

Bug Fixes

  • change stderr with the default output stream (8254ab0)
  • remove unnecessary package (cb7e915)
  • renders varidac argument in help (f98a5a4)

v2.0.3

20 Feb 06:41
Compare
Choose a tag to compare

2.0.3 (2020-02-20)

Bug Fixes

  • add new files to the default proyect (2813a4b)

v2.0.2

20 Feb 04:20
Compare
Choose a tag to compare

2.0.2 (2020-02-20)

Bug Fixes

v2.0.1

20 Feb 03:43
Compare
Choose a tag to compare

2.0.1 (2020-02-20)

Bug Fixes

v2.0.0

20 Feb 02:40
Compare
Choose a tag to compare

2.0.0 (2020-02-20)

Bug Fixes

  • clean script will work correctly (55ffe36)
  • correctly resolves path in chainable structure (8fe89bc)
  • enable to use function directly without tree maker (bc20935)
  • update template information (a3c3b6d)
  • update template to copy executable file (24f0cca)
  • update templates content (5343f7f)

chore

Features

  • add new utility to easily copy files from templates folder (edb6ad1)
  • add new local script configuration (62e022d)
  • new log function and tagged template literals for verbose functions. (bfb0844)
  • refact and add missing test for better coverage (a0ca737)
  • rewrite test to use jest engine (dedd85d)
  • use new tree-maker (4f6f4e2)

BREAKING CHANGES

  • force version update