Skip to content

Releases: nivekcode/svg-to-ts

v8.7.0

14 Jun 09:04
Compare
Choose a tag to compare

8.7.0 (2022-06-14)

Features

  • compilation: add new compilation outputs (257edf8)

v8.6.1

30 Apr 16:45
Compare
Choose a tag to compare

8.6.1 (2022-04-30)

Bug Fixes

  • badges: reference correct badge in README (e5b273f)

v8.6.0

30 Apr 16:32
Compare
Choose a tag to compare

8.6.0 (2022-04-30)

Features

  • enum: generate enums for constants (dc20ced), closes #165

v8.5.0

24 Apr 15:15
Compare
Choose a tag to compare

8.5.0 (2022-04-24)

Features

  • (tsx): add tsx constants conversion (5baac39), closes #159
  • (tsx): generate SVG constants into multiple TSX files (f482cdd), closes #159
  • (tsx) add tsx option and add object converter: accepts a TSX flag for object conversion (76729aa), closes #159

v8.4.0

21 Mar 12:50
Compare
Choose a tag to compare

8.4.0 (2022-03-21)

Features

  • converter: add notification about using default values (493865a)
  • converter: add typeName for object generation (e9c6194)
  • converter: fix default typeName + use it in options collector (9052b44)

v8.3.1

21 Feb 20:15
Compare
Choose a tag to compare

8.3.1 (2022-02-21)

Bug Fixes

  • flag handling: only apply default for non provided flags (e2b42f1), closes #156

v8.3.0

04 Feb 20:54
Compare
Choose a tag to compare

8.3.0 (2022-02-04)

Bug Fixes

  • configoptions: add export complete icon set as config options (6df1b7e)

Features

  • constants: export all generated constants by default and add configuration option (cd43dcb), closes #132

v8.2.0

03 Feb 22:20
Compare
Choose a tag to compare

8.2.0 (2022-02-03)

Features

  • read: fail early if no srcFiles are found (c8a1a31), closes #150

v8.1.0

03 Feb 13:53
Compare
Choose a tag to compare

8.1.0 (2022-02-03)

Features

  • completeiconset: add option to configure the name of the complete icon set (4cd5c53), closes #148

v8.0.1

03 Feb 09:21
Compare
Choose a tag to compare

8.0.1 (2022-02-03)

Bug Fixes

  • infomessage: log correct conversion type (bb50299), closes #146