Skip to content

Releases: jaebradley/email-prop-type

v3.0.1

05 Feb 18:38
d95cd27
Compare
Choose a tag to compare

3.0.1 (2020-02-05)

Bug Fixes

  • dependencies: update dependencies and tooling (#72) (d95cd27)

v3.0.0

25 Jun 14:47
761113f
Compare
Choose a tag to compare

3.0.0 (2018-06-25)

build

  • email-validator: move email-validator package to dependency (cda9a17)

BREAKING CHANGES

  • email-validator: Move the email-validator package to dependency. rollup.js will automatically not bundle email-validator. However, by adding the email-validator as a direct dependency, the email-validator package will be automatically installed when email-prop-type is installed.

v2.0.0

18 May 12:53
350dc3a
Compare
Choose a tag to compare

2.0.0 (2018-05-18)

build

  • rollup: build library using rollup.js (4daddf4)

BREAKING CHANGES

  • rollup: Build library using rollup.js. Move email-validator dependency to peer.

v1.1.7

17 May 22:10
9903b50
Compare
Choose a tag to compare

1.1.7 (2018-05-17)

Bug Fixes

  • security-vulnerabilities: update packages to resolve vulnerability (9c3cd5c)

v1.1.6

19 Apr 05:13
42c040e
Compare
Choose a tag to compare

1.1.6 (2018-04-19)

Bug Fixes

  • package: update email-validator to version 2.0.0 (10f227c)

v1.1.5

20 Mar 17:05
a9528d4
Compare
Choose a tag to compare

1.1.5 (2018-03-20)

Bug Fixes

  • email-validator: use different email validation package (775a0e1)

v1.1.4

15 Mar 00:32
7fafb66
Compare
Choose a tag to compare

1.1.4 (2018-03-15)

Bug Fixes

  • email-validator: use es5 compatible validator (ba55d89)

v1.1.3

19 Dec 18:23
ff74ea6
Compare
Choose a tag to compare

1.1.3 (2017-12-19)

Bug Fixes

  • dependencies: add babel-jest (cd974ae)
  • package: update jest to version 22.0.3 (2e09bd3), closes #9

v1.1.2

07 Dec 01:41
27a6f4c
Compare
Choose a tag to compare

1.1.2 (2017-12-07)

Bug Fixes

  • validation: add string validation (4d8ae80)

v1.1.1

02 Dec 22:56
f7abf37
Compare
Choose a tag to compare

1.1.1 (2017-12-02)

Bug Fixes

  • error: return error instead of throwing (6112b5c)