@@ -82,20 +82,20 @@ export const createParse = /* #__PURE__ */ factory(name, dependencies, ({
8282 *
8383 * History:
8484 *
85- * v0.9 Created
86- * v0.13 Switched to one-based indices
87- * v0.14 Added `[1,2;3,4]` notation for matrices
88- * v0.18 Dropped the `function` keyword
89- * v0.20 Added ternary conditional
90- * v0.27 Allow multi-line expressions; allow functions that receive
91- * unevaluated parameters (`rawArgs`)
85+ * v15.1 Add optional chaining operator
86+ * v14.8 Add nullish coalescing operator
87+ * v12.4 Allow trailing commas in matrices
88+ * v9.5 Support for calculations with percentages
89+ * v7.3 Supported binary, octal, and hexadecimal notation
9290 * v3 Add object notation; allow assignments internal to other
9391 * expressions
94- * v7.3 Supported binary, octal, and hexadecimal notation
95- * v9.5 Support for calculations with percentages
96- * v12.4 Allow trailing commas in matrices
97- * v14.8 Add nullish coalescing operator
98- * v15.1 Add optional chaining operator
92+ * v0.27 Allow multi-line expressions; allow functions that receive
93+ * unevaluated parameters (`rawArgs`)
94+ * v0.20 Added ternary conditional
95+ * v0.18 Dropped the `function` keyword
96+ * v0.14 Added `[1,2;3,4]` notation for matrices
97+ * v0.13 Switched to one-based indices
98+ * v0.9 Created
9999 *
100100 * @param {string | string[] | Matrix } expr Expression to be parsed
101101 * @param {{nodes: Object<string, Node>} } [options] Available options:
0 commit comments