-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f677264
commit 21e721b
Showing
5 changed files
with
44 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
## v0.4.1 | ||
|
||
This first revision of the new minor has no real incompatibility with the previous one, just some fixes and small new features. | ||
|
||
## New features | ||
|
||
As expected, this update and the next few ones will be light on new features, mostly focusing on documentation, fixes and architectural improvements. | ||
Still, using the library for its intended purpose exposed some sharp edges, which will be/have been taken care of. | ||
This is what is new in this release: | ||
|
||
- Centralize `symbol` comparisons have been extended and centralized in a single function serving the entire code base. | ||
- Strings will now support ordering based on the dot modifier even when `random` is used. | ||
- 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. | ||
- A new prop command `s:enable.*`. It conditionally adds a prop if the condition is true. | ||
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. | ||
|
||
## Fixes | ||
|
||
- Several conversions are now locale-independent. | ||
- In the UI for the demo, the generate button is now locked while fetching examples. | ||
- Many fixes in the docs and demo examples. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
This first revision of the new minor has no real incompatibility with the previous one, just some fixes and small new features. | ||
|
||
## New features | ||
|
||
As expected, this update and the next few ones will be light on new features, mostly focusing on documentation, fixes and architectural improvements. | ||
Still, using the library for its intended purpose exposed some sharp edges, which will be/have been taken care of. | ||
This is what is new in this release: | ||
|
||
- Centralize `symbol` comparisons have been extended and centralized in a single function serving the entire code base. | ||
- Strings will now support ordering based on the dot modifier even when `random` is used. | ||
- 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. | ||
- A new prop command `s:enable.*`. It conditionally adds a prop if the condition is true. | ||
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. | ||
|
||
## Fixes | ||
|
||
- Several conversions are now locale-independent. | ||
- In the UI for the demo, the generate button is now locked while fetching examples. | ||
- Many fixes in the docs and demo examples. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters