Skip to content

Commit

Permalink
[TASK] Update the changelog for the 1.2.1 release (#586)
Browse files Browse the repository at this point in the history
Also use HTTPS for the semver link and the new repository location for
the GitHub pull request URLs.

[ci skip]
  • Loading branch information
oliverklee authored Jun 26, 2018
1 parent 24de2b3 commit e005ae8
Showing 1 changed file with 55 additions and 69 deletions.
124 changes: 55 additions & 69 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,23 @@
# Emogrifier Change Log

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


## x.y.z (unreleased)
## 1.2.1

### Added


### Changed

- Mark as compatible with PHP 7.2.x
([#582](https://github.com/MyIntervals/emogrifier/pull/582))

### Deprecated
- Support for PHP 5.5 will be removed in Emogrifier 3.0.
- Support for PHP 5.4 will be removed in Emogrifier 2.0.


### Removed


### Fixed


### Security



## 1.2.0 (2017-03-02)

### Added
- Handling invalid xPath expression warnings
([#361](https://github.com/jjriv/emogrifier/pull/361))
([#361](https://github.com/MyIntervals/emogrifier/pull/361))


### Deprecated
Expand All @@ -41,35 +27,35 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed
- Allow colon (:) and semi-colon (;) when using the *= selector
([#371](https://github.com/jjriv/emogrifier/pull/371))
([#371](https://github.com/MyIntervals/emogrifier/pull/371))
- Ignore "auto" width and height
([#365](https://github.com/jjriv/emogrifier/pull/365))
([#365](https://github.com/MyIntervals/emogrifier/pull/365))



## 1.1.0 (2016-09-18)

### Added
- Add support for PHP 7.1
([#342](https://github.com/jjriv/emogrifier/pull/342))
([#342](https://github.com/MyIntervals/emogrifier/pull/342))
- Support the attr|=value selector
([#337](https://github.com/jjriv/emogrifier/pull/337))
([#337](https://github.com/MyIntervals/emogrifier/pull/337))
- Support the attr*=value selector
([#330](https://github.com/jjriv/emogrifier/pull/330))
([#330](https://github.com/MyIntervals/emogrifier/pull/330))
- Support the attr$=value selector
([#329](https://github.com/jjriv/emogrifier/pull/329))
([#329](https://github.com/MyIntervals/emogrifier/pull/329))
- Support the attr^=value selector
([#324](https://github.com/jjriv/emogrifier/pull/324))
([#324](https://github.com/MyIntervals/emogrifier/pull/324))
- Support the attr~=value selector
([#323](https://github.com/jjriv/emogrifier/pull/323))
([#323](https://github.com/MyIntervals/emogrifier/pull/323))
- Add CSS to HTML attribute mapper
([#288](https://github.com/jjriv/emogrifier/pull/288))
([#288](https://github.com/MyIntervals/emogrifier/pull/288))


### Changed
- Remove composer dependency from PHP mbstring extension
(Actual code dependency were removed a lot of time ago)
([#295](https://github.com/jjriv/emogrifier/pull/295))
([#295](https://github.com/MyIntervals/emogrifier/pull/295))


### Deprecated
Expand All @@ -79,59 +65,59 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed
- Method emogrifyBodyContent() doesn't keeps utf8 umlauts
([#349](https://github.com/jjriv/emogrifier/pull/349))
([#349](https://github.com/MyIntervals/emogrifier/pull/349))
- Ignore value with words more than one in the attribute selector
([#327](https://github.com/jjriv/emogrifier/pull/327))
([#327](https://github.com/MyIntervals/emogrifier/pull/327))
- Ignore spaces around the > in the direct child selector
([#322](https://github.com/jjriv/emogrifier/pull/322))
([#322](https://github.com/MyIntervals/emogrifier/pull/322))
- Ignore empty media queries
([#307](https://github.com/jjriv/emogrifier/pull/307))
([#237](https://github.com/jjriv/emogrifier/issues/237))
([#307](https://github.com/MyIntervals/emogrifier/pull/307))
([#237](https://github.com/MyIntervals/emogrifier/issues/237))
- Ignore pseudo-class when combined with pseudo-element
([#308](https://github.com/jjriv/emogrifier/pull/308))
([#308](https://github.com/MyIntervals/emogrifier/pull/308))
- First-child and last-child selectors are broken
([#293](https://github.com/jjriv/emogrifier/pull/293))
([#293](https://github.com/MyIntervals/emogrifier/pull/293))
- Second !important rule needs to overwrite the first one
([#292](https://github.com/jjriv/emogrifier/pull/292))
([#292](https://github.com/MyIntervals/emogrifier/pull/292))



## 1.0.0 (2015-10-15)

### Added
- Add branch alias ([#231](https://github.com/jjriv/emogrifier/pull/231))
- Add branch alias ([#231](https://github.com/MyIntervals/emogrifier/pull/231))
- Remove media queries which do not impact the document
([#217](https://github.com/jjriv/emogrifier/pull/217))
([#217](https://github.com/MyIntervals/emogrifier/pull/217))
- Allow elements to be excluded from emogrification
([#215](https://github.com/jjriv/emogrifier/pull/215))
- Handle !important ([#214](https://github.com/jjriv/emogrifier/pull/214))
([#215](https://github.com/MyIntervals/emogrifier/pull/215))
- Handle !important ([#214](https://github.com/MyIntervals/emogrifier/pull/214))
- emogrifyBodyContent() method
([#206](https://github.com/jjriv/emogrifier/pull/206))
- Cache combinedStyles ([#211](https://github.com/jjriv/emogrifier/pull/211))
([#206](https://github.com/MyIntervals/emogrifier/pull/206))
- Cache combinedStyles ([#211](https://github.com/MyIntervals/emogrifier/pull/211))
- Allow user to define media types to keep
([#200](https://github.com/jjriv/emogrifier/pull/200))
([#200](https://github.com/MyIntervals/emogrifier/pull/200))
- Ignore invalid CSS selectors
([#194](https://github.com/jjriv/emogrifier/pull/194))
([#194](https://github.com/MyIntervals/emogrifier/pull/194))
- isRemoveDisplayNoneEnabled option
([#162](https://github.com/jjriv/emogrifier/pull/162))
([#162](https://github.com/MyIntervals/emogrifier/pull/162))
- Allow disabling of "inline style" and "style block" parsing
([#156](https://github.com/jjriv/emogrifier/pull/156))
([#156](https://github.com/MyIntervals/emogrifier/pull/156))
- Preserve @media if necessary
([#62](https://github.com/jjriv/emogrifier/pull/62))
([#62](https://github.com/MyIntervals/emogrifier/pull/62))
- Add extraction of style blocks within the HTML
- Add several new pseudo-selectors (first-child, last-child, nth-child,
and nth-of-type)


### Changed
- Make HTML5 the default document type
([#245](https://github.com/jjriv/emogrifier/pull/245))
([#245](https://github.com/MyIntervals/emogrifier/pull/245))
- Make copyCssWithMediaToStyleNode private
([#218](https://github.com/jjriv/emogrifier/pull/218))
([#218](https://github.com/MyIntervals/emogrifier/pull/218))
- Stop encoding umlauts and dollar signs
([#170](https://github.com/jjriv/emogrifier/pull/170))
([#170](https://github.com/MyIntervals/emogrifier/pull/170))
- Convert the classes to namespaces
([#41](https://github.com/jjriv/emogrifier/pull/41))
([#41](https://github.com/MyIntervals/emogrifier/pull/41))


### Deprecated
Expand All @@ -140,42 +126,42 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Removed
- Drop support for PHP 5.3
([#114](https://github.com/jjriv/emogrifier/pull/114))
([#114](https://github.com/MyIntervals/emogrifier/pull/114))
- Support for character sets other than UTF-8 was removed.


### Fixed
- Fix failing tests on Windows due to line endings
([#263](https://github.com/jjriv/emogrifier/pull/263))
([#263](https://github.com/MyIntervals/emogrifier/pull/263))
- Parsing CSS declaration blocks
([#261](https://github.com/jjriv/emogrifier/pull/261))
([#261](https://github.com/MyIntervals/emogrifier/pull/261))
- Fix first-child and last-child selectors
([#257](https://github.com/jjriv/emogrifier/pull/257))
([#257](https://github.com/MyIntervals/emogrifier/pull/257))
- Fix parsing of CSS for data URIs
([#243](https://github.com/jjriv/emogrifier/pull/243))
([#243](https://github.com/MyIntervals/emogrifier/pull/243))
- Fix multi-line media queries
([#241](https://github.com/jjriv/emogrifier/pull/241))
([#241](https://github.com/MyIntervals/emogrifier/pull/241))
- Keep CSS media queries even if followed by CSS comments
([#201](https://github.com/jjriv/emogrifier/pull/201))
([#201](https://github.com/MyIntervals/emogrifier/pull/201))
- Fix CSS selectors with exact attribute only
([#197](https://github.com/jjriv/emogrifier/pull/197))
([#197](https://github.com/MyIntervals/emogrifier/pull/197))
- Properly handle UTF-8 characters and entities
([#189](https://github.com/jjriv/emogrifier/pull/189))
([#189](https://github.com/MyIntervals/emogrifier/pull/189))
- Add mbstring extension to composer.json
([#93](https://github.com/jjriv/emogrifier/pull/93))
([#93](https://github.com/MyIntervals/emogrifier/pull/93))
- Prevent incorrectly capitalized CSS selectors from being stripped
([#85](https://github.com/jjriv/emogrifier/pull/85))
([#85](https://github.com/MyIntervals/emogrifier/pull/85))
- Fix CSS selectors with exact attribute only
([#197](https://github.com/jjriv/emogrifier/pull/197))
([#197](https://github.com/MyIntervals/emogrifier/pull/197))
- Wrong selector extraction from minified CSS
([#69](https://github.com/jjriv/emogrifier/pull/69))
([#69](https://github.com/MyIntervals/emogrifier/pull/69))
- Restore libxml error handler state after clearing
([#65](https://github.com/jjriv/emogrifier/pull/65))
([#65](https://github.com/MyIntervals/emogrifier/pull/65))
- Ignore all warnings produced by DOMDocument::loadHTML()
([#63](https://github.com/jjriv/emogrifier/pull/63))
([#63](https://github.com/MyIntervals/emogrifier/pull/63))
- Style tags in HTML cause an Xpath invalid query error
([#60](https://github.com/jjriv/emogrifier/pull/60))
([#60](https://github.com/MyIntervals/emogrifier/pull/60))
- Fix PHP warnings with PHP 5.5
([#26](https://github.com/jjriv/emogrifier/pull/26))
([#26](https://github.com/MyIntervals/emogrifier/pull/26))
- Make removal of invisible nodes operate in a case-insensitive manner
- Fix a bug that was overwriting existing inline styles from the original HTML

0 comments on commit e005ae8

Please sign in to comment.