Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/parseley/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
# Changelog ## Version 0.11.0 * Targeting Node.js version 14 and ES2020; * Now should be discoverable with [denoify](https://github.com/garronej/denoify). ## Version 0.10.0 * Bump dependencies - fix "./core module cannot be found" issue. ## Version 0.9.1 * Fix namespace parsing; * Remove terser, use only `rollup-plugin-cleanup` to condition published files. ## Version 0.9.0 * Replaced `moo` and `nearley` with my [leac](https://github.com/mxxii/leac) and [peberminta](https://github.com/mxxii/peberminta) packages. Now `parseley` with all dependencies are TypeScript, dual CommonJS/ES module packages; * Package is marked as free of side effects and tersed; * Deno version is provided, with the help of `denoify`. ## Version 0.8.0 * Drop Node.js version 10 support. 12.22.x is required; * Fix typos in type definitions. ## Version 0.7.0 * Switched to TypeScript; * Added type definitions for AST; * Hybrid package (ESM, CommonJS); * Renamed `sort()` to `normalize()` in order to better reflect what it does; * Replaced `compareArrays()` with `compareSpecificity()` and `compareSelectors()` - more sensible API; * Generated [documentation](https://github.com/mxxii/parseley/tree/main/docs). ## Version 0.6.0 Added `sort()` and `compareArrays()` functions. ## Version 0.5.0 Initial release. Aiming at Node.js version 10 and up.