Skip to content

Latest commit

 

History

History
112 lines (63 loc) · 5.84 KB

File metadata and controls

112 lines (63 loc) · 5.84 KB

2018-02-19, Version 3.0.4 (Stable)

  • [31ac65db2c] - package: use MIT license (Evan Lucas)

2018-02-19, Version 3.0.3 (Stable)

  • [e4fb45d034] - ci: build on node 8 instead of node 7 (Evan Lucas)
  • [e559e488a7] - deps: remove @helpdotcom/releaseit (Evan Lucas)

2018-01-27, Version 3.0.2 (Stable)

  • [ad2008d36f] - isEmail: wrap validation in try/catch (Justin Griffith)

2017-05-25, Version 3.0.1 (Stable)

  • [086ec52751] - index: isEmailName() should allow '@' in the name part (Dave Koston)

2017-05-23, Version 3.0.0 (Stable)

2017-05-17, Version 2.2.1 (Stable)

2017-04-19, Version 2.2.0 (Stable)

  • [1f92c5ffa3] - (SEMVER-MINOR) index: add isUrl() (Stephen Belanger)

2017-04-19, Version 2.1.4 (Stable)

  • [52156018a0] - index: optimize isEmail for early escape (Stephen Belanger)

2017-04-17, Version 2.1.3 (Stable)

  • [a6f7d2b895] - index: allow name part to be blank in isEmailAllowName() (Evan Lucas)

2017-03-29, Version 2.1.2 (Stable)

  • [e0e46e0dd0] - isEmailAllowName: Remove redundant regex part (Darin Spivey)
  • [369db6aca1] - isEmailAllowName: allow commas and parens in the name portion (Darin Spivey) CHAT-2410

2017-03-08, Version 2.1.1 (Stable)

  • [8819f740af] - isEmailAllowName: update Regex to allow/check space in name (Ryan Tallmadge)

2017-03-02, Version 2.1.0 (Stable)

2017-02-22, Version 2.0.2 (Stable)

  • [5ab1580bcf] - index: allow an additional format in isDate() (Evan Lucas)

2017-01-27, Version 2.0.1 (Stable)

  • [7e5402aa3b] - index: allow ms to be 1-3 digits (Evan Lucas)

2017-01-27, Version 2.0.0 (Stable)

  • [5901db8dda] - ci: switch from quay.io to gcr.io (Evan Lucas)
  • [d75f856dc1] - (SEMVER-MAJOR) index: support common JSON date string format (Evan Lucas)

2016-06-26, Version 1.0.9 (Stable)

2016-06-26, Version 1.0.8 (Stable)

  • [6d3cbc0253] - deps: check-pkg@2.0.2 (Commit Bot)

2016-06-15, Version 1.0.7 (Stable)

  • [ad28b0d782] - deps: tap@5.7.2 (Evan Lucas)
  • [f22ba9003a] - deps: lintit@1.0.3 (Evan Lucas)
  • [a9c99a65ef] - index: fix isDate implementation (Evan Lucas)

2016-05-28, Version 1.0.6 (Stable)

  • [b427d66247] - deps: @helpdotcom/releaseit@2.0.5 (Evan Lucas)

2016-05-28, Version 1.0.5 (Stable)

  • [61daf98419] - ci: add final fix for auto releases (Evan Lucas)
  • [7fe1911af1] - deps: @helpdotcom/releaseit@2.0.4 (Evan Lucas)

2016-05-28, Version 1.0.4 (Stable)

  • [61daf98419] - ci: add final fix for auto releases (Evan Lucas)
  • [7fe1911af1] - deps: @helpdotcom/releaseit@2.0.4 (Evan Lucas)

2016-05-28, Version 1.0.3 (Stable)

  • [61daf98419] - ci: add final fix for auto releases (Evan Lucas)
  • [7fe1911af1] - deps: @helpdotcom/releaseit@2.0.4 (Evan Lucas)

2016-05-27, Version 1.0.2 (Stable)

2016-05-05, Version 1.0.1 (Stable)

  • [ad30afd394] - ci: use node:5 image for test:node5 (Evan Lucas)
  • [a0cf92e73d] - deps: check-pkg@1.0.0 (Evan Lucas)
  • [0eb0edcc49] - module: add changelog (Evan Lucas)

2016-05-04, Version 1.0.0 (Stable)

  • Initial Release