HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/quadcode/frontend/node_modules/css-has-pseudo/CHANGELOG.md
# 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