Skip to content

Latest commit

 

History

History
319 lines (151 loc) · 12.4 KB

File metadata and controls

319 lines (151 loc) · 12.4 KB

1.17.1 (2021-02-26)

Bug Fixes

1.17.0 (2021-02-26)

Bug Fixes

Features

Performance Improvements

  • make 出错时不再每层都 catch,最终统一从依赖图里查找 (869458f)
  • remove promise hierarchy by topological resolving (f08345c)

1.16.1 (2020-08-10)

Bug Fixes

  • don't setLevel when not specified (ef05b48)

1.16.0 (2020-08-06)

Features

  • --require arguemnt and package.json entry (f4a5bf1)

1.15.4 (2020-05-09)

Bug Fixes

1.15.3 (2020-05-08)

Bug Fixes

  • emit esmolule interop to fix chalk (1d9b62d)

1.15.2 (2020-05-08)

Bug Fixes

  • add chalk to dependencies (7b55d2b)

1.15.1 (2020-01-03)

Bug Fixes

  • simple message for corrupted dep files (568fb5d)

1.15.0 (2019-12-12)

Features

1.14.0 (2019-12-12)

Features

  • mtime db syncing, consistent logger (3c4ef65)
  • stable mtime (767f186)

1.13.2 (2019-12-04)

Bug Fixes

1.13.1 (2019-12-04)

Bug Fixes

  • delay in ctx.make, fix dep utimes, invalidate dep (677c727)

1.13.0 (2019-12-03)

Bug Fixes

  • delay 3ms for each recipe, see #14 (cbdfd5e)
  • dynamicDependenciesUpdatedAt default value (e320c51)
  • log outputs in bin/makit respect to loglevel (5bd03e8)

Features

  • add make stack in error.message (328798a)

1.12.3 (2019-12-02)

Bug Fixes

  • graph printing, closes #5 (57b2397)
  • update unit test for DirectedGraph (8cdc341)

1.12.2 (2019-12-02)

Bug Fixes

  • glob negation in Target.match/exec (cfc561e)

1.12.1 (2019-12-02)

Bug Fixes

  • support node_js LTS versions (9be73c1)

1.12.0 (2019-11-29)

Features

  • rude() with dynamic dependencies (a72cba2)
  • support arbitrary nested concurrent/series (b4e07be)
  • unlink, unlinkSync for Context (8d67332)

1.11.0 (2019-11-29)

Features

1.10.3 (2019-11-29)

Bug Fixes

1.10.2 (2019-11-29)

Bug Fixes

  • add disableCheckCircular (1188aa3)

1.10.1 (2019-11-29)

Bug Fixes

1.10.0 (2019-11-29)

Features

  • add graph & off for emitter (29a7fde)

1.9.0 (2019-11-28)

Features

1.8.0 (2019-11-28)

Bug Fixes

  • fire recipe when make twice or more in immediate moment (cdfd03a)
  • fire recipe when make twice or more in immediate moment (2620601)

Features

  • local make via ctx.make (d5d8027)

1.7.3 (2019-11-27)

Bug Fixes

1.7.2 (2019-11-27)

Bug Fixes

  • check prerequisites recursively (673b2fe)

1.7.1 (2019-11-26)

Bug Fixes

  • extrace make outof makefile (8e0a4ad)
  • trigger make for none-exist file (22c0095)

1.7.0 (2019-11-26)

Features

1.6.0 (2019-11-26)

Bug Fixes

  • make Prerequisites() public (6c9f4de)
  • RecipeDeclaration complains for callback (e7025ef)

Features

  • support groups in dependency array (f70dec2)

1.5.2 (2019-11-25)

Bug Fixes

1.5.1 (2019-11-24)

Bug Fixes

  • Fix a bug which can trigger loops in matching mode (cac2631)

1.5.0 (2019-11-23)

Features

1.2.0 (2019-11-23)

Bug Fixes

Features

1.2.0 (2019-11-23)

Bug Fixes

Features

  • dependency graph and make trace (e5cce8e)
  • publish 1.3.0 (6df3266)
  • quiet argument to disable trace (138ea69)
  • support match mode && backward reference (7f03a4f)

1.2.0 (2019-11-15)

Features

  • dependency graph and make trace (e5cce8e)
  • quiet argument to disable trace (138ea69)

1.1.0 (2019-11-13)

Features

  • support call make in makefile.js (2ff18c5)
  • target support RegExp (d9095ff)

1.0.0 (2019-11-13)

Bug Fixes

  • cache pending make procedure (8077aa6)