Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Releases: cypress-io/cypress-browserify-preprocessor

v3.0.2

04 Nov 14:31
2b1c1f4
Compare
Choose a tag to compare

3.0.2 (2021-11-04)

Miscellaneous

  • deps: update dependency glob-parent to version 5.1.2 🌟 (#84) (61dae70)

v3.0.1

14 Jul 19:15
fb2f417
Compare
Choose a tag to compare

3.0.1 (2020-07-14)

Bug Fixes

  • Handle function transforms when typescript is set (#57) (fb2f417), closes #56

v3.0.0

21 May 14:14
0b94fc5
Compare
Choose a tag to compare

3.0.0 (2020-05-21)

Breaking Changes

  • This plugin now requires Node.js 8+

Bug Fixes

  • Validate type of typescript option and its existence as a path (3fb7b2c)
  • Improve error when attempting to preprocess a TypeScript file but the typescript option is not set (36d77a8)

v2.2.4

11 May 21:40
d64122c
Compare
Choose a tag to compare

2.2.4 (2020-05-11)

Bug Fixes

  • generate sourcemaps on .ts and .tsx files (#51) (d64122c)

v2.2.3

08 May 13:35
00e9be9
Compare
Choose a tag to compare

2.2.3 (2020-05-08)

Bug Fixes

  • Only enable TypeScript jsx compiling for .js, .jsx, and .tsx files (#45) (00e9be9)

v2.2.2

23 Apr 14:00
f549896
Compare
Choose a tag to compare

2.2.2 (2020-04-23)

Bug Fixes

  • Fix TypeScript iterator support. (#43) (f549896)

v2.2.1

04 Apr 21:09
24117d0
Compare
Choose a tag to compare

2.2.1 (2020-04-04)

Bug Fixes

  • Fix lib files not being published (#40) (24117d0)

v2.2.0

03 Apr 18:54
344a057
Compare
Choose a tag to compare

2.2.0 (2020-04-03)

Features

  • Add out-of-the-tbox typescript support (#38) (344a057)

v2.1.4

11 Feb 16:37
642a671
Compare
Choose a tag to compare

2.1.4 (2020-02-11)

Bug Fixes

v2.1.3

05 Feb 16:10
8601521
Compare
Choose a tag to compare

2.1.3 (2020-02-05)

Bug Fixes