Skip to content

Latest commit

 

History

History
264 lines (125 loc) · 11 KB

CHANGELOG.md

File metadata and controls

264 lines (125 loc) · 11 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2021-07-08)

Features

2.2.0 (2021-07-06)

Features

  • show generated content immediately in editor (21827bc)

2.1.3 (2021-07-05)

Bug Fixes

  • set same number of percent in all places (e5fbe49)

2.1.2 (2021-07-04)

Bug Fixes

  • block informaton when not find similar files (502ac30)
  • hide compare span when lines no have difference (e79667d)

2.1.1 (2021-07-04)

Bug Fixes

  • fixed rename folder rendering and add additional filter similar path (91438ca)

2.1.0 (2021-07-04)

Features

Bug Fixes

2.0.3 (2021-07-03)

Bug Fixes

2.0.2 (2021-07-03)

Bug Fixes

  • check number grouped files (7c260a4)

2.0.1 (2021-07-03)

Bug Fixes

2.0.0 (2021-07-03)

⚠ BREAKING CHANGES

  • Delete save template feature

Features

  • start work on new engine, first version of debugger, filter files by .gitignore (fixes) (a114cb2)

1.7.0 (2021-02-27)

Features

  • Splitting script files using VS Code symbols (ad8bd6b)

1.6.0 (2021-02-20)

Features

  • render all web view by react.js lib (ee369ca)

1.5.0 (2021-02-13)

Features

  • ignore files by gitignore content and globs (7b6844b)

1.4.0 (2020-07-02)

Features

  • rename directory with content (640b39a)

1.3.1 (2020-06-27)

Bug Fixes

  • hide errore from temp files (22f8fe7)

1.3.0 (2020-06-21)

Features

  • build extension by webpack (5e5638f)

1.2.3 (2020-06-12)

Bug Fixes

  • vulnerabilities (update dependencies) (d4365c7)

1.2.2 (2020-06-12)

Bug Fixes

1.2.1 (2020-02-20)

Bug Fixes

  • remove unavailable files form redux, (f78c051)

1.2.0 (2020-02-19)

Features

  • add saved template to store on start (4583de0)
  • fix action logger (3e4874b)
  • get info about directories from redux state (ed86369)
  • save all files in redux state (2362293)
  • save templates in store (c744874)
  • start use data about template from redux store (1d6f8af)
  • start using template from redux in "directory generate proccess" (9408cfe)

1.1.1 (2020-01-18)

Bug Fixes

  • dependency version "@types/vscode" (89678c0)

1.1.0 (2020-01-18)

Features

1.0.1 (2019-10-20)

Bug Fixes

  • add missing light icon (038fe33)
  • escape special characters in preview (149abcc)
  • generate sibling files (e5927f4)

1.0.0 (2019-10-19)

Features

  • add 'let me choose' option (9b241a1)

0.0.13 (2019-10-07)

Bug Fixes

0.0.12 (2019-10-06)

Bug Fixes

  • #6 don't iterate if don't find matching files (2ac20b5)

Features

  • create templates (fdaee59)
  • use templates when generating content (20e382f)

0.0.11 (2019-09-26)

Features

  • create content for new file (8106f16)

0.0.10 (2019-09-26)

Bug Fixes

  • #3 hide auto generate lock files form npm or linters (19ae830)

0.0.9 (2019-09-21)

Features

  • add support pascalCase (f543a45)
  • add support words as whole (bada2fc)
  • use default value as fallback (371c984)

0.0.8 (2019-09-20)

Bug Fixes

Features

0.0.7 (2019-09-19)

Bug Fixes

  • #1 Add exclude setting (bc3a48f)
  • Changed operation order for better performance (35db6f3)
  • fixed windows support (0fc7ec2)
  • Report issue 414 “Request URI too long” (b0141e4)

Features

  • Adding a question before start generate (3a76894)
  • catch infinite loop (5b1b99f)
  • create project icon :D (f9d6d72)
  • generate all files from sibling directory (16c72e1)
  • generate file content (098fefe)
  • show error with button (create issue) (8d6bf32)