Skip to content

Latest commit

 

History

History
235 lines (133 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

235 lines (133 loc) · 13.7 KB

5.1.5 (2024-08-25)

5.1.4 (2024-08-19)

5.1.3 (2024-08-18)

5.1.2 (2024-08-18)

5.1.1 (2024-08-18)

5.1.0 (2024-08-18)

Bug Fixes

  • scripts: fix generation of expected parsed (7364aad)
  • scripts: fix generation of parse-tree expecteds (75785a9)

Features

  • bin: add --ascii option (0dbdc60)
  • lib: add customizable symbols for parse tree (d1033ef)
  • lib: add default ascii symbols for parse (df42f8e)

5.0.9 (2024-08-15)

5.0.8 (2024-07-09)

5.0.7 (2024-06-30)

5.0.6 (2024-06-27)

5.0.5 (2024-06-23)

5.0.4 (2024-06-20)

5.0.3 (2024-06-18)

5.0.2 (2024-06-13)

5.0.1 (2024-06-12)

5.0.0 (2024-06-12)

Bug Fixes

  • build.mjs: fix cli import (7e7b947)

Features

  • fix esm build and provide esm/cjs bundle (1f4db9a)

BREAKING CHANGES

  • The ESM introduction could have unexpected changes in behaviour

4.8.6 (2024-06-11)

4.8.5 (2024-05-27)

4.8.4 (2024-05-21)

4.8.2 (2024-05-10)

4.8.1 (2024-04-28)

4.8.0 (2024-04-28)

Features

4.7.0 (2024-02-19)

Bug Fixes

  • lib: fix homeShortcut for parse (cc7f817)

Features

  • bin: add homehortcut (5a34963)
  • lib: add homeShortcut option (2e8adf6)

4.6.4 (2024-02-19)

4.6.3 (2024-02-06)

4.6.2 (2024-01-11)

4.6.1 (2024-01-11)

4.6.0 (2023-12-07)

Features

  • add typings to extend nodes on file or dir (3e4418f)

4.5.8 (2023-12-07)

4.5.7 (2023-12-07)

4.5.6 (2023-09-21)

4.5.5 (2023-05-29)

4.5.4 (2023-04-21)

4.5.3 (2023-04-21)

4.5.2 (2023-03-27)

4.5.1 (2023-03-08)

4.5.0 (2023-03-07)

Features

  • bin: add code completion (52a5264)

4.4.3 (2023-02-28)

4.4.2 (2023-02-28)

4.4.1 (2023-02-28)

4.4.0 (2023-02-28)

4.3.2 (2023-02-28)

Bug Fixes

  • bin: remove unused console.log (b4646d0)
  • fix names of sort predefined functions (b1b0f52)
  • lib: fix glob check (14a9b7b)

Features

  • bin: add default sorting methods (d05b8d4)
  • lib: add predefined sorting methods (de15c35)

4.3.1 (2023-02-19)

4.3.0 (2023-02-19)

Features

  • package.json: include CHANGELOG (829cb31)

4.2.0 (2023-02-19)

Bug Fixes

  • (bin/index.ts): Fixed regexp (bb41fca)
  • added version (3922e23)
  • bin/index.ts: Fixed excludes with regexp (f5d425e)
  • bin: readd hashbang (05ca1c3)
  • bin: remove console for debug (5722050)
  • final fix (98b8ac5)
  • fixed test (hope) (13ad2bf)
  • follow links on scan (3e0cd09)
  • index.ts: fix parseTree with excludes as strings (799fa3c)
  • index.ts: fixed bug when passed invalid path (b35c57c)
  • lib: fix descendants (0400d7c)
  • lib: fix parse root options usage (b825d37)
  • lib: ix descendants if ignore dirs (d12dfc9)
  • now fixed (09647d2)
  • package.json: fixed cover npm script (96d9fc2)
  • package.json: typedoc fix (2df4f59)
  • readded sample (728be6d)
  • scanAysnc.test: remove debug file creation from test scan async (0463b4e)
  • sixth.test.json: fixed expected result (cd9d2ad)
  • sixth.test.json: fixed PATH (cce698e)
  • source/bin/index.ts: Now regexp is fixed with double excape (4195890)
  • source: fix { stat: undefined } when option stat is false (5eee06b), closes #12
  • source: fix issue #12 also for scanAsync (9fd525a)
  • test: Fixed lib path (84cce8b)
  • travis.yml (019aa8f)
  • will crush (002f6e2)
  • will crush (456df2e)

Features

  • add glob with minimatch (e6e3702), closes #22
  • added emptyDir (4170263)
  • added scan async (95b0251)
  • bin: add descendants to args (2ff1a6d)
  • bin: add sorted option to cli (29777ac)
  • bin: add support for regex syntax in bind (5976548), closes #24
  • bin: change behaviour, merge dest and name, remove default dest and print on stdout (c69f3d4)
  • cli: add pretty and tabs options (9215987)
  • index.ts test: added parseTreeAsync (ee458f8)
  • index.ts test: parseAsync function -- tests on that function (ef5cb0b)
  • index.ts: add string into patterns (68aacfa)
  • index.ts: use @types/node (33b8002), closes #23
  • lib: add descendants option (0e8f2f1)
  • lib: add sort to parse and parseTree (caaec5b)
  • lib: add sorted options for scan (17116f8)
  • match option on scan and scanAsync (b179065)
  • Now can also be a global module: Added bin (d3bb24b)
  • scripts: add error if platform is invalid (0486291)
  • scripts: add testcases on descendants (c59dd1f)
  • source: add async file/dir callbacks for scanAsync (b9dcc9a), closes #13

BREAKING CHANGES

  • bin: Now regex behaves different in cli
  • Now exclude behaves differently
  • index.ts: Type of hashEncoding is changed
  • Now can also be a global module: Now you can also use it as a global module. npm yargs was added as dependency