Sha256: 4fd873867916cb2153abecc3667e827b8dde9f54f12ba43f12ddab2dc4aad9b7
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
= Changelog == Release 0.5.2 * CHANGED: Update public suffix list to 248ea690d671 2010-09-16 18:02 +0100 == Release 0.5.1 * CHANGED: Update public suffix list to 14dc66dd53c1 2010-09-15 17:09 +0100 == Release 0.5.0 * CHANGED: Improve documentation for Domain#domain and Domain#subdomain (#1). * CHANGED: Performance improvements (#2). == Release 0.4.0 * CHANGED: Rename library from DomainName to PublicSuffixService to reduce the probability of name conflicts. == Release 0.3.1 * Deprecated DomainName library. == Release 0.3.0 * CHANGED: DomainName#domain and DomainName#subdomain are no longer alias of Domain#sld and Domain#tld. * CHANGED: Removed DomainName#labels and decoupled Rule from DomainName. * CHANGED: DomainName#valid? no longer instantiates new DomainName objects. This means less overhead. * CHANGED: Refactoring the entire DomainName API. Removed the internal on-the-fly parsing. Added a bunch of new methods to check and validate the DomainName. == Release 0.2.0 * ADDED: DomainName#valid? * ADDED: DomainName#parse and DomainName#parse! * ADDED: DomainName#valid_domain? and DomainName#valid_subdomain? * CHANGED: Make sure RuleList lookup is only performed once. == Release 0.1.0 * Initial version
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
public_suffix_service-0.5.2 | CHANGELOG.rdoc |