@datagrok/sequence-translator 1.6.3 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "max-lines-per-function": ["warn", 500],
25
25
  "max-lines": ["warn", 1000],
26
26
  "no-unused-vars": "off",
27
- "@typescript-eslint/no-unused-vars": "warn",
27
+ "@typescript-eslint/no-unused-vars": ["warn", { "varsIgnorePattern": "^(_|ui$|grok$|DG$)", "argsIgnorePattern": "^_"}],
28
28
  "require-jsdoc": "off",
29
29
  "valid-jsdoc": "off",
30
30
  "spaced-comment": "off",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Sequence Translator changelog
2
2
 
3
+ ## 1.6.5 (WIP)
4
+
5
+ ### New features
6
+
7
+ * PolyTool: highlight in mol based on given notation
8
+ * PolyTool: Rule manager enhancements
9
+
10
+ ### Bug fixes
11
+
12
+ * PolyTool fix R3, R4 and elder groups capping
13
+
14
+ ## 1.6.4 (2024-11-27)
15
+
16
+ * PolyTool: linearization of single sequence molecules
17
+ * Enumerator: Added whole library enumeration
18
+
3
19
  ## 1.6.3 (2024-11-22)
4
20
 
5
21
  Moved Context menu items to detector