@bbob/parser
Advanced tools
Comparing version 2.6.2 to 2.7.0
@@ -6,2 +6,25 @@ # Change Log | ||
# [2.7.0](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.7.0) (2021-05-19) | ||
### Bug Fixes | ||
* **parser:** dont process nested tags as string if parent is not allowed ([#84](https://github.com/JiLiZART/bbob/issues/84)) ([70ff2e6](https://github.com/JiLiZART/bbob/commit/70ff2e6660bb507f6ed57cb91e850b3879bdb7eb)) | ||
* **parser:** tag inside tag parsing regression ([#81](https://github.com/JiLiZART/bbob/issues/81)) ([09bda26](https://github.com/JiLiZART/bbob/commit/09bda26d7ca9c3f4c5f1565a2ca22d16bf1d27ab)) | ||
### Features | ||
* support for vue2 ([#88](https://github.com/JiLiZART/bbob/issues/88)) ([cbccbaf](https://github.com/JiLiZART/bbob/commit/cbccbaf896e675ce70273234577544b7861859f6)) | ||
* **parser:** rewrite lexer to make it faster ([#50](https://github.com/JiLiZART/bbob/issues/50)) ([772d422](https://github.com/JiLiZART/bbob/commit/772d422d770b0f7716a86ac82c10eb3baaf77828)) | ||
### Performance Improvements | ||
* **parser:** cache nested tokens in Set to prevent deoptimization ([#83](https://github.com/JiLiZART/bbob/issues/83)) ([cad0e9e](https://github.com/JiLiZART/bbob/commit/cad0e9e7f4cc5fd9f82cfd25223561d186804e22)) | ||
## [2.6.2](https://github.com/JiLiZART/bbob/compare/v2.5.8...v2.6.2) (2020-12-16) | ||
@@ -8,0 +31,0 @@ |
{ | ||
"name": "@bbob/parser", | ||
"version": "2.6.2", | ||
"description": "Just parses BBcode to AST array. Part of @bbob bbcode parser", | ||
"version": "2.7.0", | ||
"description": "Just parses BBcode to AST array. Part of @bbob bbcode-parser", | ||
"keywords": [ | ||
@@ -16,3 +16,3 @@ "bbcode", | ||
"dependencies": { | ||
"@bbob/plugin-helper": "^2.6.2" | ||
"@bbob/plugin-helper": "^2.7.0" | ||
}, | ||
@@ -66,3 +66,3 @@ "main": "lib/index.js", | ||
], | ||
"gitHead": "689d5a84cc6b88e96fe74481bb82997d924799fd" | ||
"gitHead": "01b0916b4a92c14e205397bebd58cf9c691cd540" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
217267
Updated@bbob/plugin-helper@^2.7.0