Commit Graph

769 Commits

Author SHA1 Message Date
Wilson Lin c1c0b61317 Delete legacy DFA code 2021-08-06 21:08:33 +10:00
Wilson Lin e52d85bc28 Reformatting 2021-08-06 21:07:58 +10:00
Wilson Lin 9eb5045f6f Sort attributes for determinism; fix parsing of entities; combine split adjacent text nodes 2021-08-06 21:04:47 +10:00
Wilson Lin 29d1b72230 Test attr minification 2021-08-06 20:36:58 +10:00
Wilson Lin 74b4ab689e Various parsing fixes 2021-08-06 20:16:30 +10:00
Wilson Lin bf37e37e71 Clean up dead code and tests 2021-08-06 17:54:23 +10:00
Wilson Lin 383b2b3423 Implement whitespace minification 2021-08-06 17:33:56 +10:00
Wilson Lin 1a930a170d rustfmt 2021-08-06 16:19:36 +10:00
Wilson Lin 5a259a8ead Implement core minifier 2021-08-06 16:17:45 +10:00
Wilson Lin 0a85ebe34b Decode entities 2021-08-06 13:36:07 +10:00
Wilson Lin 88d288b0cb Implement parser; remove legacy code 2021-08-06 12:07:27 +10:00
Wilson Lin 61970fc00c Add comments 2021-07-27 13:31:47 +10:00
Wilson Lin 3752157bfd Fail on upload error 2021-07-27 13:00:22 +10:00
Wilson Lin 52b859c226 Improve logging 2021-07-27 12:56:12 +10:00
Wilson Lin f557bd9b5b Use B2 upload proxy as B2 CLI is not available for ARM64 2021-07-27 12:49:37 +10:00
Wilson Lin 5563f4237f Add workflow for Node.js ARM64 2021-07-27 02:14:31 +10:00
Wilson Lin 016e83d6fd 0.4.11 2021-05-23 11:56:20 +10:00
Wilson Lin 85b1c6658c Treat <textarea> as whitespace-sensitive 2021-05-23 11:54:30 +10:00
Wilson Lin 080d4e0c96 Relax parsing of unquoted attr values to accept own minified output 2021-04-21 00:55:39 +10:00
Wilson Lin 4b08332f6b 0.4.10 2021-04-16 12:21:07 +10:00
Wilson Lin 034932988e Follow spec on decoding entities in attr values 2021-04-16 12:19:47 +10:00
Wilson Lin e476c3fa42 Do not error when no crashes from fuzzing 2021-04-15 20:12:06 +10:00
Wilson Lin 01e0027fff Finish fuzz after some time 2021-04-15 14:15:58 +10:00
Wilson Lin 03d7e4c3f3 0.4.9 2021-04-15 01:39:11 +10:00
Wilson Lin 98cb36c9c2 Improve closing tag escaping 2021-04-15 01:36:06 +10:00
Wilson Lin 8cf4d27319 Fix workflow 2021-04-15 01:19:19 +10:00
Wilson Lin 78d2863151 Fix missing install 2021-04-15 00:41:27 +10:00
Wilson Lin 4747225393 Fuzz workflow 2021-04-15 00:39:53 +10:00
Wilson Lin c7f6fdadda 0.4.8 2021-04-15 00:23:02 +10:00
Wilson Lin feced339ea Escape unintentional script closing tag in JS 2021-04-15 00:18:16 +10:00
Wilson Lin 28ac8db96f 0.4.7 2021-04-13 15:36:16 +10:00
Wilson Lin df6426cb25 All gt must be encoded in unquoted attr values 2021-04-13 15:35:39 +10:00
Wilson Lin e41156d6e0 0.4.6 2021-04-07 22:16:02 +10:00
Wilson Lin d8f6bd457a Fix incorrect script end tag detection in JS 2021-04-07 22:08:44 +10:00
Wilson Lin 2e5d560797 Minor fix 2021-04-07 22:01:22 +10:00
Wilson Lin 31c99873f1 [bench] Use esbuild for CSS 2021-04-07 21:45:14 +10:00
Wilson Lin 7b1ac85f88 Fix Python module name 2021-04-07 20:50:05 +10:00
Wilson Lin b4142be729 0.4.5 2021-04-06 19:36:29 +10:00
Wilson Lin aad43945ad Mention invalid HTML output 2021-04-06 19:32:49 +10:00
Wilson Lin a2cc9d9ad6 Use older maturin version due to PyO3/maturin#478 2021-04-06 19:28:34 +10:00
Wilson Lin a21cc0b64f Fix OS version 2021-04-06 19:02:01 +10:00
Wilson Lin 0fc7dfcab5 Fix bench 2021-04-06 18:55:28 +10:00
Wilson Lin 518cf35935 Use fixed OS versions 2021-04-06 18:50:24 +10:00
Wilson Lin a92ea403e8 0.4.4 2021-04-06 18:43:07 +10:00
Wilson Lin 9bd07530c1 Core version for Python 2021-04-06 18:41:56 +10:00
Wilson Lin 12ce72448b Package each feature 2021-04-06 15:01:04 +10:00
Wilson Lin 77b3d1e4c3 Fix path 2021-04-06 14:12:51 +10:00
Wilson Lin 16cea54a31 Move buildnative to gyp 2021-04-06 14:09:20 +10:00
Wilson Lin 8c8c9cb12f Fix typo 2021-04-06 13:59:14 +10:00
Wilson Lin 9edd5cf682 Also publish core Node.js package 2021-04-06 13:46:09 +10:00
Wilson Lin 2c76bb3dd8 0.4.3 2021-02-07 01:57:32 +11:00
Wilson Lin 849a2d9dc1 Update doc 2021-02-07 01:57:09 +11:00
Wilson Lin 261f3f6461 Add test 2021-02-07 01:55:52 +11:00
Wilson Lin 485db71ca6 Use written tag name for comparison 2021-02-07 01:46:46 +11:00
Wilson Lin d2408732f5 0.4.2 2021-02-06 00:09:14 +11:00
Wilson Lin 4688003e5b Show core bench results 2021-02-06 00:08:07 +11:00
Wilson Lin 0bfb8d86d7 Fix pre propagation 2021-02-06 00:03:14 +11:00
Wilson Lin 55eab19bbe Do not minify any whitespace in any descendants of <pre> 2021-02-05 23:54:29 +11:00
Wilson Lin 83efa7e8a8 Add JS comment test 2021-01-26 21:25:08 +11:00
Wilson Lin 6c0fe45606 0.4.1 2021-01-09 16:56:14 +11:00
Wilson Lin 9b2a348fd4 Improve CLI; fix Ruby integration 2021-01-08 01:58:31 +11:00
Wilson Lin ae0740d9c4 0.4.0 2021-01-08 00:28:24 +11:00
Wilson Lin e4d8b14d0b CSS minification using esbuild 2021-01-08 00:26:02 +11:00
Wilson Lin ad7a24f9bd
Fix typo 2021-01-07 18:10:24 +11:00
Wilson Lin 52eaf10148 0.3.12 2021-01-06 21:57:41 +11:00
Wilson Lin 915a9227f7 Merge 0df4faf 2021-01-06 21:05:02 +11:00
Wilson Lin 5922b02fe4 git pull before versioning 2021-01-06 21:01:32 +11:00
Wilson Lin 0df4fafeef 0.3.11 2021-01-06 20:58:29 +11:00
Wilson Lin c265dd139e GitHub actions does not support Python 3.6 on macOS 11.0 2021-01-06 18:03:01 +11:00
Wilson Lin 9e6e0b1e6f Fix missing library linking in Node.js macOS version 2021-01-06 18:02:00 +11:00
Wilson Lin de41c79092 Exit on Node.js assertion failures 2021-01-06 17:13:07 +11:00
Wilson Lin b1968e539d Update PyO3 usage 2021-01-06 16:16:40 +11:00
Wilson Lin 71c3bd756f Python 3.5 is no longer supported by PyO3 2021-01-06 16:10:23 +11:00
Wilson Lin d72e83a3c6 Bump PyO3 version 2021-01-06 16:01:24 +11:00
Wilson Lin c0f8fa65a4 Build on latest macOS 2021-01-06 15:59:40 +11:00
zinootje 0d9e56bfc2
Add support for Python 3.9 (#19) 2020-12-29 15:54:06 +11:00
Wilson Lin 677dc5e655 0.3.10 2020-12-18 16:08:34 +11:00
Sondre Nilsen cf956e74df
Fix TS types and include index.d.ts when publishing to NPM (#16)
* Include index.d.ts when publishing to NPM

* Set correct type for minify in index.d.ts
2020-12-18 10:35:46 +11:00
Wilson Lin c959e51b4e 0.3.9 2020-11-13 22:20:30 +11:00
Wilson Lin 2954f8f7b0 Extract html-data; consider x86_64 when loading Java lib; use B2 action 2020-11-13 22:15:51 +11:00
Wilson Lin 8ff5bc3768 Minor reformatting; minor README wording improvements 2020-09-20 20:50:22 +10:00
Wilson Lin 9968dd4649 Add comment and a few more tests 2020-09-02 17:13:09 +10:00
Wilson Lin ec2b08e018 0.3.8 2020-09-02 17:07:32 +10:00
Wilson Lin 9baa4c1a9e Allow < followed by invalid char to be content 2020-09-02 17:07:02 +10:00
Wilson Lin cfc4db4a82 Fix Java example in README 2020-08-26 14:46:01 +10:00
Wilson Lin cf02e8265c Minor refactoring of Rust API `copy` example 2020-08-26 14:42:42 +10:00
Wilson Lin 3416691955 [node] Add type declarations and documentation 2020-08-26 13:48:42 +10:00
Wilson Lin a1df68e213 [java] Move inner classes to package level 2020-08-26 13:15:32 +10:00
Wilson Lin a2c9f1a5d8 0.3.7 2020-08-25 00:37:54 +10:00
Wilson Lin 693c847563 Add documentation comments to Rust API 2020-08-25 00:36:27 +10:00
Wilson Lin ef44006ef6 Fix ECMA-262 bench page 2020-08-24 23:59:19 +10:00
Wilson Lin 11560d71fe 0.3.6 2020-08-24 21:49:19 +10:00
Wilson Lin a415045ae6 Fix hex numeric entity parsing 2020-08-24 21:48:58 +10:00
Wilson Lin e306047067 Simplify parsing README section 2020-08-02 12:19:01 +10:00
Wilson Lin d7ddda3f21 Do not allow unmatched closing tag at root 2020-07-30 20:17:55 +10:00
Wilson Lin d024d21274 Refactoring 2020-07-30 19:51:43 +10:00
Wilson Lin 6a56bcc89f 0.3.5 2020-07-30 14:51:46 +10:00
Wilson Lin 0eddabcb89 Remove unused function 2020-07-30 14:41:33 +10:00
Wilson Lin ed72690463 Allow omitted tags in source 2020-07-30 14:38:40 +10:00
Wilson Lin d2bffe8005 Allow case insensitive closing tag names for script and style 2020-07-30 12:46:18 +10:00