Skip to content

Releases: connectedcars/gettext-extractor

v4.0.1

14 Jul 06:37
@mex mex
36e92ec

Choose a tag to compare

Bugfixes

  • Fixes naming of repository in package.json 9a5e264

v4.0.0

11 Jul 12:47
@mex mex
f780ac7

Choose a tag to compare

Breaking changes

  • Remove support for Node versions 6 to 18 (new minimum version is 20) #82

Improvements

  • Removed looking for maintainer notice #75
  • Updated author information #75
  • Updated Node versions for test workflow #75
  • Updated glob dependency from 5 - 7 to 11 #82
  • Updated jest versions #82

v3.8.0

15 Jul 11:51

Choose a tag to compare

Features

  • New JsExtractors.htmlTemplate extractor #64

Bugfixes

  • Fix comment extraction around variable assignment #65

v3.7.2

21 Apr 18:01

Choose a tag to compare

Bugfixes

  • Exclude directories from glob matching #63

v3.7.1

10 Apr 08:26

Choose a tag to compare

Improvements

  • Support for TypeScript 5 (dropping support for versions 2 & 3)

v3.7.0

13 Mar 21:16

Choose a tag to compare

Features

  • New HtmlExtractors.embeddedAttributeJs extractor #60

v3.6.2

07 Feb 18:34

Choose a tag to compare

Bugfixes

  • Fix line numbers for embeddedJsExtractor when lineNumberStart is passed to HtmlParser #59

v3.6.0

27 Oct 18:54

Choose a tag to compare

Improvements

  • Content options for HTML attributes #57

v3.5.4

12 Feb 10:32

Choose a tag to compare

Bugfixes

  • Add support for empty HTML attribute selectors [attribute=""] #51

v3.5.3

19 Oct 14:45

Choose a tag to compare

Improvements

  • Updated dependencies