# Changes to CSS Has Pseudo

### 0.10.0 (December 11, 2018)

- Fixed an issue where inaccessible rules would crash the library

### 0.9.0 (November 26, 2018)

- Improved CLI usage

### 0.8.0 (November 26, 2018)

- Fixed an issue where attribute names were not being properly encoded

### 0.7.0 (November 25, 2018)

- Replaced `setImmediate` with `requestAnimationFrame` for future compatibility

### 0.6.0 (November 25, 2018)

- Fixed an issue where nested rules were not supported

### 0.5.0 (November 21, 2018)

- Further optimize script; from 775 bytes to 757 bytes

### 0.4.0 (November 21, 2018)

- Fixed an issue with the browser script not picking up added nodes

### 0.3.0 (November 21, 2018)

- Fixed the misnamed function name for the browser-ready script

### 0.2.0 (November 21, 2018)

- Improved browser compatibility with updated parsers, encoders, and decoders
- Improved performance by walking the DOM less
- Reduced script size by 9%; from 855 bytes to 775 bytes

### 0.1.0 (November 20, 2018)

- Initial version