Skip to content

Commit

Permalink
Bump version to 1.8.0; added CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
karlwilbur committed Jun 14, 2019
1 parent de6e714 commit 3d8f1da
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# CHANGELOG

This file is used to list changes made in `email_validator`.

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


# 1.8.0 (2019-06-14)
- [karlwilbur] - Refactor class methods for readability
- [karlwilbur] - `gemspec` meta updates
- [karlwilbur] - Use POSIX classes for better performance
- [karlwilbur] - Refactored tests to check specical characters one at a time
- [karlwilbur] - Refactored validation regex to be more techincally correct
- [karlwilbur] - Add this `CHANGELOG`

# 1.7.0 (2019-04-20)
- [karlwilbur] - Added test coverage badge to README
- [karlwilbur] - Added I18n directive to remove warning message in testing
- [karlwilbur] - Added RFC-2822 reference
- [karlwilbur] - Ignore local rspec config file
- [karlwilbur] - Check for invalid double dots in strict mode
- [karlwilbur] - Updated spec_helper to remove Code Climate Test Reporter; it is to be run separately now
- [karlwilbur] - Allow leading/trailing whitespace in normal, not strict
- [karlwilbur] - Added `invalid?` as inverse of `valid?`
- [karlwilbur] - Add the ability to limit to a domain
- [karlwilbur] - Removed CodeShip badge
- [karlwilbur] - Make the dot in the domain part non-conditional
- [karlwilbur] - Fix domain label pattern to allow numbers per rfc5321

# 1.6.0 (2015-06-14)
- [karlwilbur] - Fixed validation to be closer to RFC-5321
- [karlwilbur] - Updated specs to use Rspec 3 syntax
- [karlwilbur] - Added unicode suport to validation regexp
- [karlwilbur] - Added class access to regexp, and `valid?` calss method
- [karlwilbur] - Simplified code using new methods
- [karlwilbur] - Added CodeClimate and SimpleCov
- [karlwilbur] - Updated version and contact info

*** Forked from https://github.com/balexand/email_validator

- - -
Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown.

The [Github Flavored Markdown page](http://github.github.com/github-flavored-markdown/) describes the differences between markdown on github and standard markdown.

2 changes: 1 addition & 1 deletion email_validator.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{email_validator}
s.version = "1.7.0"
s.version = "1.8.0"
s.authors = ["Brian Alexander", "Karl Wilbur"]
s.description = %q{An email validator for Rails 3+. See homepage for details: http://github.com/karlwilbur/email_validator}
s.email = %q{[email protected]}
Expand Down

0 comments on commit 3d8f1da

Please sign in to comment.