You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This first revision of the new minor has no real incompatibility with the previous one, just some fixes and small new features.
4
+
5
+
## New features
6
+
7
+
As expected, this update and the next few ones will be light on new features, mostly focusing on documentation, fixes and architectural improvements.
8
+
Still, using the library for its intended purpose exposed some sharp edges, which will be/have been taken care of.
9
+
This is what is new in this release:
10
+
11
+
- Centralize `symbol` comparisons have been extended and centralized in a single function serving the entire code base.
12
+
- Strings will now support ordering based on the dot modifier even when `random` is used.
13
+
- There is default support for string comparisons in the boolean operators of the RPN. Several fixes have been resolved for the other comparisons as well.
14
+
- A new prop command `s:enable.*`. It conditionally adds a prop if the condition is true.
15
+
This might be reworked in `s:when.*` as this override does not conflict with the other `s:when`, but no decision has been taken yet.
16
+
17
+
## Fixes
18
+
19
+
- Several conversions are now locale-independent.
20
+
- In the UI for the demo, the generate button is now locked while fetching examples.
This first revision of the new minor has no real incompatibility with the previous one, just some fixes and small new features.
2
+
3
+
## New features
4
+
5
+
As expected, this update and the next few ones will be light on new features, mostly focusing on documentation, fixes and architectural improvements.
6
+
Still, using the library for its intended purpose exposed some sharp edges, which will be/have been taken care of.
7
+
This is what is new in this release:
8
+
9
+
- Centralize `symbol` comparisons have been extended and centralized in a single function serving the entire code base.
10
+
- Strings will now support ordering based on the dot modifier even when `random` is used.
11
+
- There is default support for string comparisons in the boolean operators of the RPN. Several fixes have been resolved for the other comparisons as well.
12
+
- A new prop command `s:enable.*`. It conditionally adds a prop if the condition is true.
13
+
This might be reworked in `s:when.*` as this override does not conflict with the other `s:when`, but no decision has been taken yet.
14
+
15
+
## Fixes
16
+
17
+
- Several conversions are now locale-independent.
18
+
- In the UI for the demo, the generate button is now locked while fetching examples.
0 commit comments