Releases: gerard2perez/node-mce
Releases · gerard2perez/node-mce
v3.0.1
v3.0.0
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
v2.2.0
v2.1.0
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
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
- force dump (5f3e441)
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