vue hello world项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.3 KiB

acorn-node change log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.7.3

  • Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the quoting rules. (CVE-2021-42740)

1.7.2

  • Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2)

1.7.1

  • Fix $ being removed when not part of an environment variable name. (@Adman in #32)

1.7.0

  • Add support for parsing >> and >& redirection operators. (@forivall in #16)
  • Add support for parsing <( process substitution operator. (@cuonglm in #15)

1.6.3

  • Fix Windows path quoting problems. (@dy in #34)

1.6.2

  • Remove dependencies in favour of native methods. (@zertosh in #21)