Skip to content

Latest commit

 

History

History
101 lines (36 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

101 lines (36 loc) · 2.76 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.0 (2022-12-27)

Features

  • api.src support fast-glob options (4c3a28f)

2.2.1 (2021-10-13)

Bug Fixes

  • replace touch with fs.writeFIle (2d1e9be)

2.2.0 (2021-10-12)

Features

  • add flag options to run (81dfbb3)

2.1.0 (2021-10-11)

Features

  • allow change context value (name or path) on the fly (dabec0f)
  • ignore .git and .DS_Store (dfb8e07)

2.0.0 (2021-10-07)

Features

  • add client option for install (964609b)
  • add types (c564be9)
  • remove utils to core api (a6529ae)
  • use fast-glob instead of vinyl-fs (bb49881)

BREAKING CHANGES

  • target Node v10.3, removed vinyl-fs

1.1.1 (2021-09-25)

Note: Version bump only for package gogen

1.1.0 (2021-09-23)

Features

  • add test option to template, support infix ext (4012b3b)
  • move helper API to core API (7608ee6)

1.0.1 (2021-09-20)

Bug Fixes

  • use path.format in rename function (dfe9b1b)

Features

  • drop Node 8 support (e33215c)
  • inject context to mock function (a966cec)